Search found 6 matches
- Fri Jun 19, 2009 4:05 pm
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
- Thu Jun 18, 2009 10:58 am
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
That was very helpful Memblers. I have taken on your concept for storing animation routines and I am building off of that. I am still figuring out what I can do with it. I believe it can be a very useful piece of code for managing sprite animation during gameplay too. Thanks very much for the help g...
- Sun Jun 14, 2009 1:55 pm
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
As a follow up, I found out where my problem with the jumping was after a lot of tinkering. Memblers and tepples were correct about resetting the scroll position after writing the palette, but I also needed to clear the PPUADDR by writing 0 to it. I only realized I needed to do that after reading se...
- Sat Jun 13, 2009 3:10 pm
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
- Sat Jun 13, 2009 2:35 pm
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
I will check on the scrolling, from what I have seen, that seems likely. Is it a quirk of the machine that the scrolling needs to be reset all the time? I have been keeping code in separate files as you suggest. One big file quickly becomes unmanageable. I have also been using macros when appropriat...
- Sat Jun 13, 2009 1:21 pm
- Forum: Newbie Help Center
- Topic: Newbie Intro, Questions about Palette Update and Animating
- Replies: 10
- Views: 6055
Newbie Intro, Questions about Palette Update and Animating
Hi everyone I have some questions for you, but thought I should introduce myself first as I am fairly new to NES programming. I've been a fan of the system since I was a kid in the 80s. It was the first system I had, and so it holds a special place for me. I took up collecting classic video games a ...