diff options
-rw-r--r-- | CATSFC/system/Pictochat-16.odf | bin | 104242 -> 104242 bytes | |||
-rw-r--r-- | source/nds/gui.c | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/CATSFC/system/Pictochat-16.odf b/CATSFC/system/Pictochat-16.odf Binary files differindex 5112dda..5f3eba5 100644 --- a/CATSFC/system/Pictochat-16.odf +++ b/CATSFC/system/Pictochat-16.odf diff --git a/source/nds/gui.c b/source/nds/gui.c index a8152c4..979d99c 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -3990,6 +3990,7 @@ u32 menu(u16 *screen) ds2_clearScreen(DUAL_SCREEN, 0); ds2_flipScreen(DUAL_SCREEN, 1); + copy_screen(up_screen_addr, (void*) screen, 0, 0, 256, 192); ds2_flipScreen(UP_SCREEN, 1); // Flip again because otherwise it flickers ds2_setBacklight(2); |