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
163 B
C
10 lines
163 B
C
#ifndef GUARD_DUNGEON_UTIL_1_H
|
|
#define GUARD_DUNGEON_UTIL_1_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x85A50
|
|
bool8 IsMovingClient(struct DungeonEntity *entity);
|
|
|
|
#endif
|