summaryrefslogtreecommitdiff
path: root/include/status_checker.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 12:51:18 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 21:59:22 -0500
commit96372eb336d21e5da66246983e0522212f370bdf (patch)
tree84112b7f1643443dba9af53b21890ae9504a45bb /include/status_checker.h
parent3555fb7c945ef5152910a84390ecbd1a38ea585d (diff)
Decomped CanUseOnSelfWithStatusChecker()
Diffstat (limited to 'include/status_checker.h')
-rw-r--r--include/status_checker.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/status_checker.h b/include/status_checker.h
new file mode 100644
index 0000000..1b65030
--- /dev/null
+++ b/include/status_checker.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_STATUS_CHECKER_H
+#define GUARD_STATUS_CHECKER_H
+
+#include "constants/move.h"
+#include "dungeon_entity.h"
+
+// 0x5C498
+bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct PokemonMove *move);
+
+#endif