summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-06-09 18:38:35 -0400
committerGitHub <noreply@github.com>2021-06-09 18:38:35 -0400
commit83e263ab12c82135ef1ff92dc59f23c614fe4df0 (patch)
treeaa2a8c9037883b7cbd4ac098241677339d8237e6 /linker_scripts/code_script.txt
parentb6904aa2cc756e1b553d65cce2f04410d21d0210 (diff)
`ovl_En_Ma_Yts` OK and partially documented (#164)
* destroy * moar * limbdraw * some setups identified * func_80B8D6F8 * func_80B8E0BC * fix unmatching * func_80B8D12C * func_80B8D1E8 * func_80B8DBB8 * some renaiming * some renaimings * symbols * small renaming and a few functions * Almost every function done * lots of renames * Fix merge conflicts * misc notes * struct_800BD888_arg1 * some renamings and enum * func_80B8D2D8 * func_80B8DA28 * import data and cleanup * format * minor changes * Documentation pass * update enum name * Remove object XML * run format * Move EN_MA_YTS_PARSE_TYPE to header * fix conflicts * Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.h Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com> * Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * move struct to z64animation * Change PARSE_TYPE macro to accept actor param * format Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
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 9e22c8de6..1bfc7728a 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -7339,9 +7339,9 @@ SECTIONS
ovl_En_Ma_Yts : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.text)
- build/asm/overlays/ovl_En_Ma_Yts_data.o(.data)
+ build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.data)
build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.rodata)
- build/asm/overlays/ovl_En_Ma_Yts_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;