From f3fbb6474c03813fd48bfdf013e6ccb0137fb145 Mon Sep 17 00:00:00 2001 From: fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:32:19 -0700 Subject: ending_hero2 OK (#37) * ending_hero2 OK * Formatting Co-authored-by: Rozelette --- linker_scripts/code_script.txt | 5 +++-- linker_scripts/object_script.txt | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'linker_scripts') 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; diff --git a/linker_scripts/object_script.txt b/linker_scripts/object_script.txt index 0c6ac2356..08375a8a7 100644 --- a/linker_scripts/object_script.txt +++ b/linker_scripts/object_script.txt @@ -34,6 +34,10 @@ D_06018DA0 = 0x06018DA0; D_0601EF10 = 0x0601EF10; D_06018C60 = 0x06018C60; +/* en_ending_hero2 */ +D_06007908 = 0x06007908; +D_060011C0 = 0x060011C0; + /* z_en_dy_extra */ D_0600DD40 = 0x0600DD40; D_0600DEF0 = 0x0600DEF0; -- cgit v1.2.3