aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slots
diff options
context:
space:
mode:
Diffstat (limited to 'engine/slots')
-rw-r--r--engine/slots/slot_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm
index 147519c7..2e02caf3 100644
--- a/engine/slots/slot_machine.asm
+++ b/engine/slots/slot_machine.asm
@@ -447,7 +447,7 @@ SlotMachine_CheckForMatches:
ld h, [hl]
ld l, a
ld de, wStringBuffer
- ld bc, 4
+ ld bc, 4 ; every SlotReward*Text is at most 4 bytes
call CopyData
pop hl
ld de, .flashScreenLoop