Search found 2 matches

by IThinkSoIAm
Fri Sep 11, 2009 5:36 pm
Forum: DS/DSi Development
Topic: BG0_CR was not declared in this scope
Replies: 3
Views: 4807

BG0_CR was not declared in this scope

Hi!

I'm following a tutorial for learning some DS programming, but I've got a problem. I was able to solve all my previous problems using Google, but this time my Google skills have proven to be lacking. =(

Here's the code:

#include <nds.h>

//create a tile called redTile
u8 redTile[64] =
{
1 ...