From 9939c543ce7a8cbf7abb85d3125b5e6d95204433 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 5 Feb 2022 22:02:03 -0500 Subject: Decomped TargetTileInFront() --- src/dungeon_ai_attack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon_ai_attack.c') 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); -- cgit v1.2.3