summaryrefslogtreecommitdiff
path: root/engine/menus
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus')
-rw-r--r--engine/menus/intro_menu.asm2
-rw-r--r--engine/menus/naming_screen.asm8
2 files changed, 5 insertions, 5 deletions
diff --git a/engine/menus/intro_menu.asm b/engine/menus/intro_menu.asm
index 40feb4ad..b9d0d316 100644
--- a/engine/menus/intro_menu.asm
+++ b/engine/menus/intro_menu.asm
@@ -979,7 +979,7 @@ MovePlayerPicRight: ; 617e (1:617e)
MovePlayerPicLeft: ; 6186 (1:6186)
hlcoord 13, 4
ld de, -1
-MovePlayerPic
+MovePlayerPic:
ld c, $8
.asm_618e
push bc
diff --git a/engine/menus/naming_screen.asm b/engine/menus/naming_screen.asm
index 2101cf84..d5b35a8e 100644
--- a/engine/menus/naming_screen.asm
+++ b/engine/menus/naming_screen.asm
@@ -208,7 +208,7 @@ Function11c48: ; 11c48 (4:5c48)
hlcoord 5, 4
jr asm_11c4f
-asm_11c4f
+asm_11c4f:
ld [wc5d3], a
ld a, l
ld [wc5d8], a
@@ -648,10 +648,10 @@ Function11ee4: ; 11ee4 (4:5ee4)
cp c
ret nc
ld a, [wc5d7]
-asm_11ef0
+asm_11ef0:
call Function11f9d
ld [hl], a
-asm_11ef4
+asm_11ef4:
ld hl, wc5d2
inc [hl]
call Function11f9d
@@ -666,7 +666,7 @@ asm_11ef4
scf
ret
-asm_11f06
+asm_11f06:
ld a, [wc5d2]
and a
ret z