Teams colors added

This commit is contained in:
Pecusx
2025-12-19 22:43:39 +01:00
parent dac1a7bdce
commit adaaf2ffbf
5 changed files with 28 additions and 10 deletions
+4
View File
@@ -2008,6 +2008,10 @@ ybarrel
@ lda #$00
sta sizep0,y ; P0-P3 widths
lda TankColoursTable,y ; colours of sprites under tanks
bit TeamGame
bvc no_team
lda TankColoursTableT,y ; colours of sprites under tanks for Teams
no_team
sta PCOLR0,y
dey
bpl @-