summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 8fb7c418..91866692 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -194,7 +194,7 @@ PlaceVerticalMenuItems::
ld a, [de]
ld c, a
inc de
- ld b, $0
+ ld b, 0
add hl, bc
jp PlaceString