summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorfullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com>2020-10-12 20:30:22 -0700
committerGitHub <noreply@github.com>2020-10-12 22:30:22 -0500
commite997a0b67f12d089c11fb2ed288c537a3c1c6790 (patch)
tree3a7da6b83faaac9e210d20bcc160d36e1bd21fd3 /linker_scripts/code_script.txt
parentf92773041808697bcdfd0a8f0743b0f863c66ee8 (diff)
en_dy_extra OK (#35)
* dy_extra decomped, but not ok * Formatting * Fixed data, en_dy_extra now OK * Formatting * Removed unnecessary color struct * added newlines
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 d6dcb37bf..165a38f41 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -4629,8 +4629,9 @@ SECTIONS
ovl_En_Dy_Extra : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.text)
- build/asm/ovl_En_Dy_Extra_data.o(.data)
- build/asm/ovl_En_Dy_Extra_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.data)
+ build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.rodata)
+ build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;