summaryrefslogtreecommitdiff
path: root/src/list_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-05 10:31:31 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-05 10:31:31 -0500
commitcb99443c51d6263425fb4d853177efc07aee5fb9 (patch)
tree4ed3f1569ccf478036a21cfdbc335e8ed4cfea8c /src/list_menu.c
parente9c3b78d9f7142fda849ea2fe420459480fdf989 (diff)
through sub_81556E0
Diffstat (limited to 'src/list_menu.c')
-rw-r--r--src/list_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list_menu.c b/src/list_menu.c
index 21ef40fbe..9439d712c 100644
--- a/src/list_menu.c
+++ b/src/list_menu.c
@@ -413,7 +413,7 @@ static void ListMenuDrawCursor(struct ListMenu *list)
switch (list->template.cursorKind)
{
case 0:
- ListMenuPrint(list, gFameCheckerText_ListMenuCursor, x, y);
+ ListMenuPrint(list, gText_SelectorArrow2, x, y);
break;
case 1:
break;