This commit is contained in:
alpine9000
2016-03-05 16:36:36 +11:00
parent 8e83f3484d
commit c3cdfb0f33
+1 -1
View File
@@ -23,7 +23,7 @@ entry:
moveBlitterObject:
lea xpos(pc),a3
lea ypos(pc),a4
add.l #1,xpos ; move the blitter object one pixel to the left
add.l #1,xpos ; move the blitter object one pixel to the right
add.l #1,ypos ; move the blitter object one pixel down
bsr.s blitObject64 ; blit 64 pixel object (x=d0,y=d1,background=a0,object=a1,mask=a2)
cmp.l #SCREEN_WIDTH-BLIT_BOB_WIDTH64+16,xpos ; check if we need to wrap the x