diff options
| author | fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> | 2020-10-12 20:32:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 22:32:19 -0500 |
| commit | f3fbb6474c03813fd48bfdf013e6ccb0137fb145 (patch) | |
| tree | fadd693b5e4a22c60d3a5b9600d49142276ad4c5 /linker_scripts/code_script.txt | |
| parent | e997a0b67f12d089c11fb2ed288c537a3c1c6790 (diff) | |
ending_hero2 OK (#37)
* ending_hero2 OK
* Formatting
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 165a38f41..69f690371 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8642,8 +8642,9 @@ SECTIONS ovl_En_Ending_Hero2 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.text) - build/asm/ovl_En_Ending_Hero2_data.o(.data) - build/asm/ovl_En_Ending_Hero2_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.data) + build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.rodata) + build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
