diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-15 14:24:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 14:24:22 -0600 |
commit | 39f54b346d8121849250b18e4af2855e1d34c22d (patch) | |
tree | 3004b8fb87a9d7c5801eb435ead4a9461a500f0b /src/pokemon_size_record.c | |
parent | 216c388001bf4342ecb1298237d748baf69e7a33 (diff) | |
parent | 4311fd8b89903a35a4485ff7db8a44036bfd1bdc (diff) |
Merge pull request #382 from Slawter666/synchronise
Move field effects enum to defines
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index fe3b3e8dd..473bbee03 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -1,10 +1,10 @@ #include "global.h" -#include "pokemon_size_record.h" #include "event_data.h" -#include "constants/species.h" +#include "pokemon.h" +#include "pokemon_size_record.h" #include "string_util.h" #include "text.h" -#include "pokemon.h" +#include "constants/species.h" #define DEFAULT_MAX_SIZE 0x8000 // was 0x8100 in Ruby/Sapphire |