From 96d05d4e7d97dccf7fef335b708307c204e0725a Mon Sep 17 00:00:00 2001 From: fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:27:21 -0700 Subject: en_tanron6 OK (#27) * en_tanron6 OK * Fixed name of SetupDoNothing * Fixed initvars name * Fixed initvars name * Fixed initvars name --- linker_scripts/code_script.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linker_scripts/code_script.txt') diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 0ca1557b6..225cf4d3a 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -7810,8 +7810,9 @@ SECTIONS ovl_En_Tanron6 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.text) - build/asm/ovl_En_Tanron6_data.o(.data) - build/asm/ovl_En_Tanron6_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.data) + build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.rodata) + build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; -- cgit v1.2.3