Pages: 1
Posted on 02-10-12, 04:10 pm (rev. 1)
Roy Koopa


Karma: 4011
Posts: 1309/2722
Since: 06-26-11
I have a VERY big problem (usually small) -.-
I cant show sprites! I have no idea why. I always was able to show sprites. Why not now?
Here's the source:

The Mariotest.h is a yellow image. But I keep getting a black-screen -.-
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Posted on 02-10-12, 08:40 pm
☭ coffee and cream


Karma: 10415
Posts: 193/2768
Since: 06-26-11
You should really look at the examples provided with devkitPro, they can be helpful.

I looked at the 'simple' sprite example, and here's what I got:
* you need to call oamInit() before oamAllocateGfx()'ing (idk about the parameters for you though)
* in the example, the 10th parameter of oamSet() is -1 and not 0. idk if it matters though.

Also, you can post code in a [code] tag, or [source=c] (does syntax coloring). It's better than a spoiler since it doesn't eat certain characters (namely the < >).
_________________________
Kuribo64 - RH-fucking-cafe - Kafuka

zrghij
Posted on 02-10-12, 08:43 pm
Roy Koopa


Karma: 4011
Posts: 1310/2722
Since: 06-26-11
I did, trust me. But I used CoolAs demo, too. It always worked with CoolAs demo, now not And when compiling the examples I get some errors (dunno anymore what errors )
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Posted on 02-10-12, 08:47 pm
☭ coffee and cream


Karma: 10415
Posts: 196/2768
Since: 06-26-11
Paste those errors here, maybe we can figure them out. This is most likely due to a change in your building environment...
_________________________
Kuribo64 - RH-fucking-cafe - Kafuka

zrghij
Posted on 02-11-12, 01:10 pm
Roy Koopa


Karma: 4011
Posts: 1312/2722
Since: 06-26-11
Its already fixed now Still, thank you
_________________________
See a lots of creative DS Hacking here
If you want to support me, you might check out my Patreon Page : )
Pages: 1