diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 7956e24..e76532b 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -155,8 +155,8 @@ Result dump_rom( u32 size ) if( res != RES_OK) break; - if( ((u32)p-ROM_LOC) % 4096 == 0) - ee_printf("remain %d bytes to save.\n", size); + if( ((u32)p-ROM_LOC) % 1024*128 == 0) + ee_printf("\x1b[1Gremain %d bytes to save.", size); } fClose( file );