mirekdlugosz / create-pokemon-team

Web application that helps you build your own Pokémon team in any core series game

Home Page:https://createpokemon.team/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutor moves in USUM are missing

mirekdlugosz opened this issue · comments

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.

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