pmd-sky/include/overlay_29_022E1610.h
AnonymousRandomPerson f6308ee213 Decomped GetItemInfo
2025-05-21 20:40:07 -04:00

10 lines
277 B
C

#ifndef PMDSKY_OVERLAY_29_022E1610_H
#define PMDSKY_OVERLAY_29_022E1610_H
#include "dungeon_mode.h"
// Given an item entity, returns the pointer to the item info struct it contains.
struct item* GetItemInfo(struct entity *item_entity);
#endif //PMDSKY_OVERLAY_29_022E1610_H