summaryrefslogtreecommitdiff
path: root/src/item_menu.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/item_menu.c
parent3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff)
parent2e8d5d6279088ac5a2aad108f9ce895b2619e3bb (diff)
Merge pull request #288 from PikalaxALT/dodrio_berry_picking
Dodrio Berry Picking
Diffstat (limited to 'src/item_menu.c')
-rw-r--r--src/item_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_menu.c b/src/item_menu.c
index 40cebc138..4131e7fd5 100644
--- a/src/item_menu.c
+++ b/src/item_menu.c
@@ -740,7 +740,7 @@ static void bag_menu_print_cursor(u8 y, u8 colorIdx)
}
else
{
- BagPrintTextOnWindow(0, 2, gFameCheckerText_ListMenuCursor, 1, y, 0, 0, 0, colorIdx);
+ BagPrintTextOnWindow(0, 2, gText_SelectorArrow2, 1, y, 0, 0, 0, colorIdx);
}
}