summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-05 16:21:48 -0500
committerGitHub <noreply@github.com>2020-03-05 16:21:48 -0500
commit44f47ab524f0b3b7648e5f66dfaf014488fc21e3 (patch)
treef05b0cdb3e31020ea0d1c9025b922972f8a4eb51 /src/help_system.c
parent3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff)
parent2e8d5d6279088ac5a2aad108f9ce895b2619e3bb (diff)
Merge pull request #288 from PikalaxALT/dodrio_berry_picking
Dodrio Berry Picking
Diffstat (limited to 'src/help_system.c')
-rw-r--r--src/help_system.c2
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)