outline: more tuning

This commit is contained in:
Vince Weaver 2021-05-11 23:00:09 -04:00
parent ebc03cd572
commit 4c1b8ce25b
4 changed files with 15 additions and 9 deletions

View File

@ -167,7 +167,7 @@ weird_outer:
; bmi drops_outer ; small enough now!
lda FRAME
cmp #64
cmp #40
beq drops_done
jmp drops_outer
drops_done:

View File

@ -78,14 +78,13 @@ mockingboard_not_found:
; a2 plasma
;=============================
jsr a2_inside
; jsr a2_inside
jsr wires
; jsr wires
jsr rotoplasma
; jsr rotoplasma
; jsr drops
jsr drops
jsr mode7_flying

View File

@ -10,6 +10,9 @@ shimmer:
jsr HGR
bit FULLGR
ldx #88
jsr long_wait
lda #0
sta FRAME
@ -22,7 +25,7 @@ shimmer:
lda #32
sta DIRECTION
lda #22 ; only set once, we wrap
lda #22 ; only set once, we wrap
sta XPOS
y_loop:
@ -66,6 +69,10 @@ add_x:
jmp x_loop
reverse:
ldx #26 ; 26 is close
jsr long_wait
lda DIRECTION ; switch direction
eor #$ff
sec
@ -85,7 +92,7 @@ reverse:
do_shimmer:
lda #16
lda #6
sta FRAME

View File

@ -123,7 +123,7 @@ color_notblack:
inc FRAME
lda FRAME
cmp #$32
cmp #$40
bne wires_forever_loop
rts