From 108a584a8b1e3289677440a64b4740d90dfe8335 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 18 Jan 2019 11:47:17 -0500 Subject: [PATCH] ootw: slow down slug --- ootw/ootw_cavern.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ootw/ootw_cavern.s b/ootw/ootw_cavern.s index 2239788e..2e3e6233 100644 --- a/ootw/ootw_cavern.s +++ b/ootw/ootw_cavern.s @@ -356,7 +356,7 @@ draw_slugs: inc slugg0_gait lda slugg0_gait - and #$1f + and #$3f cmp #$00 bne slug_no_move @@ -375,7 +375,7 @@ slug_move: slug_no_move: lda slugg0_gait - and #$10 + and #$20 beq slug_squinched slug_flat: