summaryrefslogtreecommitdiff
path: root/src/fame_checker.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/fame_checker.c
parente9c3b78d9f7142fda849ea2fe420459480fdf989 (diff)
through sub_81556E0
Diffstat (limited to 'src/fame_checker.c')
-rw-r--r--src/fame_checker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fame_checker.c b/src/fame_checker.c
index 6f60b4a44..a77c89c0d 100644
--- a/src/fame_checker.c
+++ b/src/fame_checker.c
@@ -1536,7 +1536,7 @@ static void PlaceListMenuCursor(bool8 isActive)
{
u16 cursorY = ListMenuGetYCoordForPrintingArrowCursor(sFameCheckerData->listMenuTaskId);
if (isActive == TRUE)
- AddTextPrinterParameterized4(FCWINDOWID_LIST, 2, 0, cursorY, 0, 0, sTextColor_DkGrey, 0, gFameCheckerText_ListMenuCursor);
+ AddTextPrinterParameterized4(FCWINDOWID_LIST, 2, 0, cursorY, 0, 0, sTextColor_DkGrey, 0, gText_SelectorArrow2);
else
- AddTextPrinterParameterized4(FCWINDOWID_LIST, 2, 0, cursorY, 0, 0, sTextColor_White, 0, gFameCheckerText_ListMenuCursor);
+ AddTextPrinterParameterized4(FCWINDOWID_LIST, 2, 0, cursorY, 0, 0, sTextColor_White, 0, gText_SelectorArrow2);
}