mirekdlugosz / create-pokemon-team

Web application that helps you build your own Pokémon team in any core series game
https://createpokemon.team/
GNU Affero General Public License v3.0
12 stars 3 forks source link

Support games / generations in Pokemon Showdown pokedexreader #28

Closed mirekdlugosz closed 5 years ago

mirekdlugosz commented 5 years ago

veekun data is game-oriented, while Pokemon Showdown is more generation-oriented. It's easy to translate from game to generation, but hard to translate from generation to game (as you basically need to maintain list of things added in second game).

Our app is game-oriented, which poses a problem while integrating with Pokemon Showdown.

We need to find and implement a way for pokedexreader Pokemon Showdown reader to output correct data for correct game.

mirekdlugosz commented 5 years ago

This is basically done as of 2e2f9785e1e64ad953e4f9339e8b9d6f66217e62 .