d_a_player_swim near complete (#711)

* initial progress

* more progress

* added `dComIfGp_clearItemTimeCount` inline

* more progress

* more progress

* more progress

* more progress

* more progress

* more progress, all code matching except for `setSwimMoveAnime`

* resolving symbols, forgot to mention `changeSwimOutProc` is not matching as well

* PR changes made, only `setSwimMoveAnime` nonmatching

* fixed reference to old member name for `mItemTimeMax`
This commit is contained in:
Mattias Blum
2025-03-29 18:55:06 -04:00
committed by GitHub
parent b9c1eed694
commit 2376acb224
9 changed files with 635 additions and 97 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ void dComIfG_play_c::itemInit() {
mItemTimer = 0;
mItemNowLife = 0;
mItemNowRupee = 0;
field_0x4928 = 0;
mItemTimeMax = 0;
field_0x4929 = 0;
mMesgStatus = 0;
mbCamOverrideFarPlane = 0;