summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_attack.h
blob: 77b53fcff69fb594fcf6193032405c19b7e83b99 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_DUNGEON_AI_ATTACK_H
#define GUARD_DUNGEON_AI_ATTACK_H

#include "dungeon_entity.h"

// 0x7BB94
void DecideAttack(struct DungeonEntity *pokemon);

#endif