diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 22:02:17 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 22:02:17 -0500 |
commit | a02346be01efa13b6d969a89be642e3450f7ca35 (patch) | |
tree | fdd3798a122f814186b404e6e18f9af320ed76b1 /include/moves.h | |
parent | 9939c543ce7a8cbf7abb85d3125b5e6d95204433 (diff) |
Decomped FindMoveTarget()
Diffstat (limited to 'include/moves.h')
-rw-r--r-- | include/moves.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/moves.h b/include/moves.h index 847f167..c86f986 100644 --- a/include/moves.h +++ b/include/moves.h @@ -9,5 +9,7 @@ void InitPokemonMove(struct PokemonMove *move, u16 moveID); u8 GetMoveWeight(struct PokemonMove *move); // 0x92BF4 u32 GetMoveMaxPP(struct PokemonMove *move); +// 0x92C54 +bool8 GetMoveDealsDirectDamage(struct PokemonMove *move); #endif |