pmd-red/include/status_checks.h
2024-11-15 00:00:57 -05:00

11 lines
199 B
C

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