From e4e1f20770ad2ef08a93a2512f41268d3bbe2690 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 10 Sep 2023 00:15:34 -0400 Subject: [PATCH] plasmag_hgr: try every 4th line --- graphics/gr/plasmagoria/plasmag_hgr.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gr/plasmagoria/plasmag_hgr.s b/graphics/gr/plasmagoria/plasmag_hgr.s index 2c750966..39e57bdf 100644 --- a/graphics/gr/plasmagoria/plasmag_hgr.s +++ b/graphics/gr/plasmagoria/plasmag_hgr.s @@ -295,7 +295,7 @@ display_row_sin_smc: adc PAGE sta GBASH - lda #3 + lda #1 sta COUNT store_loop: color_smc: @@ -309,7 +309,7 @@ display_lookup_smc: ; lda #$fe sta (GBASL),Y clc - lda #$8 + lda #$10 adc GBASH sta GBASH dec COUNT