Closed wildfire248 closed 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.
pl_growtbl.narc
enum PokemonExpRate
int
Builds tables for mapping level to experience (
pl_growtbl.narc
) from source. Also edits associated functions to useenum PokemonExpRate
from generated constants instead ofint
for which table is read.