summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-27 12:01:39 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-27 12:01:39 -0500
commitdf103fd31cc60f07801fc2cd29e6cc0c9e56fa3c (patch)
tree1b78bc72ead318c2fa98651bfe85eac28808c300
parente3e64fdf59a7d31705e8da9935bb1f3e8b207a26 (diff)
; This is distinct from MAX_LEVEL.
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
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.