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

11 lines
191 B
C

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