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

@@ -1830,7 +1830,7 @@ PrintBCDNumber:: ; 38bb
; 0x38f2
PrintBCDDigit:: ; 38f2
and a, %00001111
and %00001111
and a
jr z, .zeroDigit
.nonzeroDigit
@@ -1845,7 +1845,7 @@ PrintBCDDigit:: ; 38f2
.skipCurrencySymbol
res 7, b ; unset 7 to indicate that a nonzero digit has been reached
.outputDigit
add a, "0"
add "0"
ld [hli], a
jp PrintLetterDelay