item: through sub_809A584

This commit is contained in:
PikalaxALT
2019-06-19 21:41:43 -04:00
parent 7eeba327bd
commit 649a351c4c
9 changed files with 488 additions and 1175 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ static u16 ItemPc_GetItemIdBySlotId(u16 idx)
static u16 ItemPc_GetItemQuantityBySlotId(u16 idx)
{
return GetBagItemId(&gSaveBlock1Ptr->pcItems[idx].quantity);
return GetPcItemQuantity(&gSaveBlock1Ptr->pcItems[idx].quantity);
}
static void ItemPc_CountPcItems(void)