1 2 3 4 5 6 7 8 9
#ifndef GUARD_STATUS_CHECKS_H #define GUARD_STATUS_CHECKS_H #include "dungeon_entity.h" // 0x70A58 bool8 HasNegativeStatus(struct DungeonEntity *pokemon); #endif