mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-24 05:29:47 +00:00
11 lines
231 B
C
11 lines
231 B
C
#ifndef GUARD_DUNGEON_AI_LEADER_H
|
|
#define GUARD_DUNGEON_AI_LEADER_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
bool8 TargetLeader(Entity *pokemon);
|
|
Entity* GetLeaderIfVisible(Entity *pokemon);
|
|
bool8 sub_8072CF4(Entity *entity);
|
|
|
|
#endif
|