diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-01 14:57:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 14:57:18 -0500 |
commit | 80b2c0eee67ac8a008c0a8c621b51e391d94df98 (patch) | |
tree | 00434c236b2b11b334610e2770dff78cb623bf03 /src/wild_pokemon_area.c | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) | |
parent | 1f6dc0e86bca06afbb48b909c45e7794148d58bd (diff) |
Merge pull request #382 from GriffinRichards/relativeconstants
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'src/wild_pokemon_area.c')
-rw-r--r-- | src/wild_pokemon_area.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wild_pokemon_area.c b/src/wild_pokemon_area.c index b2efb107d..0cb4a10b1 100644 --- a/src/wild_pokemon_area.c +++ b/src/wild_pokemon_area.c @@ -5,9 +5,7 @@ #include "roamer.h" #include "overworld.h" #include "pokedex_area_markers.h" -#include "constants/vars.h" #include "constants/region_map_sections.h" -#include "constants/species.h" struct SeviiDexArea { |