diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-28 19:37:20 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-28 19:37:20 -0400 |
commit | 6a2fbafd1407e479bbf0d8a5bfdd3734d105ef11 (patch) | |
tree | c50d9a967047882a7b0031365e51bf59ed59cab9 /include | |
parent | 2885ae9185fa65e5c43229d23ac31a3f3c9a7a9d (diff) | |
parent | 51f791219e055aa4989c77e1373075bd71bf4b60 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
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 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); |