diff options
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index fd3e2580d..a1245cfb0 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -822,7 +822,7 @@ static bool8 sub_8102058(struct Task *task) unk_debug_bss_1_8--; if (unk_debug_bss_1_8 == 0) { - PlaySE(0x18); + PlaySE(SE_CONTEST_PLACE); sub_8102E1C(eSlotMachine->unk18); sub_8103C14(eSlotMachine->unk18); unk_debug_bss_1_8 = (Random() & 0x1F) + 1; |