summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorfullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com>2020-10-12 20:33:02 -0700
committerGitHub <noreply@github.com>2020-10-12 22:33:02 -0500
commit98992c25b47d8f9bc54977cb49cfd86907221c93 (patch)
treea8951d739add3762f74b27ec9fcf62a33fe5bef0 /linker_scripts/code_script.txt
parentf3fbb6474c03813fd48bfdf013e6ccb0137fb145 (diff)
ending_hero3 OK (#38)
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com>
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 69f690371..53e05acd9 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -8656,8 +8656,9 @@ SECTIONS
ovl_En_Ending_Hero3 : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.text)
- build/asm/ovl_En_Ending_Hero3_data.o(.data)
- build/asm/ovl_En_Ending_Hero3_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.data)
+ build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.rodata)
+ build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;