From 8e0ba3615a545c774b691e47b6581f6c7e6c13fb Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 28 Jan 2022 17:37:55 -0600 Subject: few more decomped funcs --- include/moves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/moves.h b/include/moves.h index ccf4953..a5db8d0 100644 --- a/include/moves.h +++ b/include/moves.h @@ -19,7 +19,7 @@ u32 GetMoveMaxPP(struct PokemonMove *move); u8 GetMoveUnk12(struct PokemonMove *move); u8 GetMoveCriticalHitChance(struct PokemonMove *move); u8 GetMoveCannotHitFrozen(struct PokemonMove *move); -u8 GetMoveDealsDirectDamage(struct PokemonMove *move); +u8 MoveDealsDirectDamage(struct PokemonMove *move); u32 GetMoveRangeType(struct PokemonMove *move); void sub_8092C84(u8 *buffer, u16 moveID); u8 *GetMoveUseText(u16 moveID); -- cgit v1.2.3