diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 9f78706..912df49 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -195,6 +195,10 @@ void InitializeRecruitedPokemon(void); void CopySpeciesNametoBuffer(u8 * buffer, s16 index); void CopyYellowSpeciesNametoBuffer(u8 *buffer, s16 index); void CopyCyanSpeciesNametoBuffer(u8 *buffer, s16 index); +void PrintColoredPokeNameToBuffer(u8 *buffer, struct PokemonStruct *pokemon, s32 colorNum); +void PeekPokemonItem(s16 index_, struct HeldItem* item); +void GivePokemonItem(s16 index_, struct HeldItem* item); +bool8 IsPokemonRenamed(struct PokemonStruct* pokemon); u8 *GetCategoryString(s16 index); u8 GetPokemonSize(s16 index); |