ootw: c4: have blast reduce the gun charge

This commit is contained in:
Vince Weaver 2019-08-14 16:00:10 -04:00
parent 23c56bec0f
commit e217bddfc4

View File

@ -20,6 +20,13 @@ fire_blast:
inc blast0_out
; reduce gun charge
; FIXME: don't shoot if too low
lda GUN_CHARGE
sec
sbc #10
sta GUN_CHARGE
; reset count
lda #0