summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-20 18:12:17 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-20 18:12:17 -0500
commitc5cd6e137fbad180a21ec24a50fde76633db0c20 (patch)
tree38953616b74da130bd832635bed1c605d4b0e322 /include
parent74d89a6fe4615b4c463852e98c2ea43bb1f6bf00 (diff)
Decomped IsSleeping()
-Function provided by SethBarberee.
Diffstat (limited to 'include')
-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 770767a..486adb2 100644
--- a/include/status_checks_1.h
+++ b/include/status_checks_1.h
@@ -5,5 +5,7 @@
// 0x70A58
bool8 HasNegativeStatus(struct DungeonEntity *pokemon);
+// 0x70B28
+bool8 IsSleeping(struct DungeonEntity *pokemon);
#endif