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/berry_pouch.c | |
parent | 3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff) | |
parent | 2e8d5d6279088ac5a2aad108f9ce895b2619e3bb (diff) |
Merge pull request #288 from PikalaxALT/dodrio_berry_picking
Dodrio Berry Picking
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 6e1d65010..a0b2c03a3 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -748,7 +748,7 @@ static void BerryPouchSetArrowCursorAt(u8 y, u8 colorIdx) } else { - BerryPouchPrint(0, 2, gFameCheckerText_ListMenuCursor, 1, y, 0, 0, 0, colorIdx); + BerryPouchPrint(0, 2, gText_SelectorArrow2, 1, y, 0, 0, 0, colorIdx); } } |