diff options
Diffstat (limited to 'include/status_checker.h')
-rw-r--r-- | include/status_checker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/status_checker.h b/include/status_checker.h index 4538af1..92fa443 100644 --- a/include/status_checker.h +++ b/include/status_checker.h @@ -8,5 +8,7 @@ bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct PokemonMove *move); // 0x5CEB8 bool8 CanUseOnTargetWithStatusChecker(struct DungeonEntity *user, struct DungeonEntity *target, struct PokemonMove *move); +// 0x5D810 +bool8 HasDisabledMove(struct PokemonMove *moves); #endif |