From 538bd2ac7c3b3e8eecb3ffe5fd6ad9e78c3e4fc6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 29 Nov 2022 14:49:13 -0800 Subject: [PATCH] i don't understand why this doesn't fix it --- dither4.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dither4.s b/dither4.s index c98400b..7b88f84 100644 --- a/dither4.s +++ b/dither4.s @@ -135,7 +135,7 @@ each_scanline: pla tay iny - cpy height + cpy #height bne each_scanline jmp wait_start