diff options
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); |