summaryrefslogtreecommitdiff
path: root/include/targeting.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/targeting.h')
-rw-r--r--include/targeting.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/targeting.h b/include/targeting.h
new file mode 100644
index 0000000..7330398
--- /dev/null
+++ b/include/targeting.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_TARGETING_H
+#define GUARD_TARGETING_H
+
+#include "dungeon_entity.h"
+
+// 0x69DCC
+void TargetTileInFront(struct DungeonEntity *pokemon);
+
+#endif