mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
194 B
C
10 lines
194 B
C
#ifndef GUARD_STATUS_CHECKS_H
|
|
#define GUARD_STATUS_CHECKS_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
bool8 HasStatusThatPreventsActing(Entity *pokemon);
|
|
bool8 sub_80701A4(Entity *pokemon);
|
|
|
|
#endif
|