summaryrefslogtreecommitdiff
path: root/src/pokemon_3.c
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 /src/pokemon_3.c
parent5c90a1968245ba7d9f1c6c589ae0880d2a05447d (diff)
fix PlayCryInternal (thanks, ProjectRevoTPP)
Diffstat (limited to 'src/pokemon_3.c')
-rw-r--r--src/pokemon_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_3.c b/src/pokemon_3.c
index e449af0a1..d7cc39546 100644
--- a/src/pokemon_3.c
+++ b/src/pokemon_3.c
@@ -457,7 +457,7 @@ u16 HoennToNationalOrder(u16 hoennNum)
return gHoennToNationalOrder[hoennNum - 1];
}
-u32 SpeciesToCryId(u16 species)
+u16 SpeciesToCryId(u16 species)
{
if (species <= 250)
return species;