mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-20 03:35:24 +00:00
ootw: c4: have blast reduce the gun charge
This commit is contained in:
parent
23c56bec0f
commit
e217bddfc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user