summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-24 03:03:29 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-24 03:03:29 +0800
commit972c044d71a870128d2ac41b5b407a1db41d60de (patch)
tree597c13c139566d6923bd5ee9b83a9c8dc357664a /src/item_pc.c
parent5c1bdd0eb54b4159e4d66d9f733b0f66697a2436 (diff)
party_menu fourth quarter
Diffstat (limited to 'src/item_pc.c')
-rw-r--r--src/item_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_pc.c b/src/item_pc.c
index f30cf1381..3e0c50b60 100644
--- a/src/item_pc.c
+++ b/src/item_pc.c
@@ -926,7 +926,7 @@ static void Task_ItemPcWaitButtonAndFinishWithdrawMultiple(u8 taskId)
{
PlaySE(SE_SELECT);
itemId = ItemPc_GetItemIdBySlotId(data[1]);
- RemoveItemFromPC(itemId, data[8]);
+ RemovePCItem(itemId, data[8]);
ItemPcCompaction();
Task_ItemPcCleanUpWithdraw(taskId);
}