1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-18 00:29:30 +00:00

Quatari Landscape refactor

This commit is contained in:
zbyti 2020-09-25 09:45:48 +02:00
parent dc2def7e72
commit 560ed09439

View File

@ -18,14 +18,13 @@ asm void drawto() @ $f9c2 extern
void main(){
openmode(9)
os_COLOR4 = $b0
for i,0,to,79 {
color = 13
prev_y = 1
cursor_x = i
prev_x = i
color = 13
prev_y = 1
while color != $ff {
cursor_y = color_height[color]