From 458001dbbdb9c11a129cfe4286b536cfefc349f0 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Wed, 9 Mar 2022 22:19:20 -0500 Subject: Decomped IsMoveUsable() --- include/move_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/move_util.h') diff --git a/include/move_util.h b/include/move_util.h index d4deda3..2bfc1c6 100644 --- a/include/move_util.h +++ b/include/move_util.h @@ -4,5 +4,6 @@ #include "dungeon_entity.h" bool8 IsMoveIndexUsable(struct DungeonEntity *pokemon, s32 moveIndex, bool8 hasPPChecker); +bool8 IsMoveUsable(struct DungeonEntity *pokemon, struct PokemonMove *move, bool8 hasPPChecker); #endif -- cgit v1.2.3