summaryrefslogtreecommitdiff
path: root/src/battle/battle_controller_opponent.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-06 16:41:20 -0700
committerMarcus Huderle <huderlem@gmail.com>2018-04-06 16:41:20 -0700
commit3571cb1d142090b59a9161a6bada11f0caf53b8c (patch)
tree98f332cd32607be0dd0e81cbf0fa88e6ec32cedc /src/battle/battle_controller_opponent.c
parentc36715e3b692ac116a5f8d32b5c2bde7d5ce8f8e (diff)
Cleanup statics and create battle_ai_switch_items.h
Diffstat (limited to 'src/battle/battle_controller_opponent.c')
-rw-r--r--src/battle/battle_controller_opponent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/battle_controller_opponent.c b/src/battle/battle_controller_opponent.c
index 232a9c07d..583690c27 100644
--- a/src/battle/battle_controller_opponent.c
+++ b/src/battle/battle_controller_opponent.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "battle.h"
+#include "battle_ai_switch_items.h"
#include "battle_anim.h"
#include "battle_interface.h"
#include "data2.h"
@@ -100,7 +101,6 @@ extern void BufferStringBattle();
extern void sub_80331D0(void);
extern void AI_TrySwitchOrUseItem(void);
extern u8 GetBattlerAtPosition(u8);
-extern u8 GetMostSuitableMonToSwitchInto(void);
extern void sub_80330C8(void);
extern void sub_8043D84();
extern void sub_8045A5C();