Remove outdated prompt

This commit is contained in:
Yuri Kunde Schlesner 2015-05-29 14:46:45 -03:00
parent cd38556f97
commit 179b593886

View File

@ -92,7 +92,7 @@ restart_program:
// ROM DUMPING CODE STARTS HERE
Cart_Init();
Debug("Cart id is %08x, press A...", Cart_GetID());
Debug("Cart id is %08x", Cart_GetID());
CTR_CmdReadHeader(header);
Debug("Done reading header: %08X :)...", *(u32*)&header[0x100]);