#113810 - zon7 - Sat Dec 30, 2006 11:19 pm
I know is a newbie ask, but I have been trying it and I can make it work.
Actually, I have been able to write text over the background, using some code from the forum, but I can't find antwhere code to write text over Sprites.
Here is a capture
[Images not permitted - Click here to view it]
I have the text like this:
BG0_CR = BG_MAP_BASE(31) | BG_PRIORITY(0);
I forgot. I'm using mode 5
videoSetMode( MODE_5_2D |
DISPLAY_SPR_ACTIVE|
DISPLAY_BG3_ACTIVE|
DISPLAY_BG0_ACTIVE|
DISPLAY_SPR_1D
);
How can I solve it?
Thanks
Last edited by zon7 on Sat Dec 30, 2006 11:24 pm; edited 1 time in total
Actually, I have been able to write text over the background, using some code from the forum, but I can't find antwhere code to write text over Sprites.
Here is a capture
[Images not permitted - Click here to view it]
I have the text like this:
BG0_CR = BG_MAP_BASE(31) | BG_PRIORITY(0);
I forgot. I'm using mode 5
videoSetMode( MODE_5_2D |
DISPLAY_SPR_ACTIVE|
DISPLAY_BG3_ACTIVE|
DISPLAY_BG0_ACTIVE|
DISPLAY_SPR_1D
);
How can I solve it?
Thanks
Last edited by zon7 on Sat Dec 30, 2006 11:24 pm; edited 1 time in total