mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
11 lines
248 B
C
11 lines
248 B
C
#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, bool32 isAI);
|
|
|
|
#endif
|