summaryrefslogtreecommitdiff
path: root/include/status_checks.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-07 23:32:32 -0600
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-07 23:32:32 -0600
commitcbf41c6bf31e16fa0ec0b60fc067429e387b5943 (patch)
tree4c5bd756ad73fc8dc49ba4fcbee6906c28b9131a /include/status_checks.h
parent3cdde2a92a187d437dc7d24273177b59ab5b9511 (diff)
Decomped HasNegativeStatus()
Diffstat (limited to 'include/status_checks.h')
-rw-r--r--include/status_checks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/status_checks.h b/include/status_checks.h
new file mode 100644
index 0000000..e899f74
--- /dev/null
+++ b/include/status_checks.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_STATUS_CHECKS_H
+#define GUARD_STATUS_CHECKS_H
+
+#include "dungeon_entity.h"
+
+// 0x70A58
+bool8 HasNegativeStatus(struct DungeonEntity *pokemon);
+
+#endif