summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-29 01:47:36 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-29 01:47:36 -0400
commit038abf80ba30a277420e0381312c0cfc2296811e (patch)
treeab951530e74209c0da170bc74ddd8b5a456bab9a /src/shop.c
parentd7ec1d234b260df869213e195055dd75bcbe5cf3 (diff)
Give songs meaningful english names
Diffstat (limited to 'src/shop.c')
-rw-r--r--src/shop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c
index 75d83d132..75ed36fa4 100644
--- a/src/shop.c
+++ b/src/shop.c
@@ -657,7 +657,7 @@ static void Shop_DoItemTransaction(u8 taskId)
{
IncrementGameStat(GAME_STAT_SHOPPED);
RemoveMoney(&gSaveBlock1.money, gMartTotalCost);
- PlaySE(SE_REGI);
+ PlaySE(SE_SHOP);
UpdateMoneyWindow(gSaveBlock1.money, 0, 0);
gTasks[taskId].func = Shop_DoPremierBallCheck;
}