diff options
Diffstat (limited to 'include/status_checks.h')
-rw-r--r-- | include/status_checks.h | 9 |
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..086711d --- /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" + +// 0x7001C +bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon); + +#endif |