Re: [stella] Sprite Animation Help!

Subject: Re: [stella] Sprite Animation Help!
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Sun, 4 Aug 2002 19:52:51 +0200
Jason Parlee wrote:
>  I have attached the source to a game that I was working on back in
> February, where I got stuck on the animation of Player 2.  Player 2 starts
> off correctly (except for  some garbage at the bottom of the sprite) but as
> soon as P2 starts to move, the locations the sprite data are being pulled
> from goes "off".

The problem is, that your Pitfall Harry graphics data crosses a page
boundary. Just add "align 256" before the "Pit1:" label and it will
work. 


> Any guesses on what the game is (intended) to be?

"Atari 2600 Celebrity Deathmatch"? :-)

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

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


Current Thread