summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_item_weight.h
blob: 871e68b4173055017d9e4ace749322d84e734eea (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_DUNGEON_AI_ITEM_WEIGHT_H
#define GUARD_DUNGEON_AI_ITEM_WEIGHT_H

#include "dungeon_entity.h"

u32 EvaluateItem(struct DungeonEntity *targetPokemon, struct ItemSlot *item, u32 itemTargetFlags);
bool8 CanTargetAdjacentPokemon(struct DungeonEntity *pokemon);

#endif