pmd-red/include/dungeon_entity_movement.h
2025-10-15 21:02:29 +02:00

14 lines
417 B
C

#ifndef GUARD_DUNGEON_ENTITY_MOVEMENT_H
#define GUARD_DUNGEON_ENTITY_MOVEMENT_H
#include "structs/dungeon_entity.h"
#include "structs/str_position.h"
void sub_8074FB0(Entity *entity, s32 a1, DungeonPos *pos);
bool8 DisplayActions(Entity *a0);
void sub_8075680(bool8 unused);
bool8 CheckEntityTileForInteraction(Entity *entity);
void TryTriggerMonsterHouseWithMsg(Entity *pokemon, bool8 forcedMonsterHouse);
#endif