mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-18 13:08:00 -05:00
10 lines
173 B
C
10 lines
173 B
C
#ifndef GUARD_STATUS_CHECKS_H
|
|
#define GUARD_STATUS_CHECKS_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x7001C
|
|
bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon);
|
|
|
|
#endif
|