PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 38 forks source link

Gender rate mistakes #125

Closed erezushi closed 2 years ago

erezushi commented 2 years ago

Both Meowstic and Indeedee have their gender rate set to all males (0) in the Pokémon species data, while in-game they have a 50-50 chance to be either gender (value of 4).

I'd pass it as intended, due to them having major gender differences, but the rest of these 'mons have the gender rate corresponding to the in-game spread (7 for Pyroar, 4 for the rest).

Tried adding this issue in Veekun's project a couple of months ago, but it seems no one is touching that project, so I though I'd add it here.

Naramsim commented 2 years ago

Thank you, could you open a PR fixing the issue? Thanks!

erezushi commented 2 years ago

There you go, #126

Naramsim commented 2 years ago

Thanks!