diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 22:51:36 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 22:51:36 -0500 |
commit | ec6abc684ebc571fc186ca61f1410770ea17fa14 (patch) | |
tree | 6159c9e9bf9d2d39288cbd3931578a0e76d64e1e /include | |
parent | 7c714bd14e68ee9528512108e8b2cbd7f9da46c7 (diff) |
Decomped HasQuarterHPOrLess
Diffstat (limited to 'include')
-rw-r--r-- | include/status_checks_1.h | 2 |
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 |