Search found 49 matches

by codycox.c
Sat May 05, 2012 10:42 pm
Forum: DS/DSi Development
Topic: image not showing!
Replies: 23
Views: 30580

Re: image not showing!

I think this is the grit options -#8 bit bitmap
-gB8

#Tile the image
-gt

#cyan transparent
-gT 00FFFF
by codycox.c
Sat May 05, 2012 8:33 pm
Forum: DS/DSi Development
Topic: image not showing!
Replies: 23
Views: 30580

Re: image not showing!

Thanks! It worked but the bottom part of the image is not below the top part it is on the right side of the top part of the image. How can this be fixed?
by codycox.c
Sat May 05, 2012 2:56 am
Forum: DS/DSi Development
Topic: image not showing!
Replies: 23
Views: 30580

image not showing!

I made a ds game and tried to display a sprite on the screen. I used grit and it compiled just fine, but when I ran it the sprite did not show up on the screen. here is my code #include <nds.h> //include sprites #include "sprite.h" int main() { // Setup the video modes. videoSetMode( MODE_...
by codycox.c
Thu Mar 15, 2012 12:41 am
Forum: DS/DSi Development
Topic: Image loading HELP!
Replies: 2
Views: 4985

Image loading HELP!

I read the tutorials on how to load images onto the ds screen. None of the tutorials worked. All I want to do is load a bitmap image onto the ds screen. Someone please help!
by codycox.c
Sun Mar 11, 2012 8:24 pm
Forum: Suggestions and Feedback
Topic: devkitARM
Replies: 2
Views: 14083

Re: devkitARM

I take back everything that I said except for it being hard sometimes. I started using it again!
by codycox.c
Sun Mar 11, 2012 4:44 pm
Forum: devkitARM
Topic: How to Load and Display a Bitmap image.
Replies: 1
Views: 4911

How to Load and Display a Bitmap image.

I want to display a bitmap image on my ds game. I read what the tutorials said, but it failed every time. I really cannot seem to figure out how to display an image. Can somebody give me the code to do it? I would appreciate some help!
by codycox.c
Sun Mar 11, 2012 4:41 pm
Forum: devkitARM
Topic: a very noob compiling issue
Replies: 3
Views: 6085

Re: a very noob compiling issue

Ok. I figured out how to do it! :P
by codycox.c
Sat Mar 10, 2012 8:22 pm
Forum: Suggestions and Feedback
Topic: devkitARM
Replies: 2
Views: 14083

devkitARM

I tried devkitARM. It is pretty cool being able to make ds games with it, BUT it is very hard to make any games compared to using SDL. Because making ds games in devkitARM is so hard and takes so long I will not be using it any more. I will start to use SDL to program computer games for now on. I ho...
by codycox.c
Thu Mar 08, 2012 2:48 am
Forum: devkitARM
Topic: a very noob compiling issue
Replies: 3
Views: 6085

a very noob compiling issue

I downloaded devkitARM and read the tutorial. On the tutorial it said that you have to go to the command prompt and type make to compile. I tried it on the hello_world example and it came back with this error C:\Documents and Settings\kmcox\devkitPro\examples\nds\hello_world>make basename: extra ope...