mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-05 21:17:29 -05:00
9 lines
161 B
C
9 lines
161 B
C
#ifndef GUARD_BATTLE_DEBUG_H
|
|
#define GUARD_BATTLE_DEBUG_H
|
|
|
|
#define USE_BATTLE_DEBUG TRUE
|
|
|
|
extern void CB2_BattleDebugMenu(void);
|
|
|
|
#endif // GUARD_BATTLE_DEBUG_H
|