summaryrefslogtreecommitdiff
path: root/engine/namingscreen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/namingscreen.asm')
-rw-r--r--engine/namingscreen.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/namingscreen.asm b/engine/namingscreen.asm
index abc831b2..a250ade9 100644
--- a/engine/namingscreen.asm
+++ b/engine/namingscreen.asm
@@ -64,7 +64,7 @@ Function11b09: ; 11b09 (4:5b09)
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable
dw Function11b2a
@@ -338,7 +338,7 @@ Function11d27: ; 11d27 (4:5d27)
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable:
dw Function11d3a
@@ -1046,7 +1046,7 @@ Function123d5: ; 123d5 (4:63d5)
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable:
dw Function123e8