pmd-red/include/dungeon_ai_1.h
AnonymousRandomPerson cd9a8c5a38 Decomped CanTarget()
2021-12-14 22:54:03 -05:00

10 lines
234 B
C

#ifndef GUARD_DUNGEON_AI_1_H
#define GUARD_DUNGEON_AI_1_H
#include "dungeon_entity.h"
// 0x71598
u8 CanTarget(struct DungeonEntity *pokemon, struct DungeonEntity *targetPokemon, bool8 ignoreInvisible, bool8 checkPetrified);
#endif