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