summaryrefslogtreecommitdiff
path: root/include/debug_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug_menu.h')
-rw-r--r--include/debug_menu.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/debug_menu.h b/include/debug_menu.h
index c70712f..4e0c951 100644
--- a/include/debug_menu.h
+++ b/include/debug_menu.h
@@ -1,6 +1,8 @@
#ifndef GUARD_DEBUG_MENU_H
#define GUARD_DEBUG_MENU_H
+#include "text.h"
+
enum DebugMenuOptions
{
MENU_DEBUG_MENU_DUNGEONS = 0,
@@ -13,17 +15,11 @@ enum DebugMenuOptions
MENU_DEBUG_MENU_H_OPEN = 9,
};
-struct unkData
-{
- u8 unk0[24];
-};
-
-
struct DebugMenu
{
// size: 0x1A4
u8 fill0[0x140];
- /* 0x140 */ struct unkData unk140[4];
+ /* 0x140 */ struct UnkTextStruct2 unk140[4];
u32 fill1A0;
};