diff options
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index 469560b9e..43db92c2b 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,6 +1,11 @@ #ifndef GUARD_DEBUG_H #define GUARD_DEBUG_H +struct UnkDebugMenu3Items { + const u8 * text; + size_t (*func)(u8 * dest); +}; + // start_menu_debug void DebugMenu_8077048(void); @@ -17,4 +22,8 @@ void CB2_StartSoundCheckMenu(void); // nakamura_debug_menu void NakaGenderTest(void); +// unk debug menu 3 +extern const u8 gUnknown_Debug_842E350; +extern const struct UnkDebugMenu3Items gUnknown_Debug_842E2D0[]; + #endif // GUARD_DEBUG_H |