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 1b65030..4538af1 100644 --- a/include/status_checker.h +++ b/include/status_checker.h @@ -6,5 +6,7 @@ // 0x5C498 bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct PokemonMove *move); +// 0x5CEB8 +bool8 CanUseOnTargetWithStatusChecker(struct DungeonEntity *user, struct DungeonEntity *target, struct PokemonMove *move); #endif |