summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-05 22:02:03 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-05 22:02:03 -0500
commit9939c543ce7a8cbf7abb85d3125b5e6d95204433 (patch)
tree7390d9718f42d6ddfe63288a6c834a94f3c65d6c /include
parenta9b5977d4ca6c0aeedea966a0165b625a4c2dbab (diff)
Decomped TargetTileInFront()
Diffstat (limited to 'include')
-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