summaryrefslogtreecommitdiff
path: root/src/slot_machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r--src/slot_machine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c
index 28292902f..3bfbbb08b 100644
--- a/src/slot_machine.c
+++ b/src/slot_machine.c
@@ -734,7 +734,7 @@ static void MainTask_SlotsGameLoop(u8 taskId)
{
sSlotMachineState->bet++;
TakeCoins(1);
- PlaySE(SE_T_KAMI2);
+ PlaySE(SE_REGI);
sub_8141148(8, 0);
sub_8141148(2, 1);
data[0] = 1;
@@ -752,7 +752,7 @@ static void MainTask_SlotsGameLoop(u8 taskId)
sSlotMachineState->bet += GetCoins();
SetCoins(0);
}
- PlaySE(SE_T_KAMI2);
+ PlaySE(SE_REGI);
sub_8141148(8, 0);
sub_8141148(2, 1);
data[0] = 1;