pmd-sky/include/dungeon_capabilities_2.h
2025-10-22 21:15:44 -04:00

10 lines
319 B
C

#ifndef PMDSKY_DUNGEON_CAPABILITIES_2_H
#define PMDSKY_DUNGEON_CAPABILITIES_2_H
#include "dungeon_mode.h"
// Returns false if none of these conditions holds for the given entity: asleep, frozen, petrified, biding.
bool8 CheckVariousStatuses__023016DC(struct entity *entity);
#endif //PMDSKY_DUNGEON_CAPABILITIES_2_H