mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-08 12:17:05 -04:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user