diff options
| author | fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> | 2020-10-12 20:33:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 22:33:42 -0500 |
| commit | c4f4dcebc783d5ab8588227691e35fee485e508a (patch) | |
| tree | 828ed31f02a2b719db1783ba3ac52dc9cdd02264 /linker_scripts/code_script.txt | |
| parent | 98992c25b47d8f9bc54977cb49cfd86907221c93 (diff) | |
en_ending_hero4 OK (#39)
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 53e05acd9..ac10e0620 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8670,8 +8670,9 @@ SECTIONS ovl_En_Ending_Hero4 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.text) - build/asm/ovl_En_Ending_Hero4_data.o(.data) - build/asm/ovl_En_Ending_Hero4_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.data) + build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
