summaryrefslogtreecommitdiff
path: root/home/print_num.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_num.asm')
-rw-r--r--home/print_num.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/print_num.asm b/home/print_num.asm
index a1dca238..d9cf15f5 100644
--- a/home/print_num.asm
+++ b/home/print_num.asm
@@ -301,8 +301,8 @@ PrintNum::
inc hl
ret
-Unreferenced_PrintHexNumber::
-; Print c-digit hex number from de to hl
+PrintHexNumber:: ; unreferenced
+; Print the c-byte value from de to hl as hexadecimal digits.
.loop
push bc
call .HandleByte