ootw: fix bug where slugs were floating in space

This commit is contained in:
Vince Weaver 2019-01-26 14:23:39 -05:00
parent 8a94e8e43b
commit 120e1e41d9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -131,7 +131,7 @@ init_slug_loop:
cmp #32
bcc slugx_not_too_high ; blt
asl ; div by two if too large
lsr ; div by two if too large
slugx_not_too_high:
sta slugg0_x,X