summaryrefslogtreecommitdiff
path: root/include/move_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/move_util.h')
-rw-r--r--include/move_util.h1
1 files changed, 1 insertions, 0 deletions
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