summaryrefslogtreecommitdiff
path: root/include/data.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-29 15:37:52 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-29 15:50:01 -0500
commit1f6dc0e86bca06afbb48b909c45e7794148d58bd (patch)
tree00434c236b2b11b334610e2770dff78cb623bf03 /include/data.h
parent419c897292dbfbc4f6d43880eb94597987e09e2c (diff)
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'include/data.h')
-rw-r--r--include/data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/data.h b/include/data.h
index 90c8e0ace..1a91d6f62 100644
--- a/include/data.h
+++ b/include/data.h
@@ -2,7 +2,6 @@
#define GUARD_DATA_H
#include "global.h"
-#include "constants/species.h"
#define SPECIES_SHINY_TAG 500
#define TRAINER_ENCOUNTER_MUSIC(trainer)((gTrainers[trainer].encounterMusic_gender & 0x7F))