1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-09-30 07:57:05 +00:00

Use MSB for sprite transparent bit

This commit is contained in:
David Schmenk 2016-07-10 11:18:58 -07:00
parent 31465f3b43
commit ac2b0f0829

View File

@ -228,7 +228,7 @@ export asm dgrBLT(buff, x, y, width, height, src)
LSR
LDY #$00
LDA (SRC),Y
BMI ++
BMI ++
TAX
LDA TMP
end