summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-07-28 16:28:07 +0200
committerGitHub <noreply@github.com>2024-07-28 07:28:07 -0700
commitc7d98021c3e6105479a2c2429234f3308ba0cbbc (patch)
tree2f01460556ef5a93c6ea65512ed5e726b82aeb9b /include
parented51325ede282c0673adbe41aba0b76f9cab05b3 (diff)
m_prenmi OK (#205)
Diffstat (limited to 'include')
-rw-r--r--include/game.h2
-rw-r--r--include/viconfig.h4
2 files changed, 3 insertions, 3 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
diff --git a/include/viconfig.h b/include/viconfig.h
index 60597b4..4504425 100644
--- a/include/viconfig.h
+++ b/include/viconfig.h
@@ -6,7 +6,7 @@
void ViConfig_UpdateVi(u32 black);
void ViConfig_UpdateBlack(void);
-u8 gViConfigBlackNext;
-u8 gViConfigBlack;
+extern u8 gViConfigBlackNext;
+extern u8 gViConfigBlack;
#endif