Fix Binacle evolving to wrong species

This commit is contained in:
Flashfyre 2023-12-08 18:19:38 -05:00
parent c3244cfdc3
commit d6712f3a39
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(Species.MALAMAR, 30, null, null) new SpeciesEvolution(Species.MALAMAR, 30, null, null)
], ],
[Species.BINACLE]: [ [Species.BINACLE]: [
new SpeciesEvolution(Species.MALAMAR, 39, null, null) new SpeciesEvolution(Species.BARBARACLE, 39, null, null)
], ],
[Species.SKRELP]: [ [Species.SKRELP]: [
new SpeciesEvolution(Species.DRAGALGE, 48, null, null) new SpeciesEvolution(Species.DRAGALGE, 48, null, null)