mirror of
https://github.com/blondie7575/GSCats.git
synced 2025-08-07 18:25:04 +00:00
Much nicer 16x16 font
Also help screen improvements
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user