pokemongo-dev-contrib / pokemongo-json-pokedex

Transform the data from the Pokemon GO master files to a better readable & processable JSON file.
Apache License 2.0
54 stars 14 forks source link

Incorrect names for Farfetch'd and Mr. Mime #2

Closed mathiasbynens closed 6 years ago

mathiasbynens commented 6 years ago

The current JSON says “Farfetchd” but it should be “Farfetch'd”.

The current JSON says “Mr Mime” but it should be “Mr. Mime”.

BrunnerLivio commented 6 years ago

Good catch! Created a PR for this. See #3. Feel free to review it. If everything is fine, I'll merge it tomorrow.