mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-05 23:17:47 +01:00
9 lines
147 B
C
9 lines
147 B
C
|
#ifndef GUARD_POKEMON_DEBUG_H
|
||
|
#define GUARD_POKEMON_DEBUG_H
|
||
|
|
||
|
#define POKEMON_DEBUG
|
||
|
|
||
|
void CB2_Debug_Pokemon(void);
|
||
|
|
||
|
|
||
|
#endif // GUARD_POKEMON_DEBUG_H
|