; This is distinct from MAX_LEVEL.

This commit is contained in:
Remy Oukaour 2017-12-27 12:01:39 -05:00
parent e3e64fdf59
commit df103fd31c

View File

@ -1104,7 +1104,7 @@ PrintLevel:: ; 382d
; How many digits?
ld c, 2
cp 100
cp 100 ; This is distinct from MAX_LEVEL.
jr c, Print8BitNumRightAlign
; 3-digit numbers overwrite the :L.