1 ;; Jeremy English Dec 11 2007
4 sta $0 ; The current x pos
5 sta $1 ; The current y pos
6 lda $fe ; Get random color
7 sta $5 ; Store the color
8 lda $fe ; Amount of time to use this color
73 dcb $02, $02, $02, $02, $02, $02, $02, $02
74 dcb $03, $03, $03, $03, $03, $03, $03, $03
75 dcb $04, $04, $04, $04, $04, $04, $04, $04
76 dcb $05, $05, $05, $05, $05, $05, $05, $05
79 dcb $00, $20, $40, $60, $80, $a0, $c0, $e0
80 dcb $00, $20, $40, $60, $80, $a0, $c0, $e0
81 dcb $00, $20, $40, $60, $80, $a0, $c0, $e0
82 dcb $00, $20, $40, $60, $80, $a0, $c0, $e0