diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-28 17:37:55 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2022-02-17 19:02:44 -0600 |
commit | 8e0ba3615a545c774b691e47b6581f6c7e6c13fb (patch) | |
tree | ee085cf1fe9604a9f2ba68722447700c277cea91 /include | |
parent | 617e992dac782e3647977b6dfe7a325e4c14db15 (diff) |
few more decomped funcs
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 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); |