diff --git a/src/pokemon.c b/src/pokemon.c index 0767af63f2..0b1b97d151 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -6558,7 +6558,7 @@ u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 mode, u16 evolutionItem, u case EVO_LEVEL_RAIN: j = GetCurrentWeather(); if (gEvolutionTable[species][i].param <= level - && (j == WEATHER_RAIN || j == WEATHER_RAIN_THUNDERSTORM || j == WEATHER_DOWNPOUR)) + && (j == WEATHER_RAIN || j == WEATHER_RAIN_THUNDERSTORM || j == WEATHER_DOWNPOUR)) targetSpecies = gEvolutionTable[species][i].targetSpecies; break; case EVO_MAPSEC: