diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-29 15:37:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-29 15:50:01 -0500 |
commit | 1f6dc0e86bca06afbb48b909c45e7794148d58bd (patch) | |
tree | 00434c236b2b11b334610e2770dff78cb623bf03 /src/union_room.c | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) |
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'src/union_room.c')
-rw-r--r-- | src/union_room.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c index f123def90..772af688b 100644 --- a/src/union_room.c +++ b/src/union_room.c @@ -45,7 +45,6 @@ #include "constants/maps.h" #include "constants/cable_club.h" #include "constants/field_weather.h" -#include "constants/species.h" #include "constants/trainer_card.h" #include "constants/union_room.h" |