Hi I have been reading some tutorials on 2600 programming and I am trying to make a simple tag game. Right now I'm trying to get it so the player can move vertically by implementing skip draw. Sometimes when I start the ROM there is no sprite on the screen but other times there is one that I can control but it doesn't look like the sprite I want.
Here is what my scan loop looks like:
This is my sprite data:
This is how I'm making the pointer:
Any help would be appreciated.
Thanks!