mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
no shoot after inventory select #26
This commit is contained in:
+3
-2
@@ -772,7 +772,7 @@ inventorySelect
|
||||
lda IndexesOfWeaponsL1,y
|
||||
ldx tankNr
|
||||
sta activeWeapon,x
|
||||
rts
|
||||
jmp WaitForKeyRelease ; rts
|
||||
|
||||
invSelectDef
|
||||
ldy PositionOnTheList
|
||||
@@ -792,7 +792,8 @@ invSelectDef
|
||||
|
||||
lda DefensiveEnergy,y
|
||||
sta ShieldEnergy,x
|
||||
rts
|
||||
jmp WaitForKeyRelease ; rts
|
||||
|
||||
.endp
|
||||
; -----------------------------------------------------
|
||||
.proc calcPosDefensive
|
||||
|
||||
Reference in New Issue
Block a user