diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 23:17:46 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 23:17:46 -0500 |
commit | ece475a4804a64790cfa86dfa0ba577a732adee8 (patch) | |
tree | 4237c0ab086005ea05539b8de7c10b867eec43db /include | |
parent | 2a2a0805b481b8425b4d1047d868fb1159993e6c (diff) |
Renamed some boolean move functions
Diffstat (limited to 'include')
-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 |