PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.41k stars 957 forks source link

Update pokemon.csv to include missing base_experience values #1156

Closed joelesbennett closed 1 month ago

joelesbennett commented 1 month ago

Hisuian forms and some other pokemon forms were missing base experience yield values. This change contains addition of the experience yield values - taken from the base forms - for these missed values.

Likely will require a static review, but naturally doesn't add requirements from a test perspective.