PlayerBase OK (#126)

* Map symbol in Game

* PlayerBase OK

* Fix ActorRefill

* Fix MapManager

* Mark PlayerBase as complete

* Fix MapManager
This commit is contained in:
Aetias
2025-07-22 17:54:33 +02:00
committed by GitHub
parent cf8f5a80b1
commit d45ea18bf4
18 changed files with 264 additions and 102 deletions
+1 -1
View File
@@ -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;