summaryrefslogtreecommitdiff
path: root/src/battle_ai_switch_items.c
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
committercamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
commitb74a0c3122113b5ebef469739745e2b8fd420c50 (patch)
treee6bd06cc852ca638f9dc9a0d7c8a12b7ee394a5a /src/battle_ai_switch_items.c
parentd7a754386ce491791fe8216fdcb0f4fb72240774 (diff)
resolve more battle system differences
Diffstat (limited to 'src/battle_ai_switch_items.c')
-rw-r--r--src/battle_ai_switch_items.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai_switch_items.c b/src/battle_ai_switch_items.c
index e3126cb23..b4b2841e0 100644
--- a/src/battle_ai_switch_items.c
+++ b/src/battle_ai_switch_items.c
@@ -1,13 +1,13 @@
#include "global.h"
#include "battle.h"
#include "battle_ai_switch_items.h"
+#include "battle_controllers.h"
#include "battle_script_commands.h"
#include "data2.h"
#include "ewram.h"
#include "pokemon.h"
#include "random.h"
#include "rom_8077ABC.h"
-#include "rom3.h"
#include "util.h"
#include "constants/abilities.h"
#include "constants/items.h"