summaryrefslogtreecommitdiff
path: root/include/moves.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:59:38 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:59:38 -0500
commit64651ef8188a0b3fd269959046914990181f9c27 (patch)
treeeb5d4205891b4bee5acfef8a73f59f42a3e3d536 /include/moves.h
parentddb9c518ec401262c85af61ab2ee385863d03ca4 (diff)
Renamed move boolean functions
Diffstat (limited to 'include/moves.h')
-rw-r--r--include/moves.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/moves.h b/include/moves.h
index a811f0b..24b5249 100644
--- a/include/moves.h
+++ b/include/moves.h
@@ -23,9 +23,9 @@ bool8 MoveDealsDirectDamage(struct PokemonMove *move);
u32 GetMoveRangeType(struct PokemonMove *move);
void sub_8092C84(u8 *buffer, u16 moveID);
u8 *GetMoveUseText(u16 moveID);
-bool8 GetMoveAffectedByMagicCoat(u16 moveID);
-bool8 GetMoveTargetsUser(u16 moveID);
-bool8 GetMoveAffectedByMuzzled(u16 moveID);
+bool8 MoveAffectedByMagicCoat(u16 moveID);
+bool8 MoveTargetsUser(u16 moveID);
+bool8 MoveAffectedByMuzzled(u16 moveID);
bool8 IsBlockedBySoundproof(struct PokemonMove *move);
bool8 DoesMoveCharge(u16 move);