Search found 1 match

by Anubis
Sun May 08, 2011 5:23 pm
Forum: DS/DSi Development
Topic: compiling problem
Replies: 1
Views: 3114

compiling problem

Hallo friends.
I compiled a project, put it onto my R4 Card but it does not work. The backgrounds are shown but the color code does not get actualized after touching the screen.


int main(){
PA_Init();
PA_LoadDefaultText(1, 0);
PA_LoadBackground(0, 1, &bgzz);
PA_LoadBackground(0, 0, &bgzzcol ...