mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-01 00:40:01 +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
|