diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-26 13:21:40 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:32:17 -0500 |
commit | 17a6ab37944e3cc9fc98ee93262bd4385bf4e626 (patch) | |
tree | 45a9dd41f29f59c762b379f1845a03a52cf727e6 /include/moves.h | |
parent | ea1aa9c0c5c3a4167912d1078fffdd5e69cbbe98 (diff) |
Decomped CanUseOnTargetWithStatusChecker()
Diffstat (limited to 'include/moves.h')
-rw-r--r-- | include/moves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moves.h b/include/moves.h index 44b324b..b612e69 100644 --- a/include/moves.h +++ b/include/moves.h @@ -18,7 +18,7 @@ s32 GetMoveAccuracy(struct PokemonMove *move, u32 accuracyType); u32 GetMoveMaxPP(struct PokemonMove *move); u8 GetMoveUnk12(struct PokemonMove *move); u8 GetMoveCriticalHitChance(struct PokemonMove *move); -u8 GetMoveCannotHitFrozen(struct PokemonMove *move); +u8 MoveCannotHitFrozen(struct PokemonMove *move); u8 MoveDealsDirectDamage(struct PokemonMove *move); u32 GetMoveRangeType(struct PokemonMove *move); void sub_8092C84(u8 *buffer, u16 moveID); |