pmd-sky/src/overlay_29_0231F570.c
AnonymousRandomPerson 3d77bd90ea Decomped RunMonsterAi
2024-11-15 00:06:15 -05:00

11 lines
191 B
C

#include "overlay_29_0231F570.h"
bool EntityIsValid__0231F570(struct entity *entity)
{
if (entity == NULL)
{
return FALSE;
}
return entity->type != ENTITY_NOTHING;
}