Consistent code formatting: no redundant as and spaces after commas

This commit is contained in:
Remy Oukaour
2017-12-10 00:06:20 -05:00
parent 32ea595c47
commit ab7025a144
14 changed files with 61 additions and 61 deletions

View File

@@ -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)...