summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2021-06-10 20:08:25 -0700
committerGitHub <noreply@github.com>2021-06-10 23:08:25 -0400
commit70b67402cb6285c8f3f6c565ceea7b634c720c27 (patch)
treeb61a09987ca359e041b0c83b02949b76bd58758a /linker_scripts/code_script.txt
parent059c9075cac9749cdd3d94523b9969dd859fcb3d (diff)
ovl_en_in OK (#173)
* First pass, 5 still non matching * data * cleanup * Progress on func_808F33B8 * func_808F33B8 is ugly but it matches * func_808F5728 ugly but matches * cleanup * More cleanup/doc a possible inifite loop bug * Cleanup of the switch * Readd functions returns * More progress on THE switch * Everything matches but the MACROS * OK * Add new global Animaion struct * fix arg name * PR suggestions pt 1 * PR suggestions pt 2 * Fix up a few things * Add comment about walking flag * update functions.txt * Update 7 to more explicit bits * More PR cleanup
Diffstat (limited to 'linker_scripts/code_script.txt')
-rw-r--r--linker_scripts/code_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt
index c04a668ce..20eb6af01 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -1827,9 +1827,9 @@ SECTIONS
ovl_En_In : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_In/z_en_in.o(.text)
- build/asm/overlays/ovl_En_In_data.o(.data)
+ build/src/overlays/actors/ovl_En_In/z_en_in.o(.data)
build/src/overlays/actors/ovl_En_In/z_en_in.o(.rodata)
- build/asm/overlays/ovl_En_In_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_En_In/z_en_in_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;