summaryrefslogtreecommitdiff
path: root/include/start_menu.h
diff options
context:
space:
mode:
authorKaz <kazbloxmc@gmail.com>2020-06-08 21:40:08 -0400
committerKaz <kazbloxmc@gmail.com>2020-06-08 21:40:08 -0400
commit7f94272bfa5ebdfd4edbb41210b8644273ad8783 (patch)
tree46c04e582c7638bba48190326915def4776a603e /include/start_menu.h
parentdfe734f4359062a5ac51cb500cd90c66261785ca (diff)
Actually fix everything.
Diffstat (limited to 'include/start_menu.h')
-rw-r--r--include/start_menu.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/start_menu.h b/include/start_menu.h
index b035eb211..3f69604f1 100644
--- a/include/start_menu.h
+++ b/include/start_menu.h
@@ -13,11 +13,20 @@ void debug_sub_8075DB4(struct BattleTowerEReaderTrainer *ereaderTrainer, const u
bool8 debug_sub_8075C30(void);
#if DEBUG
-extern u8 gUnknown_Debug_03004BD0;
+
+#if (ENGLISH && REVISION == 0)
+#define TYPE u8
+#else
+#define TYPE u32
+#endif
+
+extern TYPE gUnknown_Debug_03004BD0;
// TODO: see if this is in rev1+
#if (ENGLISH && REVISION == 0)
-extern u8 gUnknown_Debug_Murakawa2;
+extern TYPE gUnknown_Debug_Murakawa2;
#endif
+
+#undef TYPE
#endif // DEBUG
#endif // GUARD_START_MENU_H