diff options
author | YamaArashi <shadow962@live.com> | 2016-11-04 20:32:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-04 20:32:12 -0700 |
commit | 81dd35ffdb0811d4ea9dd4d15158cc5a12808314 (patch) | |
tree | 57bda74e752df27580c905b8f473df6e88824df4 /src/pokemon_size_record.c | |
parent | 4d4f1b51384d57db93cd3344b2964106f8620f4f (diff) |
add flag.h and var.h
Diffstat (limited to 'src/pokemon_size_record.c')
-rw-r--r-- | src/pokemon_size_record.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pokemon_size_record.c b/src/pokemon_size_record.c index 1c54352a8..96ab85fbe 100644 --- a/src/pokemon_size_record.c +++ b/src/pokemon_size_record.c @@ -2,12 +2,11 @@ #include "global.h" #include "pokemon.h" #include "species.h" +#include "flag.h" +#include "var.h" extern u16 SpeciesToNationalPokedexNum(u16); extern u16 sub_8090D54(u16, u8); -extern bool8 VarSet(u16, u16); -extern u16 *GetVarPointer(u16); -extern u8 FlagSet(u16); struct UnknownStruct { |