#ifndef POKEMON_H_67C60AC1 #define POKEMON_H_67C60AC1 #include struct BoxPokemon; struct PokemonIntermediate; struct GameData; void PokemonIntermediateInit( struct PokemonIntermediate* pki, struct BoxPokemon* bpkm, u16 trainerId, u16 secretId, const struct GameData* gameData); void PokemonIntermediateStream(struct PokemonIntermediate* pki); #endif /* end of include guard: POKEMON_H_67C60AC1 */