pret / pokeplatinum

Decompilation of Pokémon Platinum
213 stars 65 forks source link

Build experience tables from source #147

Closed wildfire248 closed 8 months ago

wildfire248 commented 8 months ago

Builds tables for mapping level to experience (pl_growtbl.narc) from source. Also edits associated functions to use enum PokemonExpRate from generated constants instead of int for which table is read.