mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
no shoot after inventory select #26
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ price_Battery________ = $ffff ;_55
|
|||||||
price_Mag_Deflector__ = 120 ;_56
|
price_Mag_Deflector__ = 120 ;_56
|
||||||
price_Shield_________ = 50 ;_57
|
price_Shield_________ = 50 ;_57
|
||||||
price_Force_Shield___ = 210 ;_58
|
price_Force_Shield___ = 210 ;_58
|
||||||
price_Heavy_Shield___ = $ffff ;_59
|
price_Heavy_Shield___ = 111 ;_59
|
||||||
price_Super_Mag______ = 160 ;_60
|
price_Super_Mag______ = $ffff ;_60
|
||||||
price_Auto_Defense___ = 300 ;_61
|
price_Auto_Defense___ = 300 ;_61
|
||||||
price_Fuel_Tank______ = $ffff ;_62
|
price_Fuel_Tank______ = $ffff ;_62
|
||||||
price_Contact_Trigger = $ffff ;_63
|
price_Contact_Trigger = $ffff ;_63
|
||||||
|
|||||||
BIN
Binary file not shown.
+3
-2
@@ -772,7 +772,7 @@ inventorySelect
|
|||||||
lda IndexesOfWeaponsL1,y
|
lda IndexesOfWeaponsL1,y
|
||||||
ldx tankNr
|
ldx tankNr
|
||||||
sta activeWeapon,x
|
sta activeWeapon,x
|
||||||
rts
|
jmp WaitForKeyRelease ; rts
|
||||||
|
|
||||||
invSelectDef
|
invSelectDef
|
||||||
ldy PositionOnTheList
|
ldy PositionOnTheList
|
||||||
@@ -792,7 +792,8 @@ invSelectDef
|
|||||||
|
|
||||||
lda DefensiveEnergy,y
|
lda DefensiveEnergy,y
|
||||||
sta ShieldEnergy,x
|
sta ShieldEnergy,x
|
||||||
rts
|
jmp WaitForKeyRelease ; rts
|
||||||
|
|
||||||
.endp
|
.endp
|
||||||
; -----------------------------------------------------
|
; -----------------------------------------------------
|
||||||
.proc calcPosDefensive
|
.proc calcPosDefensive
|
||||||
|
|||||||
Reference in New Issue
Block a user