Mere memory and 2 new talk texts (RB5200). And... no memory :)

This commit is contained in:
Pecusx
2023-01-25 18:28:36 +01:00
parent 00d386e73f
commit bbded45200
5 changed files with 76 additions and 76 deletions
+6 -9
View File
@@ -2205,15 +2205,12 @@ ybarrel
rts
.endp
;--------------------------------------------------
.proc ColorsOfSprites
lda TankColoursTable ; colours of sprites under tanks
sta PCOLR0
lda TankColoursTable+1
sta PCOLR1
lda TankColoursTable+2
sta PCOLR2
lda TankColoursTable+3
sta PCOLR3
.proc ColorsOfSprites
ldy #3
@ lda TankColoursTable,y ; colours of sprites under tanks
sta PCOLR0,y
dey
bpl @-
LDA TankColoursTable+4
STA COLOR3 ; joined missiles (5th tank)
rts