From 14a3924f4e4f32f7be4cdfde257b8861d06ae75d Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 6 Sep 2018 01:15:37 -0400 Subject: [PATCH] firework: some notes --- fireworks/TODO | 9 +++++++++ fireworks/fw.s | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fireworks/TODO diff --git a/fireworks/TODO b/fireworks/TODO new file mode 100644 index 00000000..0d63a44b --- /dev/null +++ b/fireworks/TODO @@ -0,0 +1,9 @@ + +cycle invariant random16 +cycle invariant HPLOT/HLIN +dispatcher + + +fix XPOS to not wrap (explosion proper XPOS handling) +sound effects + diff --git a/fireworks/fw.s b/fireworks/fw.s index 3aa99542..95c420e1 100644 --- a/fireworks/fw.s +++ b/fireworks/fw.s @@ -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