Ovl en nutsball OK (#115)

* EnNutsball Match but one function with sp issues

* Updated ActorPlayer

* Renamed unk144 to timer and added data as comment

* Got update matched but stack issues with two vars

* add back new line

* Fixed stack issue based on PR comments. Added data

* more descriptive variable names

* Use OPEN_DISPS/CLOSE_DISPS macros in draw

* Address PR comments
This commit is contained in:
Derek Hensley
2021-05-04 20:10:59 -07:00
committed by GitHub
parent fcc87b3ae2
commit e39141fb3d
7 changed files with 154 additions and 13 deletions
+2 -2
View File
@@ -3179,9 +3179,9 @@ SECTIONS
ovl_En_Nutsball : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.text)
build/asm/overlays/ovl_En_Nutsball_data.o(.data)
build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.data)
build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.rodata)
build/asm/overlays/ovl_En_Nutsball_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;