summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-19 10:44:15 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-19 10:44:15 -0400
commit6f0dba80ac2ba1b5571d551ceca24c89a332fa14 (patch)
treec78405993136a94263fbf48328dd678946c2e44b /include
parent83f33bf8bfc9631696b33bd8fccb5b7e3e261ae5 (diff)
Name growth rates in personal.json
Diffstat (limited to 'include')
-rw-r--r--include/constants/pokemon.h10
1 files changed, 10 insertions, 0 deletions
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