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

Tutor moves in USUM are missing #14

Closed mirekdlugosz closed 4 years ago

mirekdlugosz commented 6 years ago

Reddit users report that they can't choose tutor moves on Ultra Sun and Ultra Moon. This is most likely caused by partial data dump of USUM on veekun side.

The correct way of solving this is extending our data-manager to read Pokémon Showdown! data and combine both sources. This is covered by issue #13.

As faster, ad-hoc solution we could leverage eeveedex_missing_moves constant (defined in data-manager/pokedexreader/constants.py). It could be created manually, but better solution would be to generate it automatically from Pokémon Showdown! data. We could have small, independent generation tool coded right now and refactor it as part of #13 later on.

mirekdlugosz commented 4 years ago

As of f80b630a82efddbc7e04302eec4e58593b1c2fab , data-manager supports Pokemon Showdown. We added most, if not all, tutor-exclusive and event-exclusive moves.