summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-09-30 21:55:14 +1300
committereinstein95 <einstein95@users.noreply.github.com>2017-09-30 21:55:14 +1300
commit9d864ede0e89cd95c9d2ff090a218bd64611fdee (patch)
treed4b18f8eb867228fc6e81356bceadf3be188cc2f /engine/slot_machine.asm
parent66e9f2288377f697bd8a63b9fe7dbe4a314ff200 (diff)
parent5c2419383118280465a89657fed34ed6562f2981 (diff)
Update for rgbds 0.3.3HEADmaster
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index b2eab14a..f3bf5cff 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -451,7 +451,7 @@ SlotMachine_CheckForMatches:
pop hl
ld de, .flashScreenLoop
push de
- jp [hl]
+ jp hl
.flashScreenLoop
ld a, [rBGP]