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/yellow_intro.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/yellow_intro.asm') diff --git a/engine/yellow_intro.asm b/engine/yellow_intro.asm index 3adb72b5..60135134 100755 --- a/engine/yellow_intro.asm +++ b/engine/yellow_intro.asm @@ -98,7 +98,7 @@ Func_f98fc: ld a, [wYellowIntroCurrentScene] ld hl, Jumptable_f9906 call Func_fa06e - jp [hl] + jp hl Jumptable_f9906: dw YellowIntroScene0 ; running pika 1 @@ -985,7 +985,7 @@ Func_fa02b: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl Jumptable_fa03b: dw Func_fa03f -- cgit v1.3.1-sl0p