WIP: colors test

This commit is contained in:
2022-05-12 09:53:56 -04:00
parent 11ddf69de9
commit b37dc73f52
2 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -5,7 +5,11 @@
;=================================================================================== ;===================================================================================
;==========================CONSTANT TABLES, do not erase!=========================== ;==========================CONSTANT TABLES, do not erase!===========================
;=================================================================================== ;===================================================================================
TankColoursTable .BYTE $52,$32,$72,$92,$B2,$02 TankColoursTable .BYTE $5a,$dc,$88,$26,$a8,$02
dliColorsBack
:10 .by $04,$02
dliColorsFore
.by $0e
CashOptionL ;(one zero less than on the screen) CashOptionL ;(one zero less than on the screen)
.by 0,<200,<500,<800,<1000 .by 0,<200,<500,<800,<1000
CashOptionH CashOptionH
@@ -989,9 +993,5 @@ scrcodes
dta d"qrstuvwx" dta d"qrstuvwx"
dta d"yz123456" dta d"yz123456"
dta d"7890." ; "-" dta d"7890." ; "-"
dliColorsBack
:10 .by $04,$02
dliColorsFore
.by $0a
.endif .endif
BIN
View File
Binary file not shown.