summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-11-10 08:43:51 -0800
committerGitHub <noreply@github.com>2021-11-10 08:43:51 -0800
commit561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (patch)
tree0566b8fe1cf46f027696ac7fc4db9febd739ee39 /include/item.h
parent681ca68ac96e8d39f49eb2c9f42e5c1e1041f5e0 (diff)
Luminous cave (#72)
* fully decomp luminous cave * remove header file. this one isn't ready yet * doc few fields and func * doc more of luminous cave
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index e73bafd..3b4f199 100644
--- a/include/item.h
+++ b/include/item.h
@@ -97,6 +97,7 @@ bool8 IsGummiItem(u8);
void xxx_init_unk230_substruct(u8);
bool8 xxx_insert_unk230_80919FC(u8);
struct HeldItem *xxx_get_inv_unk230_at_809185C(u8);
+struct HeldItem* xxx_get_unk250_at_8091A90(u8);
s32 xxx_count_inv_unk230();
u32 xxx_count_non_empty_inv_unk250_8091A48();
void sub_8091BB4(u8);
@@ -105,6 +106,7 @@ void ShiftItemsDownFrom(s32 start);
void MoveToStorage(struct ItemSlot* slot);
void FillInventoryGaps();
bool8 sub_8091274(struct HeldItem* slot);
+bool8 IsNotMoneyOrUsedTMItem(u8 id);
void RestoreHeldItem(struct unkStruct_8094924*, struct HeldItem*);