pokefirered/include/debug.h
2024-06-19 16:58:28 +02:00

11 lines
241 B
C

#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
void Debug_ShowMainMenu(void);
extern const u8 Debug_FlagsAndVarNotSetBattleConfigMessage[];
extern EWRAM_DATA bool8 gIsDebugBattle;
extern EWRAM_DATA u32 gDebugAIFlags;
#endif // GUARD_DEBUG_H