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

#include "dungeon_entity.h"

// 0x7001C
bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon);

#endif