d_a_npc_ykm work (#2566)

* initial work

* got to cut functions

* Tiny work

* All functions worked on

* took out param dtor

* naming work

* cleanup

* pr cleanup
This commit is contained in:
Carco_21
2025-08-04 15:25:39 -04:00
committed by GitHub
parent dd6b769c12
commit c3c313a9fb
9 changed files with 3926 additions and 2882 deletions
+2
View File
@@ -672,6 +672,8 @@ public:
u32 getRaceGameTime() const { return mRaceGameTime; }
u32 getBalloonScore() const { return mBalloonScore; }
void setRaceGameTime(u32 i_time) { mRaceGameTime = i_time; }
private:
/* 0x00 */ u8 unk0[1][4];
/* 0x04 */ u32 mStarTime;