summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-20 11:23:34 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-23 08:09:22 +0800
commita4e7a359606b276bc595f0273ccc549c766d715b (patch)
tree5067dc0476f8418fe173a06910b1cf8c46fdbbc7 /src/item_pc.c
parent548490c675f68dfacf4d1939486c47d8405dddd8 (diff)
document some symbols
Diffstat (limited to 'src/item_pc.c')
-rw-r--r--src/item_pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_pc.c b/src/item_pc.c
index 60a74ac59..450e0d142 100644
--- a/src/item_pc.c
+++ b/src/item_pc.c
@@ -1029,8 +1029,8 @@ static void Task_ItemPcGive(u8 taskId)
static void ItemPc_CB2_SwitchToPartyMenu(void)
{
- PartyMenuInit(0, 0, 6, 0, 6, sub_811FB28, ItemPc_CB2_ReturnFromPartyMenu);
- gUnknown_203B0A0.unkC = ItemPc_GetItemIdBySlotId(ItemPc_GetCursorPosition());
+ InitPartyMenu(0, 0, 6, 0, 6, Task_HandleChooseMonInput, ItemPc_CB2_ReturnFromPartyMenu);
+ gPartyMenu.unkC = ItemPc_GetItemIdBySlotId(ItemPc_GetCursorPosition());
}
static void ItemPc_CB2_ReturnFromPartyMenu(void)