diff options
Diffstat (limited to 'src/dungeon_ai_attack.c')
-rw-r--r-- | src/dungeon_ai_attack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_ai_attack.c b/src/dungeon_ai_attack.c index 0c48f24..416d4da 100644 --- a/src/dungeon_ai_attack.c +++ b/src/dungeon_ai_attack.c @@ -18,6 +18,7 @@ #include "dungeon_random_1.h" #include "moves.h" #include "status_checks.h" +#include "targeting.h" #define REGULAR_ATTACK_INDEX 4 @@ -30,7 +31,6 @@ struct MoveTargetResults s32 moveWeight; }; -extern void TargetTileInFront(struct DungeonEntity*); extern s32 FindMoveTarget(struct MoveTargetResults*, struct DungeonEntity*, struct PokemonMove*); extern bool8 IsMoveUsable(struct DungeonEntity*, s32, bool8); extern bool8 TargetRegularAttack(struct DungeonEntity*, u32*, bool8); |