; 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
1 changed files with 1 additions and 1 deletions

View File

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