summaryrefslogtreecommitdiff
path: root/linker_scripts
diff options
context:
space:
mode:
authorfullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com>2020-10-12 20:32:19 -0700
committerGitHub <noreply@github.com>2020-10-12 22:32:19 -0500
commitf3fbb6474c03813fd48bfdf013e6ccb0137fb145 (patch)
treefadd693b5e4a22c60d3a5b9600d49142276ad4c5 /linker_scripts
parente997a0b67f12d089c11fb2ed288c537a3c1c6790 (diff)
ending_hero2 OK (#37)
* ending_hero2 OK * Formatting Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
Diffstat (limited to 'linker_scripts')
-rw-r--r--linker_scripts/code_script.txt5
-rw-r--r--linker_scripts/object_script.txt4
2 files changed, 7 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;
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;