summaryrefslogtreecommitdiff
path: root/include/status_checks_1.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 22:51:36 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 22:51:36 -0500
commitec6abc684ebc571fc186ca61f1410770ea17fa14 (patch)
tree6159c9e9bf9d2d39288cbd3931578a0e76d64e1e /include/status_checks_1.h
parent7c714bd14e68ee9528512108e8b2cbd7f9da46c7 (diff)
Decomped HasQuarterHPOrLess
Diffstat (limited to 'include/status_checks_1.h')
-rw-r--r--include/status_checks_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/status_checks_1.h b/include/status_checks_1.h
index 486adb2..a90bdb0 100644
--- a/include/status_checks_1.h
+++ b/include/status_checks_1.h
@@ -7,5 +7,7 @@
bool8 HasNegativeStatus(struct DungeonEntity *pokemon);
// 0x70B28
bool8 IsSleeping(struct DungeonEntity *pokemon);
+// 0x70B48
+bool8 HasQuarterHPOrLess(struct DungeonEntity* pokemon);
#endif