summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-28 21:04:40 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit07285e7e82db008b1f322879f3b22c8eb437a8de (patch)
tree505c70dab18c81a2320ca378ff2ef5101ef8dec7 /include
parent91c0a142ccf4783c65aecdd75a4faed33edf3ed6 (diff)
Decomped HasDisabledMove()
Diffstat (limited to 'include')
-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 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