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/wild_encounter.c | |
parent | 4d4f1b51384d57db93cd3344b2964106f8620f4f (diff) |
add flag.h and var.h
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r-- | src/wild_encounter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c index b2d662e13..fc1776d07 100644 --- a/src/wild_encounter.c +++ b/src/wild_encounter.c @@ -3,6 +3,8 @@ #include "pokemon.h" #include "rng.h" #include "script.h" +#include "flag.h" +#include "var.h" struct WildPokemon { u8 minLevel; @@ -38,8 +40,6 @@ extern u8 MetatileBehavior_IsBridge(u8); extern void PlayerGetDestCoords(u16 *x, u16 *y); extern void sub_80BEA50(u16); extern void sav12_xor_increment(u8); -extern u8 FlagGet(u16); -extern u16 VarGet(u16); extern int MapGridGetMetatileBehaviorAt(int x, int y); extern u8 gWildEncountersDisabled; |