1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-18 23:01:36 +03:00

fix print message routine

This commit is contained in:
UzixLS
2020-05-23 11:42:56 +03:00
parent a067f335b5
commit 7b86502dfe

View File

@ -2652,7 +2652,7 @@ msg_lp: ld a,(hl)
and a and a
ret z ret z
rst 16 ; PRINT-A rst 16 ; PRINT-A
inc l inc hl
jr msg_lp jr msg_lp