mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
21 lines
357 B
C
21 lines
357 B
C
#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);
|
|
|
|
// nakamura_debug_menu
|
|
void NakaGenderTest(void);
|
|
|
|
#endif // GUARD_DEBUG_H
|