blob: 713b21ec57a1585b22ecfc121b487ce2fe76cb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
// 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
|