From 07285e7e82db008b1f322879f3b22c8eb437a8de Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 28 Feb 2022 21:04:40 -0500 Subject: Decomped HasDisabledMove() --- include/status_checker.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3