diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index e76532b..37f286b 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -156,7 +156,7 @@ Result dump_rom( u32 size ) break; if( ((u32)p-ROM_LOC) % 1024*128 == 0) - ee_printf("\x1b[1Gremain %d bytes to save.", size); + ee_printf("\x1b[2;1Hremain %d bytes to save.\n", size); } fClose( file );