mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
dd128d78c6
* Decomped IsMovingClient() * Fixed typos in boss dialogue * Fixed spelling of Pelipper * Decomped CannotUseItems * Decomped ShouldAvoidEnemies() * Decomped HasAbility() * Decomped HasTactic() * Decomped CannotMove * Decomped CannotAct() and IsCharging()
10 lines
160 B
C
10 lines
160 B
C
#ifndef GUARD_DUNGEON_AI_H
|
|
#define GUARD_DUNGEON_AI_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x71494
|
|
bool8 ShouldAvoidEnemies(struct DungeonEntity *pokemon);
|
|
|
|
#endif
|