mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 15:46:18 -05:00
10 lines
268 B
C
10 lines
268 B
C
#ifndef GUARD_DUNGEON_AI_TARGETING_1_H
|
|
#define GUARD_DUNGEON_AI_TARGETING_1_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
bool8 ShouldAvoidEnemies(struct DungeonEntity *pokemon);
|
|
bool8 ShouldAvoidEnemiesAndShowEffect(struct DungeonEntity *pokemon, bool8 showRunAwayEffect);
|
|
|
|
#endif
|