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

feat: support legacy moves #51

Closed broglep closed 5 years ago

broglep commented 5 years ago

quick & dirty variant of adding legacy moves by processing additional game master files from https://github.com/pokemongo-dev-contrib/pokemongo-game-master/tree/master/special

closes #5

should be improved by downloading the special files as part of the build process (for now did id manually)

BrunnerLivio commented 5 years ago

Thanks a lot for your contribution! I'll merge into a new branch, refactor and check some stuff before merging to master.

Thanks a lot, Merry Christmas :)

BrunnerLivio commented 5 years ago

@broglep where did you get the legacy moves from? Which file?

broglep commented 5 years ago

@BrunnerLivio from the files at https://github.com/pokemongo-dev-contrib/pokemongo-game-master/tree/master/special

BrunnerLivio commented 5 years ago

3.4.6 is now online with your changes! :)