diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/pokemon.h | 10 |
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 |