Search found 2 matches

by Mr_Money
Thu Jun 04, 2009 10:38 pm
Forum: DS/DSi Development
Topic: Question about creating tile maps
Replies: 2
Views: 4559

Re: Question about creating tile maps

Thanks for the help. Now that I know it's always either 8*8 or 16*16, I can tailor everything accordingly. As for the assembly code, no, I'm not looking to program in assembly, but it is the only place where I can see the definition of the tile map. The code to fill in the screen looks like this ...
by Mr_Money
Thu Jun 04, 2009 2:28 am
Forum: DS/DSi Development
Topic: Question about creating tile maps
Replies: 2
Views: 4559

Question about creating tile maps

Hi all,

I'm having difficulty figuring out how to do tile maps on the DS. I've looked at examples, and I see how the code, works, but there are a few main topics which elude me still:

1) How do you generate a tile map from a BMP, PNG, or other format? I know you're supposed to use grit, with the ...