diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 14:35:13 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 14:35:13 -0400 |
commit | 030ce70f350ec85e22c067659cd05d521a779ce2 (patch) | |
tree | d077788c6b0a148a8941259fe3764876641c641e /include/debug.h | |
parent | b8aa92332113127b908973d681c287b32e538a15 (diff) |
Correct some data misclassification and link relevant objects to mystery_event_menu
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 |