diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
commit | ab7025a144605de609fed4ca67a281fb4cde8705 (patch) | |
tree | 7e12c27303a3def3393f9672a38acef5e7fb9071 /main.asm | |
parent | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff) |
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)... |