From ee5fb3584d800ea302720e1676080132f37636b6 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 31 Dec 2021 18:38:49 -0600 Subject: move data from data to wonder_mail --- include/moves.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3