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

Blissey is Missing Cinematic Moves #27

Closed imiguelacuna closed 5 years ago

imiguelacuna commented 5 years ago

Blissey only has PSYCHIC as charge/cinematic move on pokemon.json

Expected Behavior

Blissey should have "PSYCHIC", "HYPER_BEAM", "DAZZLING_GLEAM"

Current Behavior

Only has "PSYCHIC"

BrunnerLivio commented 5 years ago

Yup, seems to be a bug. Thanks for reporting! Will investigate further into that

imiguelacuna commented 5 years ago

Seems like every _NORMAL pokemon is affected by this bug

Nevermind, all pokemon are affected, they only have one charge/cinematic move.

BrunnerLivio commented 5 years ago

Fixed with #31