diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-05 16:21:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 16:21:48 -0500 |
commit | 44f47ab524f0b3b7648e5f66dfaf014488fc21e3 (patch) | |
tree | f05b0cdb3e31020ea0d1c9025b922972f8a4eb51 /src/strings.c | |
parent | 3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff) | |
parent | 2e8d5d6279088ac5a2aad108f9ce895b2619e3bb (diff) |
Merge pull request #288 from PikalaxALT/dodrio_berry_picking
Dodrio Berry Picking
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c index 81f517c61..8ef338eb3 100644 --- a/src/strings.c +++ b/src/strings.c @@ -152,7 +152,7 @@ const u8 gUnknown_841622C[] = _("{PLUS}"); const u8 gUnknown_841622F[] = _("{ESCAPE 0x03}"); const u8 gUnknown_8416233[] = _("{ID}{NO}"); const u8 gUnknown_8416238[] = _("{PP}"); -const u8 gFameCheckerText_ListMenuCursor[] = _("▶"); +const u8 gText_SelectorArrow2[] = _("▶"); const u8 gUnknown_841623D[] = _("YES\nNO"); const u8 gText_GoBackToThePreviousMenu[] = _("Go back to the\nprevious menu."); const u8 gText_WhatWouldYouLikeToDo[] = _("What would you like to do?"); |