diff options
Diffstat (limited to 'src/help_system.c')
-rw-r--r-- | src/help_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_system.c b/src/help_system.c index 48483c387..8eabd4e1d 100644 --- a/src/help_system.c +++ b/src/help_system.c @@ -1085,7 +1085,7 @@ void PlaceListMenuCursor(void) u8 glyphHeight = GetFontAttribute(2, 1) + 1; u8 x = gHelpSystemListMenu.sub.left; u8 y = gHelpSystemListMenu.sub.top + glyphHeight * gHelpSystemListMenu.cursorPos; - HelpSystem_PrintTextAt(gFameCheckerText_ListMenuCursor, x, y); + HelpSystem_PrintTextAt(gText_SelectorArrow2, x, y); } void sub_813C860(u8 i) |