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

Mewtwo moves #39

Closed feralheart closed 5 years ago

feralheart commented 6 years ago

Mewtwo moves are not up-to-date. Yesterday I caugh a Mewtwo with Thunderbolt, but Thunderbolt isn't on that list.

BrunnerLivio commented 6 years ago

Please create an issue on pokemongo-game-master

celandro commented 6 years ago

See https://github.com/pokemongo-dev-contrib/pokemongo-game-master/pull/22

feralheart commented 6 years ago

@BrunnerLivio when will @celandro 's fix implemented?

BrunnerLivio commented 6 years ago

I am not quite sure how I want to implement that actually, and quite frankly I am more than busy at the moment. Any proposals

feralheart commented 5 years ago

Can I help somehow to improve the feature/bugfix release time?

BrunnerLivio commented 5 years ago

@feralheart You could try and create a pull request yourself. Basically you need to fetch the files from pokemongo-game-master and run the files in the exisiting pipeline, then wirte it to the file system

feralheart commented 5 years ago

Sorry this is a good project, but my bot can't afford one more "game master lag", so I searched for an always up-to-date json and I updated my import function to use that.