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

#include "dungeon_entity.h"

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

#endif