summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:06:00 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-11 12:06:00 -0400
commitb1603bba92dac95fd1621978f21ee9bf107f7b6a (patch)
tree9d86f2a2aed82e2dcbefebe7c5dbdecf3aed607e /src/item_pc.c
parent44dc1a473c8a4ff1c73b776889f2002136c7787d (diff)
parent4767019e4f541a19577a9bfd09851a94b2e3c745 (diff)
Merge remote-tracking branch 'origin/master' into modern_ld
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])));