mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01: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
|