summaryrefslogtreecommitdiff
path: root/include/targeting_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/targeting_flags.h')
-rw-r--r--include/targeting_flags.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/targeting_flags.h b/include/targeting_flags.h
new file mode 100644
index 0000000..54e7063
--- /dev/null
+++ b/include/targeting_flags.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_TARGETING_FLAGS_H
+#define GUARD_TARGETING_FLAGS_H
+
+#include "constants/move.h"
+#include "dungeon_entity.h"
+
+// 0x7CD64
+s16 GetMoveTargetingFlagsForPokemon(struct DungeonEntity *pokemon, struct PokemonMove *move, u32 isAI);
+
+#endif