pmd-sky/include/dungeon_capabilities_2.h
2024-12-20 00:01:40 -05:00

10 lines
306 B
C

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