diff options
Diffstat (limited to 'include/status_checker.h')
-rw-r--r-- | include/status_checker.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/status_checker.h b/include/status_checker.h new file mode 100644 index 0000000..1b65030 --- /dev/null +++ b/include/status_checker.h @@ -0,0 +1,10 @@ +#ifndef GUARD_STATUS_CHECKER_H +#define GUARD_STATUS_CHECKER_H + +#include "constants/move.h" +#include "dungeon_entity.h" + +// 0x5C498 +bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct PokemonMove *move); + +#endif |