I'm new and need a little help
I'm new and need a little help
I have been looking at the examples but some of the code doesn't make any sence to me and I can't figure out how it work.For example how are the man and woman loaded into memory from the animated sprites example.Is there a wiki or some documentation that I can read.That's all I need for now.
Re: I'm new and need a little help
Dunno if this is what you mean: http://dev-scene.com/NDS/Tutorials_Animation
-
- Posts: 84
- Joined: Sun Apr 11, 2010 10:43 am
Re: I'm new and need a little help
Those sprites are first converted by GRIT into 8x8 chunks. There are 2 ways the example is handling the animation. One is preloaded into vram and just being referenced by state * numframes and the other is loaded on the fly via DMA.
The OAM is kinda tricky to figure out but once you figure it out, it's not too hard. Try to read up on some of tutorials from coranac.com.
If you want to code sprites like you used to in the PC you could use the 3d hardware to blit 2d sprites:
http://rel.betterwebber.com/junk.php?id=112
The OAM is kinda tricky to figure out but once you figure it out, it's not too hard. Try to read up on some of tutorials from coranac.com.
If you want to code sprites like you used to in the PC you could use the 3d hardware to blit 2d sprites:
http://rel.betterwebber.com/junk.php?id=112
Who is online
Users browsing this forum: No registered users and 5 guests