veekun / pokedex

more than you ever wanted to know about Pokémon
MIT License
1.44k stars 637 forks source link

Glaceon and Leafeon evolution triggers #364

Open Naramsim opened 2 years ago

Naramsim commented 2 years ago

Hello!

At Pokeapi we noted that for species 470 and 471 there's a strange evolution trigger:

https://github.com/veekun/pokedex/blob/b53390fde508d843f5098d58849ebab1caaa3ec7/pokedex/data/csv/pokemon_evolution.csv#L368

Basically, there are 3 triggers: location, item, and level-up alone. IMHO, the last shouldn't be there.

meowsticdf commented 2 years ago

Veekun's copy of pokemon_evolution.csv has 5 lines for Leafeon:

238,470,1,,,,8,,,,,,,,,,,,0,0
324,470,1,,,,375,,,,,,,,,,,,0,0
363,470,1,,,,650,,,,,,,,,,,,0,0
368,470,1,,,,,,,,,,,,,,,,0,0
407,470,3,85,,,,,,,,,,,,,,,0,0

These are "level up in Eterna Forest (Sinnoh)", "level up in Pinwheel Forest (Unova)", "level up in Route 20 (Kalos)", "level up (no location)", and "use leaf stone" respectively. So I guess this row is supposed to point to Lush Jungle in Alola.