#include <PA9.h>
int main(){
PA_Init();
2);
1,
1,
"Hello World");
while(true){
}
}
static void PA_WaitForVBL()
Wait for the VBlank to occur.
Definition PA_General.h:286
u16 PA_OutputSimpleText(u8 screen, u16 x, u16 y, const char *text)
Output simple text on the DS screen. Works only in modes 0-2. Much faster than PA_OutputText,...
void PA_LoadDefaultText(u8 screen, u8 bg_select)
Load and initialize the default text. Works only in modes 0-2.