summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-03 02:50:40 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-03 02:50:40 -0500
commit4907ce6f7f5e8d73c32f6d8746ba64465502df03 (patch)
treebffc887a9806a182381c13f575e50f4a7ed8cb8c /src/shop.c
parent043071ae12aa6854119a44304a5facbd58fa3624 (diff)
Fully document move_tutor (formerly learn_move)
Diffstat (limited to 'src/shop.c')
-rwxr-xr-xsrc/shop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c
index 8eefd5e97..2c2a28eea 100755
--- a/src/shop.c
+++ b/src/shop.c
@@ -918,7 +918,7 @@ static void Task_BuyMenu(u8 taskId)
{
case LIST_NOTHING_CHOSEN:
break;
- case LIST_B_PRESSED:
+ case LIST_CANCEL:
PlaySE(SE_SELECT);
ExitBuyMenu(taskId);
break;