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/pokemon_storage_system_4.c | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) |
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'src/pokemon_storage_system_4.c')
-rw-r--r-- | src/pokemon_storage_system_4.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pokemon_storage_system_4.c b/src/pokemon_storage_system_4.c index b1b5408fe..5f88fff95 100644 --- a/src/pokemon_storage_system_4.c +++ b/src/pokemon_storage_system_4.c @@ -8,9 +8,6 @@ #include "strings.h" #include "task.h" #include "trig.h" -#include "constants/species.h" -#include "constants/vars.h" -#include "constants/flags.h" static void sub_8090324(struct Sprite * sprite); static void SetBoxSpeciesAndPersonalities(u8 boxId); |