ootw: slow down slug

This commit is contained in:
Vince Weaver 2019-01-18 11:47:17 -05:00
parent 6b60366552
commit 108a584a8b

View File

@ -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: