summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:13:18 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:13:18 -0400
commitaa202b06245aa4c65f10379ecf9dc8c440a049ed (patch)
treef72101dbdd9880e287178709f769d5b226049c67 /src/item_pc.c
parent7b1ae6e629980c6bc1ed1a70f6b74c679f96f38e (diff)
parent4767019e4f541a19577a9bfd09851a94b2e3c745 (diff)
Merge remote-tracking branch 'origin/master' into sync_bery_crush
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 4366997ba..bf1bf87df 100644
--- a/src/item_pc.c
+++ b/src/item_pc.c
@@ -767,7 +767,7 @@ static void ItemPc_MoveItemModeInit(u8 taskId, s16 pos)
{
s16 * data = gTasks[taskId].data;
- ListMenuSetUnkIndicatorsStructField(data[0], 16, 1);
+ ListMenuSetTemplateField(data[0], LISTFIELD_CURSORKIND, 1);
data[1] = pos;
sStateDataPtr->moveModeOrigPos = pos;
StringCopy(gStringVar1, ItemId_GetName(ItemPc_GetItemIdBySlotId(data[1])));