From 7b86502dfe16a8e50c7f64c840aaf118cec49340 Mon Sep 17 00:00:00 2001 From: UzixLS Date: Sat, 23 May 2020 11:42:56 +0300 Subject: [PATCH] fix print message routine --- pacemuzx.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacemuzx.asm b/pacemuzx.asm index 4e503c5..c823edc 100644 --- a/pacemuzx.asm +++ b/pacemuzx.asm @@ -2652,7 +2652,7 @@ msg_lp: ld a,(hl) and a ret z rst 16 ; PRINT-A - inc l + inc hl jr msg_lp