mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
whiter color of pale #76
This commit is contained in:
+2
-2
@@ -654,11 +654,11 @@ DrawTankNrX
|
||||
rorw xbyte ; divide by 2 (carry does not matter)
|
||||
lda xbyte
|
||||
clc
|
||||
adc #$24 ; P/M to graphics offset
|
||||
adc #PMOffset+1 ; P/M to graphics offset
|
||||
cpx #$4 ; 5th tank are joined missiles and offset is defferent
|
||||
bne NoMissile
|
||||
clc
|
||||
adc #$0C
|
||||
adc #$0C ; missile offset offset
|
||||
NoMissile
|
||||
sta hposp0,x
|
||||
; vertical position
|
||||
|
||||
Reference in New Issue
Block a user