summaryrefslogtreecommitdiff
path: root/include/moves.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:17:46 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:17:46 -0500
commitece475a4804a64790cfa86dfa0ba577a732adee8 (patch)
tree4237c0ab086005ea05539b8de7c10b867eec43db /include/moves.h
parent2a2a0805b481b8425b4d1047d868fb1159993e6c (diff)
Renamed some boolean move functions
Diffstat (limited to 'include/moves.h')
-rw-r--r--include/moves.h2
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