Better keys descriptions in menus

This commit is contained in:
Pecusx
2023-04-03 10:18:42 +02:00
parent ab965c00b4
commit 2005f7bf98
2 changed files with 6 additions and 4 deletions
+6 -4
View File
@@ -13,7 +13,7 @@ OptionsScreen
.IF TARGET = 800 .IF TARGET = 800
dta d" Please select option with cursor keys " dta d" Please select option with cursor keys "
dta d" and press (Return) to proceed " dta d" and (Tab). (Return) - proceed "
.ELIF TARGET = 5200 .ELIF TARGET = 5200
dta d" Please select option with joystick one " dta d" Please select option with joystick one "
dta d" and press FIRE to proceed " dta d" and press FIRE to proceed "
@@ -37,9 +37,11 @@ NameScreen5
dta d" - Port nr " dta d" - Port nr "
dta d"Joy"* dta d"Joy"*
dta d" - Difficulty " dta d" - Difficulty "
dta d" " dta d" "
dta d"Return"* dta d"INV"*
dta d" - Proceed " dta d" - Shape "
dta d"Return"*
dta d" - Proceed "
.ELIF TARGET = 5200 .ELIF TARGET = 5200
dta d" " dta d" "
dta d"(5)"* dta d"(5)"*
BIN
View File
Binary file not shown.