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/cable_club.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/cable_club.asm') diff --git a/engine/cable_club.asm b/engine/cable_club.asm index 88f7b2f7..79b5e858 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -309,7 +309,7 @@ CallCurrentTradeCenterFunction: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl TradeCenter_SelectMon: call ClearScreen -- cgit v1.3.1-sl0p