aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/overworld.asm2
-rw-r--r--home/predef.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 382f90f9..29e4f18d 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -1761,7 +1761,7 @@ RunMapScript::
ld l, a
ld de, .return
push de
- jp [hl] ; jump to script
+ jp hl ; jump to script
.return
ret
diff --git a/home/predef.asm b/home/predef.asm
index c55760d7..dfa10772 100644
--- a/home/predef.asm
+++ b/home/predef.asm
@@ -23,7 +23,7 @@ Predef::
ld de, .done
push de
- jp [hl]
+ jp hl
.done
pop af