fixed sprite scroll shudder

This commit is contained in:
alpine9000
2016-04-17 15:36:22 +10:00
parent 27f56e80c9
commit 5ddfd5bcdd
2 changed files with 4 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

+4 -1
View File
@@ -408,7 +408,8 @@ Level3InterruptHandler:
move.l currentSprite,a0
move.w spriteX,d0
move.w spriteLagX,d0
move.w spriteX,spriteLagX
move.w d0,d1
andi #1,d1
move.b d1,3(a0) ;spriteControl
@@ -616,6 +617,8 @@ spriteU:
dc.w 0
spriteD:
dc.w 0
spriteLagX:
dc.w 0
spriteX:
dc.w $0
spriteY: