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:
Derek Hensley
2021-06-10 20:08:25 -07:00
committed by GitHub
parent 059c9075ca
commit 70b67402cb
12 changed files with 1692 additions and 84 deletions
+2 -2
View File
@@ -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;