summaryrefslogtreecommitdiff
path: root/include/status_checker.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-26 13:21:40 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit17a6ab37944e3cc9fc98ee93262bd4385bf4e626 (patch)
tree45a9dd41f29f59c762b379f1845a03a52cf727e6 /include/status_checker.h
parentea1aa9c0c5c3a4167912d1078fffdd5e69cbbe98 (diff)
Decomped CanUseOnTargetWithStatusChecker()
Diffstat (limited to 'include/status_checker.h')
-rw-r--r--include/status_checker.h2
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