mirror of
https://github.com/KarolS/millfork.git
synced 2025-03-21 06:30:14 +00:00
Quatari Landscape refactor
This commit is contained in:
parent
dc2def7e72
commit
560ed09439
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user