From ece475a4804a64790cfa86dfa0ba577a732adee8 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sun, 13 Feb 2022 23:17:46 -0500 Subject: Renamed some boolean move functions --- 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 d301b0a..22f7ba6 100644 --- a/include/moves.h +++ b/include/moves.h @@ -14,6 +14,6 @@ s32 GetMovePower(struct PokemonMove *move); // 0x92BF4 u32 GetMoveMaxPP(struct PokemonMove *move); // 0x92C54 -bool8 GetMoveDealsDirectDamage(struct PokemonMove *move); +bool8 MoveDealsDirectDamage(struct PokemonMove *move); #endif -- cgit v1.2.3