#130218 - snowsquirrel - Thu May 31, 2007 11:41 pm
I am migrating my code from PA_Lib to pure libnds, but I can't seem to find much for documentation.
I found this:
http://devkitpro.sourceforge.net/devkitProWiki/libnds/index.html
But it contains no reference to the function videoSetMode()...
Some tutorials use things like
other tutorials bitwise operators on registers... which is the preferred (newer) method of doing things?
I am currently dealing with bg's. Know of any good tutorials for 2d, tiled, 256 color palette bg's (text bgs)? I have found a couple, but they were pretty scant on detail and explanation.
Thanks,
~S
I found this:
http://devkitpro.sourceforge.net/devkitProWiki/libnds/index.html
But it contains no reference to the function videoSetMode()...
Some tutorials use things like
Code: |
irqInit(); irqEnable(); |
other tutorials bitwise operators on registers... which is the preferred (newer) method of doing things?
I am currently dealing with bg's. Know of any good tutorials for 2d, tiled, 256 color palette bg's (text bgs)? I have found a couple, but they were pretty scant on detail and explanation.
Thanks,
~S