diff --git a/ootw/blast.s b/ootw/blast.s index 4159368e..b88d516a 100644 --- a/ootw/blast.s +++ b/ootw/blast.s @@ -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