AI defensives SFX

This commit is contained in:
Pecusx
2023-06-26 08:51:20 +02:00
parent 3d728340ab
commit 5e5aa068f8
4 changed files with 5 additions and 0 deletions
+5
View File
@@ -263,6 +263,7 @@ UseIt
lda #99
sta Energy,x
jsr MaxForceCalculate
; and SFX
mva #sfx_battery sfx_effect
ldy #7
jsr PauseYFrames ; wait 14 frames (Battery SFX)
@@ -303,6 +304,10 @@ NoBatteries
sta ActiveDefenceWeapon,x
lda DefensiveEnergy,y
sta ShieldEnergy,x
; and SFX
mva #sfx_auto_defense sfx_effect
ldy #7
jsr PauseYFrames ; wait 14 frames (Defense SFX)
DefensiveInUse
NoUseDefensive
DefensiveStatusLine
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.