summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index aaf65c83a..67e583291 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -1326,14 +1326,14 @@ ReelAction_CheckDropReel: ; 92e10
ld hl, wReel1ReelAction - wReel1
add hl, bc
inc [hl] ; REEL_ACTION_WAIT_DROP_REEL
- ld hl, wReel1Slot0b - wReel1
+ ld hl, wReel1Field0b - wReel1
add hl, bc
ld [hl], 32
ld hl, wReel1SpinRate - wReel1
add hl, bc
ld [hl], 0
ReelAction_WaitDropReel: ; 92e31
- ld hl, wReel1Slot0b - wReel1
+ ld hl, wReel1Field0b - wReel1
add hl, bc
ld a, [hl]
and a