summaryrefslogtreecommitdiff
path: root/include/moves.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/moves.h')
-rw-r--r--include/moves.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/moves.h b/include/moves.h
index 4507593..ccf4953 100644
--- a/include/moves.h
+++ b/include/moves.h
@@ -27,5 +27,6 @@ u8 GetMoveAffectedByMagicCoat(u16 moveID);
u8 GetMoveTargetsUser(u16 moveID);
u8 GetMoveAffectedByMuzzled(u16 moveID);
bool8 IsBlockedBySoundproof(struct PokemonMove *move);
+bool8 DoesMoveCharge(u16 move);
#endif // GUARD_MOVES_H