summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-09 21:50:15 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:33:13 -0500
commit951b01114ab85800db8ed7f4a1034e2bd303e712 (patch)
tree6c0d8f50f2aca798c32fd3c344a7ea70183c30a9 /include
parent26a7012be18beee7bea538c48452efac595eac15 (diff)
Decomped IsMoveIndexUsable
Diffstat (limited to 'include')
-rw-r--r--include/move_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/move_util.h b/include/move_util.h
new file mode 100644
index 0000000..d4deda3
--- /dev/null
+++ b/include/move_util.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_MOVE_UTIL_H
+#define GUARD_MOVE_UTIL_H
+
+#include "dungeon_entity.h"
+
+bool8 IsMoveIndexUsable(struct DungeonEntity *pokemon, s32 moveIndex, bool8 hasPPChecker);
+
+#endif