summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_1.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-28 22:15:56 -0600
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-28 22:15:56 -0600
commitea10f7b7bd6957312b9b0dfa371761c5936bc80a (patch)
tree7bbce0d40ce8c714e793ef22f3a7c125f9ff3fbd /src/dungeon_ai_1.c
parentd40d2e55a304ec355595b4a0f9f8d51ca3eb2769 (diff)
Created header for pokemon_3
Diffstat (limited to 'src/dungeon_ai_1.c')
-rw-r--r--src/dungeon_ai_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_ai_1.c b/src/dungeon_ai_1.c
index 7d45909..1d177c7 100644
--- a/src/dungeon_ai_1.c
+++ b/src/dungeon_ai_1.c
@@ -3,8 +3,8 @@
#include "constants/status.h"
#include "constants/targeting.h"
+#include "dungeon_pokemon_attributes_1.h"
-extern bool8 CanSeeInvisible(struct DungeonEntity*);
extern bool8 gTargetingData[3][2][2][2];
u8 CanTarget(struct DungeonEntity *pokemon, struct DungeonEntity *targetPokemon, bool8 ignoreInvisible, bool8 checkPetrified)