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

#include "dungeon_entity.h"

// 0x570F4
bool8 IsCharging(struct DungeonEntity *pokemon, bool8 checkCharge);

#endif