Much nicer 16x16 font

Also help screen improvements
This commit is contained in:
blondie7575 2023-08-06 16:58:32 -07:00
parent 06527a3f61
commit a8caca07ec
4 changed files with 5632 additions and 5799 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

11423
fonts.s

File diff suppressed because it is too large Load Diff

View File

@ -390,6 +390,12 @@ titleScreenRenderHelp:
lda #helpText8
sta PARAML0
ldy #$8435
lda #2
jsl renderStringFar
lda #helpText9
sta PARAML0
ldy #$90b7
lda #1
jsl renderStringFar
@ -426,4 +432,6 @@ helpText6:
helpText7:
pstring "cd SCROLL"
helpText8:
pstring "g QUIT"
helpText9:
pstring "PRESS ANY KEY"