diff options
author | Kurausukun <lord.uber1@gmail.com> | 2020-11-02 18:43:40 -0500 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2020-11-02 18:43:40 -0500 |
commit | 6545745e5997f48e0c853b30b144a10244e7ba20 (patch) | |
tree | 5b0e10ea033a9501105983f1671a76ea39ef8ab0 /src/battle_ai_switch_items.c | |
parent | 8bf401c2272b7c4182f54cb1285f6067fb5247f9 (diff) | |
parent | 9794b077b501ca8c9e5e3f1b6cdd705ec2129d24 (diff) |
Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald into reverts
Diffstat (limited to 'src/battle_ai_switch_items.c')
-rw-r--r-- | src/battle_ai_switch_items.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_ai_switch_items.c b/src/battle_ai_switch_items.c index 2a5a83e0d..1663c2561 100644 --- a/src/battle_ai_switch_items.c +++ b/src/battle_ai_switch_items.c @@ -9,7 +9,6 @@ #include "constants/item_effects.h" #include "constants/items.h" #include "constants/moves.h" -#include "constants/species.h" // this file's functions static bool8 HasSuperEffectiveMoveAgainstOpponents(bool8 noRng); |