summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pokemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 50f0a1ac2..004dac0d5 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -5939,7 +5939,7 @@ u16 SpeciesToCryId(u16 species)
return species;
if (species < SPECIES_TREECKO - 1)
- return 200;
+ return SPECIES_UNOWN - 1;
return gSpeciesIdToCryId[species - (SPECIES_TREECKO - 1)];
}