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 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 |