mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-30 03:17:17 -05:00
9 lines
154 B
C
9 lines
154 B
C
#ifndef GUARD_BATTLE_DEBUG_H
|
|
#define GUARD_BATTLE_DEBUG_H
|
|
|
|
#define USE_BATTLE_DEBUG TRUE
|
|
|
|
void CB2_BattleDebugMenu(void);
|
|
|
|
#endif // GUARD_BATTLE_DEBUG_H
|