peasant: hgr_font: fix wrong bit in the K character

This commit is contained in:
Vince Weaver 2021-11-09 14:42:06 -05:00
parent ab27445f89
commit 9026111157
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ hgr_font:
; K $4B
.byte $22 ; 10001 X010 0010
.byte $12 ; 10010 X001 0010
.byte $1A ; 10100 X000 1010
.byte $0A ; 10100 X000 1010
.byte $06 ; 11000 X000 0110
.byte $0A ; 10100 X000 1010
.byte $12 ; 10010 X001 0010