mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
no prices in inventory #26
This commit is contained in:
+7
-7
@@ -130,13 +130,13 @@ START
|
||||
; for the round #1 shooting sequence is random
|
||||
|
||||
; activate mag deflector for all players (test)
|
||||
ldx numberOfPlayers
|
||||
dex
|
||||
@
|
||||
mva #55 ActiveDefenceWeapon,x
|
||||
mva #99 ShieldEnergy,x ; set energy of shield
|
||||
dex
|
||||
bpl @-
|
||||
; ldx numberOfPlayers
|
||||
; dex
|
||||
;@
|
||||
; mva #55 ActiveDefenceWeapon,x
|
||||
; mva #99 ShieldEnergy,x ; set energy of shield
|
||||
; dex
|
||||
; bpl @-
|
||||
; mag deflector activated! (test)
|
||||
MainGameLoop
|
||||
jsr CallPurchaseForEveryTank
|
||||
|
||||
Reference in New Issue
Block a user