pmd-red/include/status_checks.h
2025-10-26 17:32:38 +01:00

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