summaryrefslogtreecommitdiff
path: root/include/status_checker_1.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-28 20:57:06 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit91c0a142ccf4783c65aecdd75a4faed33edf3ed6 (patch)
treeb0bfeddb426b59d995d6ac75f0e7aa046723843f /include/status_checker_1.h
parent17a6ab37944e3cc9fc98ee93262bd4385bf4e626 (diff)
Decomped HasLastUsedMove()
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