Re: [stella] Sprites - AAAAARGH!

Subject: Re: [stella] Sprites - AAAAARGH!
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Fri, 30 Jan 2004 18:17:59 +0100
Hi there!

> I'm really struggling to get to grips with horizontal 
> sprite positioning. Anyone have a ready-made sprite 
> routine for me to examine?

PosElement
       SEC
       STA WSYNC
.wait
       SBC #$0F
       BCS .wait
       EOR #$07
       ASL
       ASL
       ASL
       ASL
       STA HMP0,X
       STA RESP0,X
       RTS

Greetings,
	Manuel

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread