Shield witch parachute added

Only for test.
Now all players has active Shield with energy (99) and witch parachute before game.
Alo added display name of active defensive weapon on statusbar, and some fixes.
This commit is contained in:
Pecusx
2022-06-09 09:46:09 +02:00
parent eace9eb5cf
commit 91b613f166
7 changed files with 60 additions and 16 deletions
+2 -2
View File
@@ -129,11 +129,11 @@ START
jsr RandomizeSequence
; for the round #1 shooting sequence is random
; activate shield with energy for all players (test)
; activate shield with energy and parachute for all players (test)
ldx numberOfPlayers
dex
@
mva #58 ActiveDefenceWeapon,x
mva #57 ActiveDefenceWeapon,x
mva #99 ShieldEnergy,x ; set energy of shield
dex
bpl @-