summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-07 21:09:35 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-07 21:09:35 -0400
commitfb938eada97e211193fc0836d3039bbe3abe126c (patch)
tree499406b7eae8d444f184010099b1d59d832f1579 /include
parent5dfe3440383dd530bda24985f802d8c94bb452b8 (diff)
Name more routines in pokemon.s
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h7
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