no shoot after inventory select #26

This commit is contained in:
2022-06-15 07:48:57 -04:00
parent b19d218670
commit 2992bd40b3
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -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