pmd-sky/include/dungeon_items.h
AnonymousRandomPerson 5983afb951 Decomped HasHeldItem
2025-03-11 22:53:44 -04:00

10 lines
235 B
C

#ifndef PMDSKY_DUNGEON_ITEMS_H
#define PMDSKY_DUNGEON_ITEMS_H
#include "dungeon_mode.h"
// Checks if a monster has a certain held item.
bool8 HasHeldItem(struct entity* entity, enum item_id item_id);
#endif //PMDSKY_DUNGEON_ITEMS_H