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/trade.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/trade.asm') diff --git a/engine/trade.asm b/engine/trade.asm index 2476ca78..e4bc0768 100755 --- a/engine/trade.asm +++ b/engine/trade.asm @@ -47,7 +47,7 @@ TradeAnimCommon: ld l, a ld de, .loop push de - jp [hl] ; call trade func, which will return to the top of the loop + jp hl ; call trade func, which will return to the top of the loop .done pop af ld [hSCX], a -- cgit v1.3.1-sl0p