summaryrefslogtreecommitdiff
path: root/include/move_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/move_util.h')
-rw-r--r--include/move_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/move_util.h b/include/move_util.h
new file mode 100644
index 0000000..2bfc1c6
--- /dev/null
+++ b/include/move_util.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_MOVE_UTIL_H
+#define GUARD_MOVE_UTIL_H
+
+#include "dungeon_entity.h"
+
+bool8 IsMoveIndexUsable(struct DungeonEntity *pokemon, s32 moveIndex, bool8 hasPPChecker);
+bool8 IsMoveUsable(struct DungeonEntity *pokemon, struct PokemonMove *move, bool8 hasPPChecker);
+
+#endif