diff options
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 47e50e897..d6dcb37bf 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -1312,8 +1312,9 @@ SECTIONS ovl_Arms_Hook : AT(RomLocation) { build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.text) - build/asm/ovl_Arms_Hook_data.o(.data) - build/asm/ovl_Arms_Hook_rodata.o(.rodata) + build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.data) + build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.rodata) + build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
