pmd-red/include/status_checks.h
2023-09-20 22:26:35 -04:00

11 lines
197 B
C

#ifndef GUARD_STATUS_CHECKS_H
#define GUARD_STATUS_CHECKS_H
#include "structs/dungeon_entity.h"
extern const s16 gConfusedAttackChance;
bool8 HasStatusAffectingActions(Entity *pokemon);
#endif