mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-08 05:22:20 +01:00
7 lines
124 B
C
7 lines
124 B
C
#ifndef GUARD_POKEMON_DEBUG_H
|
|
#define GUARD_POKEMON_DEBUG_H
|
|
|
|
void CB2_Debug_Pokemon(void);
|
|
|
|
|
|
#endif // GUARD_POKEMON_DEBUG_H
|