mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
colors upd+weapon change sfx
This commit is contained in:
+4
-4
@@ -5,12 +5,12 @@
|
||||
;===================================================================================
|
||||
;==========================CONSTANT TABLES, do not erase!===========================
|
||||
;===================================================================================
|
||||
TankColoursTable .BYTE $5a,$dc,$88,$26,$a8,$02
|
||||
TankStatusColoursTable .BYTE $52,$d2,$82,$22,$a2,$02
|
||||
TankColoursTable .BYTE $88,$cc,$38,$1c,$6a,$02
|
||||
TankStatusColoursTable .BYTE $82,$c2,$32,$12,$62,$02
|
||||
dliColorsBack
|
||||
:10 .by $04,$02
|
||||
:10 .by $02,$00
|
||||
dliColorsFore
|
||||
.by $0e
|
||||
.by $0a
|
||||
TextBackgroundColor = $02 ; REAL constans - use: LDA #TextBackgroundColor
|
||||
TextForegroundColor = $0c
|
||||
CashOptionL ;(one zero less than on the screen)
|
||||
|
||||
BIN
Binary file not shown.
@@ -1153,6 +1153,7 @@ NotThrough90DegreesRight
|
||||
jmp BeforeFire
|
||||
|
||||
pressedTAB
|
||||
mva #sfx_purchase sfx_effect
|
||||
ldx TankNr
|
||||
inc ActiveWeapon,x
|
||||
lda ActiveWeapon,x
|
||||
|
||||
Reference in New Issue
Block a user