pmd-sky/include/overlay_29_02315118.h
AnonymousRandomPerson f4ecfd41e6 Decomped ItemIsActive
2025-03-06 00:04:18 -05:00

12 lines
454 B
C

#ifndef PMDSKY_OVERLAY_29_02315118_H
#define PMDSKY_OVERLAY_29_02315118_H
#include "dungeon_mode.h"
// Checks if an entity pointer points to a valid entity (not entity type 0, which represents no entity).
bool8 EntityIsValid__02315118(struct entity *entity);
// Checks if a monster is holding a certain item that isn't disabled by Klutz.
bool8 ItemIsActive__0231513C(struct entity *entity, enum item_id item_id);
#endif //PMDSKY_OVERLAY_29_02315118_H