pmd-sky/src/overlay_29_022FED98.c
2025-07-19 11:24:04 -04:00

13 lines
245 B
C

#include "overlay_29_022FED98.h"
#include "dungeon_util_static.h"
#ifndef EUROPE
bool8 EntityIsValid__022FED98(struct entity *entity)
{
if (entity == NULL)
return FALSE;
return GetEntityType(entity) != ENTITY_NOTHING;
}
#endif