pmd-sky/include/dungeon_capabilities.h
2024-11-20 23:47:18 -05:00

9 lines
193 B
C

#ifndef PMDSKY_DUNGEON_CAPABILITIES_H
#define PMDSKY_DUNGEON_CAPABILITIES_H
#include "dungeon.h"
bool8 CheckVariousConditions(struct entity *pokemon);
#endif //PMDSKY_DUNGEON_CAPABILITIES_H