mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-24 05:29:47 +00:00
13 lines
357 B
C
13 lines
357 B
C
#ifndef GUARD_STATUS_CHECKS_1_H
|
|
#define GUARD_STATUS_CHECKS_1_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void SetMessageArgument_2(char buffer[], EntityInfo *param_2, s32 colorNum);
|
|
bool8 HasNegativeStatus(Entity *pokemon);
|
|
bool8 IsSleeping(Entity *pokemon);
|
|
bool8 HasLowHealth(Entity *pokemon);
|
|
s32 sub_8070828(Entity *pokemon, bool8 displayMessage);
|
|
|
|
#endif
|