mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
12 lines
214 B
C
12 lines
214 B
C
#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
|