diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-05-21 18:21:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 09:21:23 -0700 |
| commit | 8f73c61ec5b1505582d9d83aea99adff718a78e3 (patch) | |
| tree | 977c8fab65f93d351fdc2f091957398f9b0e87b2 /include/game.h | |
| parent | 448405671db5a0c0ffd5d62c04c333d7e3b4e7fc (diff) | |
second_game OK (#190)
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 21d67dc..7251b80 100644 --- a/include/game.h +++ b/include/game.h @@ -56,7 +56,7 @@ typedef struct Game { /* 0x88 */ GameAlloc alloc; /* 0x9C */ u8 unk_9C; /* 0x9D */ u8 unk_9D; - /* 0x9E */ UNK_TYPE1 unk9E[0x1]; + /* 0x9E */ s8 unk9E; /* 0x9F */ u8 running; /* 0xA0 */ s32 frameCounter; /* 0xA4 */ UNK_TYPE1 unk_A4[0x4]; |
