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

13 lines
238 B
C

#ifndef D_POUCH_H
#define D_POUCH_H
#include "common.h"
u32 convertFilePouchSlot(s32 fileSlot);
s32 convertLytPouchSlot(s32 fileSlot);
s32 getPouchSlotCount(bool unk);
bool isItemExtraAmmo(s32 item);
bool isItemMedal(s32 item);
#endif