diff --git a/grafproc.asm b/grafproc.asm index a084c0e..c5c51da 100644 --- a/grafproc.asm +++ b/grafproc.asm @@ -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 diff --git a/scorch.bin b/scorch.bin index 8315229..dd0e065 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index ef3336f..233331c 100644 Binary files a/scorch.xex and b/scorch.xex differ