diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-09 22:19:20 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:33:13 -0500 |
commit | 458001dbbdb9c11a129cfe4286b536cfefc349f0 (patch) | |
tree | 4a071af20f73201e9f3e25afc8713c10dc9b8e6e /include/move_util.h | |
parent | 951b01114ab85800db8ed7f4a1034e2bd303e712 (diff) |
Decomped IsMoveUsable()
Diffstat (limited to 'include/move_util.h')
-rw-r--r-- | include/move_util.h | 1 |
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 |