mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-16 11:30:55 +00:00
peasant: hgr_font: fix wrong bit in the K character
This commit is contained in:
parent
ab27445f89
commit
9026111157
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user