diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 897b6731..6d2c8cf7 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -516,5 +516,6 @@ u8 GetMonGender(struct Pokemon * pokemon); u8 GetBoxMonGender(struct BoxPokemon * boxmon); u8 GetGenderBySpeciesAndPersonality(u16 species, u32 pid); u8 MonIsShiny(struct Pokemon * pokemon); +u32 GenerateShinyPersonality(u32 otid); #endif //POKEDIAMOND_POKEMON_H |