diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 00:41:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 01:01:13 -0800 |
commit | 145e90483b2a30698f917f62e585aa7fa4794588 (patch) | |
tree | b1410a1bcec3eacaf5623cef33b10bc5a6f2a5d8 /src/pokemon_size_record.c | |
parent | c4af9225bc4e2f30a240e9cabca98fca4d708501 (diff) |
event_data.c
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index 21f386f2d..51d24b71b 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -2,8 +2,7 @@ #include "pokemon_size_record.h" #include "string_util.h" #include "species.h" -#include "flag.h" -#include "var.h" +#include "event_data.h" extern u16 SpeciesToNationalPokedexNum(u16); extern u16 sub_8090D54(u16, u8); |