summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorfullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com>2020-09-28 16:27:21 -0700
committerGitHub <noreply@github.com>2020-09-28 19:27:21 -0400
commit96d05d4e7d97dccf7fef335b708307c204e0725a (patch)
treeca65f6d79ab83064a76c7afc5d870c8d6bec9def /linker_scripts/code_script.txt
parent378684152cde8a3674f9d92a1a154f72b4968ae1 (diff)
en_tanron6 OK (#27)
* en_tanron6 OK * Fixed name of SetupDoNothing * Fixed initvars name * Fixed initvars name * Fixed initvars name
Diffstat (limited to 'linker_scripts/code_script.txt')
-rw-r--r--linker_scripts/code_script.txt5
1 files changed, 3 insertions, 2 deletions
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;