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/pokemon_size_record.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/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index 6041ce7ff..3d0495327 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -5,7 +5,6 @@ #include "pokedex.h" #include "text.h" #include "strings.h" -#include "constants/species.h" #define DEFAULT_MAX_SIZE 0 // was 0x8100 in Ruby/Sapphire, 0x8000 in Emerald |