diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-19 18:51:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 18:51:07 +0200 |
| commit | 32cc123547fef2ff4aa170ef27ee0a825957a859 (patch) | |
| tree | 291fbb077310d0b515f022cdd46c166e08e4d456 /include/Game | |
| parent | 573b696ff8d3e83765d4483e5a31e0ec5676044d (diff) | |
Game 73% (#122)
* Game 73%
* Fix build
Diffstat (limited to 'include/Game')
| -rw-r--r-- | include/Game/Game.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Game/Game.hpp b/include/Game/Game.hpp index 4c60c0ab..53c03988 100644 --- a/include/Game/Game.hpp +++ b/include/Game/Game.hpp @@ -31,14 +31,14 @@ public: /* 008 */ GameMode *mMode; /* 00c */ unk8 mUnk_00c[0xc0]; /* 0cc */ FadeControl mFadeControl; - /* 0f0 */ unk16 mUnk_0f0; + /* 0f0 */ u16 mUnk_0f0; /* 0f2 */ u16 mUnk_0f2; /* 0f4 */ s32 mUnk_0f4; /* 0f8 */ s32 mUnk_0f8; /* 0fc */ u16 mUnk_0fc; /* 0fe */ u16 mUnk_0fe; /* 100 */ unk8 mUnk_100; - /* 101 */ s8 mUnk_101; + /* 101 */ u8 mUnk_101; /* 102 */ bool mUnk_102; /* 103 */ u8 mUnk_103; /* 104 */ |
