diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-07 01:45:35 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-07 01:45:35 -0600 |
commit | 42bcb068b61656f083009816b927207393a35b10 (patch) | |
tree | 2d5924a28e208e14d302c24f9ea5f0a17a8e81a2 /src/dungeon_ai_attack.c | |
parent | 05768ae71decc1539bd7f6e2c6d371b8c619cb24 (diff) |
Decomped CanTargetAdjacentPokemon()
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 eaefbd9..5794038 100644 --- a/src/dungeon_ai_attack.c +++ b/src/dungeon_ai_attack.c @@ -2,10 +2,10 @@ #include "dungeon_ai_attack.h" #include "constants/iq_skill.h" -#include "data/adjacent_tile_offsets.h" #include "dungeon_global_data.h" #include "dungeon_map_access.h" #include "dungeon_pokemon_attributes_1.h" +#include "dungeon_util.h" bool8 IsTargetStraightAhead(struct DungeonEntity *pokemon, struct DungeonEntity *targetPokemon, s32 facingDir, s32 maxRange) { |