summaryrefslogtreecommitdiff
path: root/src/slot_machine.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-23 11:32:25 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-23 11:32:25 -0400
commited0546faaeee4e41ac9b0906bfcbac3e50aa7b22 (patch)
treea4540513145a66e12650f40ce0d25ca74f7dbddf /src/slot_machine.c
parentd461cbcaa18e282f0a1ac5954298f2185a69b7c5 (diff)
Sync contest struct field documentation from Emerald
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 fd3e2580d..30aa0856e 100644
--- a/src/slot_machine.c
+++ b/src/slot_machine.c
@@ -823,8 +823,8 @@ static bool8 sub_8102058(struct Task *task)
if (unk_debug_bss_1_8 == 0)
{
PlaySE(0x18);
- sub_8102E1C(eSlotMachine->unk18);
- sub_8103C14(eSlotMachine->unk18);
+ sub_8102E1C(eSlotMachine->repeatJam);
+ sub_8103C14(eSlotMachine->repeatJam);
unk_debug_bss_1_8 = (Random() & 0x1F) + 1;
eSlotMachine->state = 13;
}