From fb938eada97e211193fc0836d3039bbe3abe126c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 7 Jun 2020 21:09:35 -0400 Subject: Name more routines in pokemon.s --- include/pokemon.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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 -- cgit v1.2.3