From b0434c493821198861f72317d5dbc4b7fa671c98 Mon Sep 17 00:00:00 2001 From: hugova Date: Mon, 28 Jul 2025 18:50:22 +0200 Subject: [PATCH] fix typo in last commit. --- host/src/routines/pixel/pixel_draw.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/src/routines/pixel/pixel_draw.s b/host/src/routines/pixel/pixel_draw.s index 1d8068e..31daec1 100755 --- a/host/src/routines/pixel/pixel_draw.s +++ b/host/src/routines/pixel/pixel_draw.s @@ -5,7 +5,7 @@ .include "pixel.inc" -fix_to_big_y_pos +fix_to_big_y_pos: LDA #$C8 CMP Y_pos ;y_max = $C8 BCS fix_end