diff --git a/src/pokemon.c b/src/pokemon.c index 50f0a1ac24..004dac0d51 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)]; }