mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
b3c5613ff7
-Moved the USE_BATTLE_DEBUG constant from include/battle_debug.h -Slight correction to a few comments in battle_config.h
7 lines
123 B
C
7 lines
123 B
C
#ifndef GUARD_BATTLE_DEBUG_H
|
|
#define GUARD_BATTLE_DEBUG_H
|
|
|
|
void CB2_BattleDebugMenu(void);
|
|
|
|
#endif // GUARD_BATTLE_DEBUG_H
|