diff options
Diffstat (limited to 'include/status_checks_1.h')
-rw-r--r-- | include/status_checks_1.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/status_checks_1.h b/include/status_checks_1.h new file mode 100644 index 0000000..486adb2 --- /dev/null +++ b/include/status_checks_1.h @@ -0,0 +1,11 @@ +#ifndef GUARD_STATUS_CHECKS_1_H +#define GUARD_STATUS_CHECKS_1_H + +#include "dungeon_entity.h" + +// 0x70A58 +bool8 HasNegativeStatus(struct DungeonEntity *pokemon); +// 0x70B28 +bool8 IsSleeping(struct DungeonEntity *pokemon); + +#endif |