mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Simple shield added
Only for test. Now all players has active Shield before game.
This commit is contained in:
+3
-3
@@ -129,15 +129,15 @@ START
|
||||
jsr RandomizeSequence
|
||||
; for the round #1 shooting sequence is random
|
||||
|
||||
; activate parachutes for all players (test)
|
||||
lda #$35
|
||||
; activate shield for all players (test)
|
||||
lda #56
|
||||
ldx numberOfPlayers
|
||||
dex
|
||||
@
|
||||
sta ActiveDefenceWeapon,x
|
||||
dex
|
||||
bpl @-
|
||||
; parachutes activated! (test)
|
||||
; shield activated! (test)
|
||||
MainGameLoop
|
||||
VDLI DLIinterruptText ; jsr SetDLI for text (purchase) screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user