diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-03-22 19:24:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 11:24:09 -0700 |
| commit | 4b081155a9f62ccc0bf46245cd2219cfb9324cd9 (patch) | |
| tree | 30b799a30f422ad06bd3aabfde5c91aefdf589fc /include | |
| parent | 87c30f66d2da533d524d67e45c775404f385fba0 (diff) | |
ac_weather_sakura OK (#157)
* weather werk
* ac_weather OK
* format
* review
* sakura werk
* sakura ok
* format
* proto comments
Diffstat (limited to 'include')
| -rw-r--r-- | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 7627ec0..21d67dc 100644 --- a/include/game.h +++ b/include/game.h @@ -58,7 +58,7 @@ typedef struct Game { /* 0x9D */ u8 unk_9D; /* 0x9E */ UNK_TYPE1 unk9E[0x1]; /* 0x9F */ u8 running; - /* 0xA0 */ s32 unk_A0; + /* 0xA0 */ s32 frameCounter; /* 0xA4 */ UNK_TYPE1 unk_A4[0x4]; /* 0xA8 */ Controller controller; } Game; // size = 0xE0 |
