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