summaryrefslogtreecommitdiff
path: root/src/pokemon_2.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-04 20:32:12 -0700
committerYamaArashi <shadow962@live.com>2016-11-04 20:32:12 -0700
commit81dd35ffdb0811d4ea9dd4d15158cc5a12808314 (patch)
tree57bda74e752df27580c905b8f473df6e88824df4 /src/pokemon_2.c
parent4d4f1b51384d57db93cd3344b2964106f8620f4f (diff)
add flag.h and var.h
Diffstat (limited to 'src/pokemon_2.c')
-rw-r--r--src/pokemon_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_2.c b/src/pokemon_2.c
index 588b01168..c8d07f88d 100644
--- a/src/pokemon_2.c
+++ b/src/pokemon_2.c
@@ -6,6 +6,7 @@
#include "main.h"
#include "sprite.h"
#include "berry.h"
+#include "flag.h"
extern u8 gPlayerPartyCount;
extern struct Pokemon gPlayerParty[6];
@@ -52,7 +53,6 @@ extern u8 gHoldEffectToType[][2];
extern u8 battle_side_get_owner(u8);
extern u8 battle_get_side_with_given_state(u8);
extern u32 battle_get_per_side_status(u8);
-extern u8 FlagGet(u16);
extern u8 sub_8018324(u8, u8, u8, u8, u16);
extern u8 sub_803C348(u8);