whoops fixes

This commit is contained in:
Brooke Vibber 2025-02-22 15:37:11 -08:00
parent 07db3d00d7
commit 6e66145ec6

View file

@ -177,7 +177,7 @@ str_x_len = 2
str_x_space = 12
str_x_padding = 2
col_y = str_x_len + str_x_space + str_x_padding
col_y = col_x + str_x_len + str_x_space + str_x_padding
str_y:
.byte "Y:"
.byte 0
@ -1538,7 +1538,7 @@ skip_char:
plus:
lda zoom
cmp #8
cmp #7
bpl skip_char
inc zoom
jmp done