pmd-red/include/status_checks.h
2022-01-13 22:56:30 -05:00

10 lines
173 B
C

#ifndef GUARD_STATUS_CHECKS_H
#define GUARD_STATUS_CHECKS_H
#include "dungeon_entity.h"
// 0x7001C
bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon);
#endif