diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-01 16:33:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:33:06 -0800 |
commit | 4fc272fea6bc7332fae031ebeb12362cff1c35de (patch) | |
tree | 88092c6da3a6bb741caceab54f5372aee4ad5bae /include/item.h | |
parent | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (diff) |
No wifi + 2 days on train = more decomp (#80)
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
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 60a9014..5da4c67 100644 --- a/include/item.h +++ b/include/item.h @@ -114,6 +114,7 @@ void MoveToStorage(struct ItemSlot* slot); void FillInventoryGaps(); bool8 sub_8091274(struct HeldItem* slot); bool8 IsNotMoneyOrUsedTMItem(u8 id); +s32 FindItemInInventory(u8 itemIndex); void RestoreHeldItem(struct unkStruct_8094924*, struct HeldItem*); |