mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 22:30:49 +00:00
firework: some notes
This commit is contained in:
parent
816d1a81f7
commit
14a3924f4e
9
fireworks/TODO
Normal file
9
fireworks/TODO
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
cycle invariant random16
|
||||
cycle invariant HPLOT/HLIN
|
||||
dispatcher
|
||||
|
||||
|
||||
fix XPOS to not wrap (explosion proper XPOS handling)
|
||||
sound effects
|
||||
|
@ -36,6 +36,7 @@ draw_fireworks:
|
||||
|
||||
jsr draw_stars ; draw the stars
|
||||
|
||||
|
||||
launch_firework:
|
||||
|
||||
jsr random16
|
||||
@ -517,8 +518,7 @@ explosion:
|
||||
|
||||
draw_stars:
|
||||
; HCOLOR = 3, white (though they are drawn purple)
|
||||
ldx #3
|
||||
lda COLORTBL,X ; get color from table
|
||||
lda #$7f
|
||||
sta HGR_COLOR
|
||||
|
||||
ldy #0
|
||||
|
Loading…
x
Reference in New Issue
Block a user