summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-08-28 16:58:30 -0500
committercamthesaxman <cameronghall@cox.net>2017-08-28 16:58:30 -0500
commit51f791219e055aa4989c77e1373075bd71bf4b60 (patch)
tree8248afdd29f21cdbfe41871b7d4ae7a2c910c925 /include/pokemon.h
parent5c90a1968245ba7d9f1c6c589ae0880d2a05447d (diff)
fix PlayCryInternal (thanks, ProjectRevoTPP)
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h1
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);