diff --git a/definitions.asm b/definitions.asm index 69611e6..3a26df3 100644 --- a/definitions.asm +++ b/definitions.asm @@ -70,8 +70,8 @@ price_Battery________ = $ffff ;_55 price_Mag_Deflector__ = 120 ;_56 price_Shield_________ = 50 ;_57 price_Force_Shield___ = 210 ;_58 -price_Heavy_Shield___ = $ffff ;_59 -price_Super_Mag______ = 160 ;_60 +price_Heavy_Shield___ = 111 ;_59 +price_Super_Mag______ = $ffff ;_60 price_Auto_Defense___ = 300 ;_61 price_Fuel_Tank______ = $ffff ;_62 price_Contact_Trigger = $ffff ;_63 diff --git a/scorch.xex b/scorch.xex index c301287..159e3bc 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index dbd0afb..b06e072 100644 --- a/textproc.asm +++ b/textproc.asm @@ -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