mirror of
https://github.com/blondie7575/GSCats.git
synced 2025-01-06 14:31:06 +00:00
Much nicer 16x16 font
Also help screen improvements
This commit is contained in:
parent
06527a3f61
commit
a8caca07ec
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user