diff options
| author | Aetias <aetias@outlook.com> | 2024-03-26 22:02:16 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-26 22:02:16 +0100 |
| commit | 6824f9ac3fed35a756a917ab04dce2abeffda8c2 (patch) | |
| tree | b930a00c476de23c9509282da0b79459bdead8a0 /include | |
| parent | 0af61505a9ef357b623cc158507ae824535a32de (diff) | |
Update fields in `PlayerBase`
Diffstat (limited to 'include')
| -rw-r--r-- | include/Player/PlayerBase.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Player/PlayerBase.hpp b/include/Player/PlayerBase.hpp index 9db3724d..4e13b2c2 100644 --- a/include/Player/PlayerBase.hpp +++ b/include/Player/PlayerBase.hpp @@ -12,8 +12,8 @@ class PlayerBase : public SysObject { /* 0a */ s16 mHealth; /* 0c */ unk8 mUnk_0c[2]; /* 0e */ unk16 mUnk_0e; - /* 10 */ unk8 mUnk_10; - /* 11 */ bool mUnk_11; + /* 10 */ bool mUpdatePos; + /* 11 */ bool mVisible; /* 12 */ bool mUnk_12; /* 13 */ }; |
