0 Members and 1 Guest are viewing this topic.
int main() { while(1) { int i; int key = PRGM_GetKey(); if(key == KEY_PRGM_MENU) { GetKey(&key); } for(i=0;i<NyanCatSize;i++) { CopySprite(NyanCat[i], 0, 0, 160, 160); Bdisp_PutDisp_DD(); Bdisp_AllCr_VRAM(); } } return 0;}