diff options
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h index 579c5c7..421eb89 100644 --- a/include/item.h +++ b/include/item.h @@ -362,6 +362,7 @@ bool8 xxx_insert_unk230_80919FC(u8); u32 xxx_count_non_empty_inv_unk250_8091A48(); void sub_8091BB4(u8); void sub_8090F58(void*, u8 *, struct ItemSlot *, struct unkStruct_8090F58*); +void SlotToHeldItem(struct HeldItem *held,struct ItemSlot *slot); // some sort of weird memcpy's? // not sure what the second argument should be typed as |