diff options
| author | fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> | 2020-10-12 20:33:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 22:33:02 -0500 |
| commit | 98992c25b47d8f9bc54977cb49cfd86907221c93 (patch) | |
| tree | a8951d739add3762f74b27ec9fcf62a33fe5bef0 /linker_scripts/code_script.txt | |
| parent | f3fbb6474c03813fd48bfdf013e6ccb0137fb145 (diff) | |
ending_hero3 OK (#38)
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
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 69f690371..53e05acd9 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8656,8 +8656,9 @@ SECTIONS ovl_En_Ending_Hero3 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.text) - build/asm/ovl_En_Ending_Hero3_data.o(.data) - build/asm/ovl_En_Ending_Hero3_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.data) + build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
