From 93c16e171fbf4def00ff345d1b6375a681b32fcc Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 22 Aug 2019 15:34:00 -0400 Subject: [PATCH] ootw: c2: slow alien fire rate --- ootw/alien.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ootw/alien.s b/ootw/alien.s index 430e8e83..d210e85c 100644 --- a/ootw/alien.s +++ b/ootw/alien.s @@ -180,8 +180,9 @@ done_move_alien_standing: move_alien_shooting: + ; only fire occasionally lda FRAMEL - and #$3f + and #$7f bne done_alien_shooting_now jsr fire_alien_laser