diff options
author | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2020-10-12 17:09:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 17:09:38 -0500 |
commit | 8d2d34aae9767f283b3c34140920828e37540d23 (patch) | |
tree | 3c8fc07e6358c9b71254042b3ac8fee284492e5a /src/battle_ai_script_commands.c | |
parent | f8ce2efb557bc6c4ff7d64ab9057a5a80eb6f07e (diff) | |
parent | 46212e0d14f411e0bce35f0e968820d2b35daeb2 (diff) |
Merge pull request #5 from pret/master
Sync master
Diffstat (limited to 'src/battle_ai_script_commands.c')
-rw-r--r-- | src/battle_ai_script_commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c index 032e5f407..1fd0642ad 100644 --- a/src/battle_ai_script_commands.c +++ b/src/battle_ai_script_commands.c @@ -14,7 +14,6 @@ #include "constants/battle_ai.h" #include "constants/battle_move_effects.h" #include "constants/moves.h" -#include "constants/species.h" #define AI_ACTION_DONE 0x0001 #define AI_ACTION_FLEE 0x0002 |