mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Tank colors bugfix & new DLI for purchase screen
He, he. The tank colors were not taken from the table :)
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
;==========================CONSTANT TABLES, do not erase!===========================
|
||||
;===================================================================================
|
||||
TankColoursTable .BYTE $5a,$dc,$88,$26,$a8,$02
|
||||
TankStatusColoursTable .BYTE $52,$d2,$82,$22,$a2,$02
|
||||
dliColorsBack
|
||||
:10 .by $04,$02
|
||||
dliColorsFore
|
||||
.by $0e
|
||||
TextBackgroundColor = $02 ; REAL constans - use: LDA #TextBackgroundColor
|
||||
TextForegroundColor = $0c
|
||||
CashOptionL ;(one zero less than on the screen)
|
||||
.by 0,<200,<500,<800,<1000
|
||||
CashOptionH
|
||||
|
||||
Reference in New Issue
Block a user