diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 10:31:31 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 10:31:31 -0500 |
commit | cb99443c51d6263425fb4d853177efc07aee5fb9 (patch) | |
tree | 4ed3f1569ccf478036a21cfdbc335e8ed4cfea8c /src/help_system.c | |
parent | e9c3b78d9f7142fda849ea2fe420459480fdf989 (diff) |
through sub_81556E0
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 d68acbaa1..4d037de5d 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) |