mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
The first attempt at handling defensive weapons
Only for test. Now all players has active Parachute berore round.
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user