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