diff options
| author | Aetias <aetias@outlook.com> | 2025-01-10 09:27:01 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-10 09:27:01 +0100 |
| commit | 8cda3ca2d7f5fe424cc1a649baec2ff992368e62 (patch) | |
| tree | eea50a10b75b665781e0a7a9b89becac36173f2c /include/Player | |
| parent | a76eefa1a52f9d985ad5352c13cae1d4299cecb2 (diff) | |
PlayerControl: Decomp 9%
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/PlayerControl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp index e00aafaa..de2dd560 100644 --- a/include/Player/PlayerControl.hpp +++ b/include/Player/PlayerControl.hpp @@ -46,7 +46,7 @@ public: /* 79 */ bool mUsingEquipItem; /* 7a */ bool mUnk_7a; /* 7b */ bool mUnk_7b; - /* 7c */ s8 mUnk_7c; + /* 7c */ u8 mUnk_7c; /* 7d */ bool mUnk_7d; /* 7e */ u8 mUnk_7e; /* 7f */ bool mUnk_7f; |
