summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2021-07-23 13:18:24 -0300
committerGitHub <noreply@github.com>2021-07-23 13:18:24 -0300
commitbfa824f76104404a6110aed65fe0b29b6697218f (patch)
tree79e41bf869ddc803e771b05598256cf7c11542cd /include
parentbea170e8e9555fb6941a952e939277b5bdd3459b (diff)
Removed unused status ailment constants
Diffstat (limited to 'include')
-rw-r--r--include/constants/pokemon.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index 51ef0c015..63c031824 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -272,15 +272,6 @@
#define MAX_FRIENDSHIP 0xFF
-#define STATUS_PRIMARY_NONE 0
-#define STATUS_PRIMARY_POISON 1
-#define STATUS_PRIMARY_PARALYSIS 2
-#define STATUS_PRIMARY_SLEEP 3
-#define STATUS_PRIMARY_FREEZE 4
-#define STATUS_PRIMARY_BURN 5
-#define STATUS_PRIMARY_POKERUS 6
-#define STATUS_PRIMARY_FAINTED 7
-
#define MAX_PER_STAT_IVS 31
#define MAX_IV_MASK 31
#define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1)