From 78b6f1a613913536789fe1bcc91b95d6cca54ae9 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Mon, 25 Sep 2017 19:18:33 -0700 Subject: Fix warnings about deprecated mnemonics on newer builds of rgbds --- engine/slot_machine.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/slot_machine.asm') diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 769a3f37..292bb809 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -452,7 +452,7 @@ SlotMachine_CheckForMatches: pop hl ld de, .flashScreenLoop push de - jp [hl] + jp hl .flashScreenLoop ld a, [rBGP] -- cgit v1.3.1-sl0p