From cb99443c51d6263425fb4d853177efc07aee5fb9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 5 Mar 2020 10:31:31 -0500 Subject: through sub_81556E0 --- src/berry_pouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/berry_pouch.c') diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 63677574b..ef8ded539 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -748,7 +748,7 @@ static void BerryPouchSetArrowCursorAt(u8 y, u8 colorIdx) } else { - BerryPouchPrint(0, 2, gFameCheckerText_ListMenuCursor, 1, y, 0, 0, 0, colorIdx); + BerryPouchPrint(0, 2, gText_SelectorArrow2, 1, y, 0, 0, 0, colorIdx); } } -- cgit v1.2.3 From eb4327a71439a272a7764d0a819461d24884a9f8 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 5 Mar 2020 13:33:00 -0500 Subject: Move strings.s to src --- src/berry_pouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/berry_pouch.c') diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 63677574b..6e1d65010 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -1027,7 +1027,7 @@ static void CreateNormalContextMenu(u8 taskId) Menu_InitCursor(windowId, 2, 0, 2, GetFontAttribute(2, FONTATTR_MAX_LETTER_HEIGHT) + 2, sContextMenuNumOptions, 0); windowId2 = GetOrCreateVariableWindow(6); CopySelectedListMenuItemName(data[1], gStringVar1); - StringExpandPlaceholders(gStringVar4, gOtherText_StrVar1); + StringExpandPlaceholders(gStringVar4, gText_Var1IsSelected); BerryPouchPrint(windowId2, 2, gStringVar4, 0, 2, 1, 2, 0, 1); } -- cgit v1.2.3