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