From 686a1a0633f449361d8281dfb0f4d2bcbc315602 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Thu, 6 Jul 2017 18:28:11 -0300 Subject: Updated code to comply with newer rgbds (and remove unnecessary memory access brackets where there is no memory access) --- engine/pokedex.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/pokedex.asm b/engine/pokedex.asm index 8b624a4..7f7eddd 100755 --- a/engine/pokedex.asm +++ b/engine/pokedex.asm @@ -928,7 +928,7 @@ Func_285db: ; 0x285db ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl PointerTable_2867f: ; 0x2867f dw Func_286dd -- cgit v1.2.3