mirror of
https://github.com/zeldaret/ph
synced 2026-08-13 04:00:03 -04:00
PlayerBase OK (#126)
* Map symbol in Game * PlayerBase OK * Fix ActorRefill * Fix MapManager * Mark PlayerBase as complete * Fix MapManager
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
/* 08 */ s16 mInvincibleFrames;
|
||||
/* 0a */ s16 mHealth;
|
||||
/* 0c */ unk8 mUnk_0c[2];
|
||||
/* 0e */ s16 mEntranceId;
|
||||
/* 0e */ u16 mEntranceId;
|
||||
/* 10 */ bool mUpdatePos;
|
||||
/* 11 */ bool mVisible;
|
||||
/* 12 */ bool mInvincible;
|
||||
|
||||
Reference in New Issue
Block a user