Barrel drawing bug (lone pixels on left edge of screen) fixed!

This commit is contained in:
Pecusx
2022-11-12 11:23:28 +01:00
parent d0e682f0a3
commit c19befe31a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2159,7 +2159,7 @@ goright
lda xdraw lda xdraw
sbc vx+1 sbc vx+1
sta xdraw sta xdraw
bne @+ bcs @+
dec xdraw+1 dec xdraw+1
@ @
ybarrel ybarrel
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.