summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-24 03:03:29 +0800
committerEvan <eroelke@gmail.com>2019-12-04 14:54:50 -0700
commit1ffe7f78cb75b5e5f63bd803ad3fd47126a2e7c6 (patch)
treefb6ce6625c8df2b5ae4fadf5b5c67fd6f67864f5 /src/item_pc.c
parent98be2d1805920105f31baf633453ce39e968e018 (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);
}