Fix for lonely pixel #103

Pozor! It's not real fix, it's workaround!
This commit is contained in:
Pecusx
2022-11-14 10:12:57 +01:00
parent 8603308693
commit cd1518de6e
3 changed files with 9 additions and 0 deletions
+9
View File
@@ -1344,6 +1344,15 @@ drawmountainspixelloop
jsr ClearTanks
NoClearTanks
; Fix for lonely pixel after nuclear winter :) #103
lda #0
sta xdraw
sta xdraw+1
sta ydraw
sta ydraw+1
sta color
jsr plot
; First we look for highest pixels and fill with their coordinates
; both tables
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.