The first attempt at handling defensive weapons

Only for test.
Now all players has active Parachute berore round.
This commit is contained in:
Pecusx
2022-06-07 10:25:23 +02:00
parent 031416b8e6
commit 186cacf5ba
4 changed files with 17 additions and 8 deletions
+10 -1
View File
@@ -128,7 +128,16 @@ START
jsr RandomizeSequence
; for the round #1 shooting sequence is random
; activate parachutes for all players (test)
lda #$35
ldx numberOfPlayers
dex
@
sta ActiveDefenceWeapon,x
dex
bpl @-
; parachutes activated! (test)
MainGameLoop
VDLI DLIinterruptText ; jsr SetDLI for text (purchase) screen