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