diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-23 20:43:28 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-23 20:43:28 -0600 |
commit | 1e6cb59a0cd0dff15f749a5274bee17ca994c178 (patch) | |
tree | 4d33e50d6f9fa9ae4e644095a872af2934c43b08 /include/debug.h | |
parent | 072cd4470c1b2c7dd17485e3fde37cdd80c2a7e3 (diff) |
start decompiling start_menu_debug.c
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index 3c1a2b0a5..713b21ec5 100644 --- a/include/debug.h +++ b/include/debug.h @@ -5,4 +5,10 @@ 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 |