mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-30 07:30:04 +00:00
ootw: slow down slug
This commit is contained in:
parent
6b60366552
commit
108a584a8b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user