aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/names2.asm')
-rw-r--r--home/names2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names2.asm b/home/names2.asm
index d7a95e5c..f58287a1 100644
--- a/home/names2.asm
+++ b/home/names2.asm
@@ -74,7 +74,7 @@ GetName::
ld e, l
.nextChar
ld a, [hli]
- cp "@"
+ cp '@'
jr nz, .nextChar
inc c
ld a, b