Fix Sandygast evolving at wrong level

pull/16/head
Madmadness65 2024-03-23 00:38:20 -05:00
parent 1d39f0eeeb
commit 863b68a39c
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(Species.GOLISOPOD, 30, null, null)
],
[Species.SANDYGAST]: [
new SpeciesEvolution(Species.PALOSSAND, 48, null, null)
new SpeciesEvolution(Species.PALOSSAND, 42, null, null)
],
[Species.JANGMO_O]: [
new SpeciesEvolution(Species.HAKAMO_O, 35, null, null)