mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
Real tanks colors from Adam (but order still not)
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ initialvaluesCount = *-initialvaluesstart ; MAX 128 bytes !
|
|||||||
;===================================================================================
|
;===================================================================================
|
||||||
;==========================CONSTANT TABLES, do not erase!===========================
|
;==========================CONSTANT TABLES, do not erase!===========================
|
||||||
;===================================================================================
|
;===================================================================================
|
||||||
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$de
|
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$ed
|
||||||
TankStatusColoursTable .BYTE $54,$24,$94,$c4,$74,$d4
|
TankStatusColoursTable .BYTE $54,$24,$92,$c4,$74,$e4
|
||||||
TankShapesTable .BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
TankShapesTable .BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
||||||
.BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
.BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
||||||
dliColorsBack
|
dliColorsBack
|
||||||
|
|||||||
+2
-2
@@ -1048,7 +1048,7 @@ SetunPlots
|
|||||||
lda #$03 ; P/M on
|
lda #$03 ; P/M on
|
||||||
sta pmcntl
|
sta pmcntl
|
||||||
jsr SetPMWidth
|
jsr SetPMWidth
|
||||||
lda #%00100000 ; P/M priorities (multicolor players on)
|
lda #%00100001 ; P/M priorities (multicolor players on) - prior=1
|
||||||
sta gtictls
|
sta gtictls
|
||||||
jsr PMoutofScreen
|
jsr PMoutofScreen
|
||||||
|
|
||||||
@@ -1139,7 +1139,7 @@ MakeTanksVisible
|
|||||||
phy
|
phy
|
||||||
lda dliCounter
|
lda dliCounter
|
||||||
bne EndofPMG
|
bne EndofPMG
|
||||||
lda #%00100000 ; playfield after P/M
|
lda #%00100001 ; playfield after P/M - prior=1
|
||||||
STA WSYNC
|
STA WSYNC
|
||||||
sta gtictl
|
sta gtictl
|
||||||
bne EndOfDLI_GO
|
bne EndOfDLI_GO
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user