mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-22 06:58:07 -05:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef GUARD_STATUS_CHECKS_1_H
|
|
#define GUARD_STATUS_CHECKS_1_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
// 0x70A58
|
|
bool8 HasNegativeStatus(struct DungeonEntity *pokemon);
|
|
|
|
#endif
|