blob: 5253d9d3c82b36362c1dba433ba15b9628dcb8a9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GUARD_STATUS_CHECKS_H
#define GUARD_STATUS_CHECKS_H
#include "dungeon_entity.h"
extern const s16 gConfusedAttackChance;
bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon);
#endif
|