diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 10:44:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 10:44:43 -0400 |
commit | 10ae28cd3615d16f2fbf9d94e58cf65ef9e086e0 (patch) | |
tree | c1af98c3105f31044fe77535eb90d421dcf26b96 /src/slot_machine.c | |
parent | 0f1c5702095cfae905fd9a1a82e4775a0cb7ebf6 (diff) |
Finish porting contest data to C
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index 30aa0856e..a1245cfb0 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -822,9 +822,9 @@ static bool8 sub_8102058(struct Task *task) unk_debug_bss_1_8--; if (unk_debug_bss_1_8 == 0) { - PlaySE(0x18); - sub_8102E1C(eSlotMachine->repeatJam); - sub_8103C14(eSlotMachine->repeatJam); + PlaySE(SE_CONTEST_PLACE); + sub_8102E1C(eSlotMachine->unk18); + sub_8103C14(eSlotMachine->unk18); unk_debug_bss_1_8 = (Random() & 0x1F) + 1; eSlotMachine->state = 13; } |