diff options
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index a56163180..90ee8e561 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -33,11 +33,9 @@ #include "constants/items.h" #include "constants/hold_effects.h" #include "constants/songs.h" -#include "constants/species.h" #include "constants/moves.h" #include "constants/abilities.h" #include "constants/pokemon.h" -#include "constants/trainers.h" #include "constants/maps.h" #define DEFENDER_IS_PROTECTED ((gProtectStructs[gBattlerTarget].protected) && (gBattleMoves[gCurrentMove].flags & FLAG_PROTECT_AFFECTED)) |