1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00

A8 Landscape refactor

This commit is contained in:
zbyti
2020-09-26 01:14:08 +02:00
parent 2823b7fde0
commit 6b3f43393e
+2 -2
View File
@@ -1,8 +1,8 @@
// idea @ilmenit
// https://demozoo.org/productions/280623/
alias prev_x = os_OLDCOL
alias cursor_x = os_COLCRS
alias prev_x = os_OLDCOL.lo
alias cursor_x = os_COLCRS.lo
alias prev_y = os_OLDROW
alias cursor_y = os_ROWCRS
alias color = os_ATACHR