summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2017-07-06 18:28:11 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2017-07-06 18:28:11 -0300
commit686a1a0633f449361d8281dfb0f4d2bcbc315602 (patch)
treef6cd210afc103787f95d089d05cf0f108c828a27 /engine
parent23a4406b79d52752f0f5e0893fc149434d0a7021 (diff)
Updated code to comply with newer rgbds (and remove unnecessary memory access brackets where there is no memory access)
Diffstat (limited to 'engine')
-rwxr-xr-xengine/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
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