summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 00:06:20 -0500
commitab7025a144605de609fed4ca67a281fb4cde8705 (patch)
tree7e12c27303a3def3393f9672a38acef5e7fb9071 /main.asm
parent32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff)
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index c50cef618..b2433e45d 100644
--- a/main.asm
+++ b/main.asm
@@ -183,7 +183,7 @@ CheckNickErrors:: ; 669f
inc hl
; reached end of commands table?
ld a, [hl]
- cp a, -1
+ cp -1
jr z, .done
; is the current char between this value (inclusive)...