veekun / pokedex

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

Missing some Alolan form evolution methods #248

Closed magical closed 3 years ago

magical commented 5 years ago

Persian is listed as evolving from Meowth at level 28, but according to Serebii, Alolan Persian evolves by happiness instead.

Note that it isn't the case that we are missing Alolan evolution methods in general, because, e.g., Cubone correctly lists both the normal and Alolan evolution methods.

https://veekun.com/dex/pokemon/persian?form=alola#evolution http://www.serebii.net/pokedex-sm/053.shtml https://veekun.com/dex/pokemon/cubone#evolution

venustoise commented 5 years ago

There are just 4 errors, I found them months ago when writing my Pokédex starting from veekun's csv... The involved evolutions are these: 020 (Raticate, very similar but nighttime only), 028 & 038 (both need Ice Stone), and Persian (No.053).

magical commented 5 years ago

@valepert Thanks! I was wondering if there were any others.

magical commented 5 years ago

We also need to add location-based evolutions for Alola (#230).

venustoise commented 5 years ago

@magical considering you added S/M locations, what about update encounter tables? Off Topic: there also miss some old data such ORAS held items, headbutt/national park encounters for HGSS and all encounter data of GSC...

magical commented 5 years ago

@venustoise I'm working on it :sunglasses: This really isn't the right issue to discuss that though. Most of the things you mentioned have open issues; feel free to discuss there...