1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-24 12:18:26 +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
+1 -1
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