aboutsummaryrefslogtreecommitdiff
path: root/dla.s
diff options
context:
space:
mode:
Diffstat (limited to 'dla.s')
-rw-r--r--dla.s20
1 files changed, 9 insertions, 11 deletions
diff --git a/dla.s b/dla.s
index 4bc8559..12724d7 100644
--- a/dla.s
+++ b/dla.s
@@ -30,12 +30,12 @@
maxparticles: .res 2 ; user's response to "How many particles?"
seedtype: .res 1 ; user's response to seed type prompt (minus one; 0-3)
-pixptr: .res 2 ; used by plotsetup and friends
-pixmask: .res 1 ; ditto.
-cursor_x: .res 1 ; cursor x/y are args to plot/unplot/locate
+pixptr: .res 2 ; used by plot and drunkwalk
+pixmask: .res 1 ; used by render
+cursor_x: .res 1 ; cursor x/y are args to plot and drunkwalk
cursor_y: .res 1
pixptr2: .res 2 ; used by drunkwalk
-screenptr = pixptr2
+screenptr = pixptr2 ; used by render
circlesize: .res 1 ; 0 to 3
@@ -43,14 +43,12 @@ particles: .res 2
spawn_x: .res 2
spawn_y: .res 2
-cloksav: .res 3 ; hold RTCLOK here while we convert to MM:SS.CC
-
-old_dma: .res 1 ; these 3 are for restoring GR.0 mode
-old_dl: .res 2
-old_savmsc: .res 2
+old_dma: .res 1 ; these 3 are for restoring GR.0 mode
+old_dl: .res 2
+old_savmsc: .res 2
-tmp1: .res 1 ; used in mmss.s
-fptmp: .res 6 ; " " "
+cloksav: .res 3 ; hold RTCLOK here while we convert to MM:SS.CC
+fptmp: .res 6 ; used in mmss.s
.code
xex_org loadaddr