diff --git a/constants.asm b/constants.asm index 7fccbc1..b45672f 100644 --- a/constants.asm +++ b/constants.asm @@ -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) diff --git a/scorch.xex b/scorch.xex index 1c4fd3e..02a6f97 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index 2a2a350..885927b 100755 --- a/weapons.asm +++ b/weapons.asm @@ -1153,6 +1153,7 @@ NotThrough90DegreesRight jmp BeforeFire pressedTAB + mva #sfx_purchase sfx_effect ldx TankNr inc ActiveWeapon,x lda ActiveWeapon,x