diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index a8584b27..f4d72647 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -196,4 +196,11 @@ struct PokemonData { PokemonDataBlock block4; }; +int GetMonBaseStat_HandleUnownOrArceus(int species, int form, int stat_id); +int GetMonBaseStat(int species, int stat_id); +int GetMonExpByLevel(int species, int level); +void LoadGrowthTable(int species, int * table); +int GetExpByGrowthRateAndLevel(int rate, int level); +int CalcMonLevel(int species, int experience); + #endif //POKEDIAMOND_POKEMON_H |