From 6f0dba80ac2ba1b5571d551ceca24c89a332fa14 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 19 Jun 2020 10:44:15 -0400 Subject: Name growth rates in personal.json --- include/constants/pokemon.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/constants') diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 5c8c32d4..4a2647d6 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -435,4 +435,14 @@ typedef enum EvoMethod EVO_ROUTE217, } EvoMethod; +enum GrowthRate +{ + GROWTH_MEDIUM_FAST = 0, + GROWTH_ERRATIC, + GROWTH_FLUCTUATING, + GROWTH_MEDIUM_SLOW, + GROWTH_FAST, + GROWTH_SLOW, +}; + #endif //POKEDIAMOND_CONSTANTS_POKEMON_H -- cgit v1.2.3