From 902b2185479aecf8ac74aaedf6a8abccd1a77fe6 Mon Sep 17 00:00:00 2001 From: n loewen Date: Fri, 25 Aug 2023 11:06:34 +0100 Subject: [PATCH] (tests) - draw-xy - Change selected pixel to (3, 3) --- test-programs/draw-xy.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-programs/draw-xy.asm b/test-programs/draw-xy.asm index 28c63c1..8db87f3 100644 --- a/test-programs/draw-xy.asm +++ b/test-programs/draw-xy.asm @@ -3,8 +3,8 @@ #zeroflag 1 ; *** Set your desired (x, y) here: *** -#input_x 1 -#input_y 1 +#input_x 2 +#input_y 2 ; Set up some handy shortcuts #x $FA