diff options
Diffstat (limited to 'include/game.h')
| -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 7251b80..4cb109a 100644 --- a/include/game.h +++ b/include/game.h @@ -59,7 +59,7 @@ typedef struct Game { /* 0x9E */ s8 unk9E; /* 0x9F */ u8 running; /* 0xA0 */ s32 frameCounter; - /* 0xA4 */ UNK_TYPE1 unk_A4[0x4]; + /* 0xA4 */ s32 unk_A4; /* 0xA8 */ Controller controller; } Game; // size = 0xE0 |
