diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-28 16:58:30 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-28 16:58:30 -0500 |
commit | 51f791219e055aa4989c77e1373075bd71bf4b60 (patch) | |
tree | 8248afdd29f21cdbfe41871b7d4ae7a2c910c925 /include/pokemon.h | |
parent | 5c90a1968245ba7d9f1c6c589ae0880d2a05447d (diff) |
fix PlayCryInternal (thanks, ProjectRevoTPP)
Diffstat (limited to 'include/pokemon.h')
-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 d0ceaf15e..594295b40 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -576,6 +576,7 @@ u16 NationalPokedexNumToSpecies(u16 nationalNum); u16 NationalToHoennOrder(u16); u16 SpeciesToNationalPokedexNum(u16); u16 HoennToNationalOrder(u16); +u16 SpeciesToCryId(u16 species); void DrawSpindaSpots(u16, u32, u8 *, u8); u8 sub_803FBBC(void); u8 sub_803FC58(u16); |