mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-26 03:55:04 -05:00
11 lines
196 B
C
11 lines
196 B
C
#ifndef GUARD_STATUS_CHECKS_H
|
|
#define GUARD_STATUS_CHECKS_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
extern const s16 gConfusedAttackChance;
|
|
|
|
bool8 HasStatusAffectingActions(struct Entity *pokemon);
|
|
|
|
#endif
|