diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
commit | c28d691ff2821adcf43600a308d523fd609e12e2 (patch) | |
tree | 5cfe618a442bb4a67b4aaef0c7f2c27d4bd3eedb /include/debug.h | |
parent | 19b0a0f3e05c73b84e5afaffb83080474774e918 (diff) | |
parent | 6eaadfc62e89a25c2de674aebf69f077c491580f (diff) |
Merge branch 'master' into fix_nonmatching
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index f3ad8c401..2136dbfb8 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,7 +1,17 @@ #ifndef GUARD_DEBUG_H #define GUARD_DEBUG_H +// start_menu_debug +void DebugMenu_8077048(void); + // matsuda_debug_menu void sub_80AAF30(void); +void Crash(const u8 *text); + +// tomomichi_debug_menu +void debug_nullsub_66(void); + +// sound_check_menu +void CB2_StartSoundCheckMenu(void); #endif // GUARD_DEBUG_H |