mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Mere memory and 2 new talk texts (RB5200). And... no memory :)
This commit is contained in:
+6
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user