diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 4c853dcd0..449cf37c0 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -369,6 +369,6 @@ struct BattleMove // u32 GetMonData(struct Pokemon *mon, s32 field, u8 *data); u32 GetMonData(); -u8 pokemon_species_get_gender_info(u16 species, u32 personality); +u8 GetGenderFromSpeciesAndPersonality(u16 species, u32 personality); #endif // GUARD_POKEMON_H |