summaryrefslogtreecommitdiff
path: root/include/dungeon_items.h
blob: 0c227c26030e472c18d79e4ceaf2d26cfd752e06 (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_DUNGEON_ITEMS_H
#define GUARD_DUNGEON_ITEMS_H

#include "dungeon_entity.h"

bool8 HasItem(struct DungeonEntity *pokemon, u8 itemIndex);

#endif