summaryrefslogtreecommitdiff
path: root/include/status_checks.h
blob: e899f743da19879ddaf25f78301f81d28509bd58 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_STATUS_CHECKS_H
#define GUARD_STATUS_CHECKS_H

#include "dungeon_entity.h"

// 0x70A58
bool8 HasNegativeStatus(struct DungeonEntity *pokemon);

#endif