Left/Right description in purchase and activate menus

This commit is contained in:
Pecusx
2023-09-29 21:51:06 +02:00
parent d3b923b2e2
commit 2348fd7a50
4 changed files with 22 additions and 14 deletions
+10 -2
View File
@@ -78,15 +78,21 @@ NameScreen5
WeaponsDescription
; 0123456789012345678901234567890123456789
.IF TARGET = 800
dta d" "
dta $fe ; left arrow symbol
dta d"/"
dta d"Tab"*
dta d ": Defensive/Offensive weapon "
dta d ": Defensives/Offensives "
.ELIF TARGET = 5200
dta d" "
dta d"Left"*
dta d ": Defensive/Offensive weapon"
dta d ": Defensives/Offensives "
.ENDIF
PurchaseDescription
; 0123456789012345678901234567890123456789
.IF TARGET = 800
dta $ff ; right arrow symbol
dta d"/"
dta d"Space"*
dta d": Purchase "
dta d"Return"*
@@ -100,6 +106,8 @@ PurchaseDescription
ActivateDescription
; 0123456789012345678901234567890123456789
.IF TARGET = 800
dta $ff ; right arrow symbol
dta d"/"
dta d"Space"*
dta d": Activate "
dta d"Return"*
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.