mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 22:25:03 +00:00
ootw: c4: have blast reduce the gun charge
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user