diff --git a/constants.asm b/constants.asm index a8b9084..ef17ac9 100644 --- a/constants.asm +++ b/constants.asm @@ -21,8 +21,8 @@ initialvaluesCount = *-initialvaluesstart ; MAX 128 bytes ! ;=================================================================================== ;==========================CONSTANT TABLES, do not erase!=========================== ;=================================================================================== -TankColoursTable .BYTE $86,$46,$c6,$28,$c6,$ee -TankStatusColoursTable .BYTE $80,$40,$c4,$20,$c0,$e4 +TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$de +TankStatusColoursTable .BYTE $54,$24,$94,$c4,$74,$d4 TankShapesTable .BYTE char_tank1___________,char_tank2___________,char_tank3___________ .BYTE char_tank1___________,char_tank2___________,char_tank3___________ dliColorsBack diff --git a/definitions.asm b/definitions.asm index 8a75a65..bb6efe9 100644 --- a/definitions.asm +++ b/definitions.asm @@ -17,7 +17,7 @@ PMOffsetY = $23 ; P/M to graphics offset napalmRadius = 10 TextBackgroundColor = $02 ; REAL constans - use: LDA #TextBackgroundColor -TextForegroundColor = $0c +TextForegroundColor = $0A ;character codes for symbols (tank, parachute, etc. ) char_parachute_______ = $02 @@ -26,7 +26,7 @@ char_flame___________ = $14 char_clear_flame_____ = $1c char_digger__________ = $04 char_sandhog_________ = $0c -char_sandhog_offset = char_sandhog_________-char_digger__________ +char_sandhog_offset = char_sandhog_________ - char_digger__________ char_tank1___________ = $20 char_tank2___________ = $24 diff --git a/scorch.xex b/scorch.xex index a26134e..39e2ef4 100644 Binary files a/scorch.xex and b/scorch.xex differ