summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-13 17:08:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-13 17:08:36 -0400
commit1539bc21bce1ad6c80bd7ead5a9658ea6f2182e3 (patch)
tree5af20fd146a2ae003806d192bd146a70cf8a109a /include
parente8e76fcd320eea906d2746f0315bd0918bd40cb3 (diff)
GenerateShinyPersonality
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h1
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