From e23482ace43c4bc78b792ca8d0843b217e9faf27 Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 5 Nov 2019 14:49:11 -0500 Subject: [PATCH] . --- res/notes/transitions/wavycorner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/notes/transitions/wavycorner.py b/res/notes/transitions/wavycorner.py index 89f4fc54e..11caa249e 100755 --- a/res/notes/transitions/wavycorner.py +++ b/res/notes/transitions/wavycorner.py @@ -14,8 +14,7 @@ import util # # 6502 code will be responsible for plotting each of these coordinates # in a 2x3 block. The bitmask usually includes 2 adjacent pixels; -# the code will also plot the same 2 adjacent pixels in the adjacent row, -# AND mirror both of those plots in the right half of the screen. +# the code will also plot the same 2 adjacent pixels in the next two rows. # # Unfortunately, since bytes are 7 bits across, some blocks will cross a # byte boundary. To simplify the 6502 code, those are simply listed as