pmd-red/include/dungeon_ai_leader.h
2023-01-08 04:23:00 -05:00

10 lines
209 B
C

#ifndef GUARD_DUNGEON_AI_LEADER_H
#define GUARD_DUNGEON_AI_LEADER_H
#include "dungeon_entity.h"
bool8 TargetLeader(struct Entity *pokemon);
struct Entity* GetLeaderIfVisible(struct Entity *pokemon);
#endif