summaryrefslogtreecommitdiff
path: root/engine/title.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/title.asm')
-rwxr-xr-xengine/title.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm
index c0c5006c..6f6a6d8c 100755
--- a/engine/title.asm
+++ b/engine/title.asm
@@ -31,7 +31,7 @@ StartTitleScreen:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable
dw MainMenu_
@@ -271,7 +271,7 @@ Function640f: ; 640f (1:640f)
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable
dw Function6426