pmd-sky/include/overlay_29_0230558C.h
2023-09-06 23:37:34 -04:00

12 lines
339 B
C

#ifndef PMDSKY_OVERLAY_29_0230558C_H
#define PMDSKY_OVERLAY_29_0230558C_H
#include "dungeon_mode.h"
// Checks if an entity pointer points to a valid entity (not entity type 0, which represents no entity).
// entity: entity pointer
// return: bool
u8 EntityIsValid__0230558C(struct entity *entity);
#endif //PMDSKY_OVERLAY_29_0230558C_H