summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dungeon_ai_1.h')
-rw-r--r--include/dungeon_ai_1.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/dungeon_ai_1.h b/include/dungeon_ai_1.h
deleted file mode 100644
index dace65a..0000000
--- a/include/dungeon_ai_1.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef GUARD_DUNGEON_AI_1_H
-#define GUARD_DUNGEON_AI_1_H
-
-#include "dungeon_entity.h"
-
-// 0x71598
-u8 CanTarget(struct DungeonEntity *pokemon, struct DungeonEntity *targetPokemon, bool8 ignoreInvisible, bool8 checkPetrified);
-
-#endif