ootw: c1: don't accidentally show gun in l1

This commit is contained in:
Vince Weaver 2019-08-17 01:37:03 -04:00
parent 709f55e372
commit 66074887ad

View File

@ -305,6 +305,8 @@ check_gun:
; 'L' to charge gun
;======================
charge_gun:
lda HAVE_GUN ; only if have gun
beq done_keypress
lda GUN_STATE
beq not_already_firing