From c3cdfb0f33a7ed23d733a0d3995f2049a8a2ea62 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Sat, 5 Mar 2016 16:36:36 +1100 Subject: [PATCH] Type --- 009.anim_blit/anim_blit.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/009.anim_blit/anim_blit.s b/009.anim_blit/anim_blit.s index eb002a5..0646436 100644 --- a/009.anim_blit/anim_blit.s +++ b/009.anim_blit/anim_blit.s @@ -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