PlasmaBlast first attempt

This commit is contained in:
Pecusx
2024-11-05 21:59:30 +01:00
parent 3341773dcd
commit 590c1f7c9f
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ weaponsOfDeath ; weapons used in tank death animations
dta ind_Dirt_Clod
dta ind_Dirt_Ball
dta ind_Ton_of_Dirt
;dta 32 ; plasma blast!
dta 32 ; plasma blast!
weaponsOfDeathEnd
joyToKeyTable
.by $ff ;00
BIN
View File
Binary file not shown.
+2
View File
@@ -781,6 +781,8 @@ LaserMisses
.proc plasmablast
; -----------------
; idea only ....
mva #sfx_plasma_1_2 sfx_effect
mva #0 drawFunction
lda #60
sta yc ; blink counter 60
@