diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-23 10:10:57 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-23 10:10:57 -0500 |
commit | 7824a413dea43f2c0c99c2b86af17c33378139fa (patch) | |
tree | 01c4c152ba0b751f66d790e395f72fd803e938e5 /include/constants | |
parent | 90c99d1ce2233b775b26d743bbdb187a2071c42d (diff) |
Normalize union room UnkStruct arrays; remove STAT_STAGE_ defines
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 3ab2c0524..a8009f1ff 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -170,16 +170,6 @@ #define STAT_ACC 6 // only in battles #define STAT_EVASION 7 // only in battles -// TODO: Why do we need these as separate defines? -#define STAT_STAGE_HP 0 -#define STAT_STAGE_ATK 1 -#define STAT_STAGE_DEF 2 -#define STAT_STAGE_SPEED 3 -#define STAT_STAGE_SPATK 4 -#define STAT_STAGE_SPDEF 5 -#define STAT_STAGE_ACC 6 -#define STAT_STAGE_EVASION 7 - #define NUM_STATS 6 #define NUM_BATTLE_STATS 8 |