diff options
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index c754affba..aaecd06d9 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -6843,9 +6843,9 @@ SECTIONS ovl_Obj_Ghaka : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.text) - build/asm/overlays/ovl_Obj_Ghaka_data.o(.data) + build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.data) build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.rodata) - build/asm/overlays/ovl_Obj_Ghaka_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
