From df103fd31cc60f07801fc2cd29e6cc0c9e56fa3c Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Wed, 27 Dec 2017 12:01:39 -0500 Subject: [PATCH] ; This is distinct from MAX_LEVEL. --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.asm b/home.asm index 8bd081707..d46ba8cbf 100644 --- a/home.asm +++ b/home.asm @@ -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.