diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 | 
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 | 
| commit | b86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch) | |
| tree | 082b433e0f10e758799ce2501f49f959f2ce54b3 /include/constants | |
| parent | 91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff) | |
Fix style issues
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/pokemon.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index f5a9f4a6e..d1cec4461 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -141,6 +141,10 @@  #define NUM_STATS 6  #define UNOWN_FORM_COUNT 28 +#define MIN_STAT_STAGE     0 +#define DEFAULT_STAT_STAGE 6 +#define MAX_STAT_STAGE    12 +  #define PLAYER_HAS_TWO_USABLE_MONS     0  #define PLAYER_HAS_ONE_MON             1  #define PLAYER_HAS_ONE_USABLE_MON      2 | 
