summaryrefslogtreecommitdiff
path: root/include/status_checker_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/status_checker_1.h')
-rw-r--r--include/status_checker_1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/status_checker_1.h b/include/status_checker_1.h
new file mode 100644
index 0000000..56465d5
--- /dev/null
+++ b/include/status_checker_1.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_STATUS_CHECKER_1_H
+#define GUARD_STATUS_CHECKER_1_H
+
+#include "moves.h"
+
+// 0x5D888
+bool8 HasLastUsedMove(struct PokemonMove *moves);
+
+#endif