Files
ss/include/d/lyt/d_lyt_util_items.h
T
2025-04-21 21:51:02 +02:00

20 lines
519 B
C

#ifndef D_LYT_UTIL_ITEMS_H
#define D_LYT_UTIL_ITEMS_H
#include "common.h"
#include "toBeSorted/dowsing_target.h"
bool isPouchBocoburinLocked();
u8 getPouchItemForSlot(s32 slot, bool unk);
bool hasPouchSlot(s32 slot, bool unk);
s32 getPouchItemAmount(s32 slot, bool unk);
u8 getPouchItemNumberColor(s32 slot, bool unk);
f32 getShieldDurability(s32 slot, bool unk);
DowsingTarget::DowsingSlot dowsingSlotForIndex(s32 index);
s32 getLytIndexForDowsingIndex(s32 index);
u16 getDowsingItemIdForIndex(s32 index);
#endif