diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 22:30:25 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-13 22:30:25 -0500 |
commit | 3bbb6035e746cdb83b128b1d6153436756cb3be0 (patch) | |
tree | d92d7d818749543e4d7012411198c6dac9750468 /include/targeting_flags.h | |
parent | a02346be01efa13b6d969a89be642e3450f7ca35 (diff) |
Decomped GetMoveTargetingFlagsForPokemon()
Diffstat (limited to 'include/targeting_flags.h')
-rw-r--r-- | include/targeting_flags.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/targeting_flags.h b/include/targeting_flags.h new file mode 100644 index 0000000..54e7063 --- /dev/null +++ b/include/targeting_flags.h @@ -0,0 +1,10 @@ +#ifndef GUARD_TARGETING_FLAGS_H +#define GUARD_TARGETING_FLAGS_H + +#include "constants/move.h" +#include "dungeon_entity.h" + +// 0x7CD64 +s16 GetMoveTargetingFlagsForPokemon(struct DungeonEntity *pokemon, struct PokemonMove *move, u32 isAI); + +#endif |