Remove outdated prompt
This commit is contained in:
parent
cd38556f97
commit
179b593886
@ -92,7 +92,7 @@ restart_program:
|
|||||||
// ROM DUMPING CODE STARTS HERE
|
// ROM DUMPING CODE STARTS HERE
|
||||||
|
|
||||||
Cart_Init();
|
Cart_Init();
|
||||||
Debug("Cart id is %08x, press A...", Cart_GetID());
|
Debug("Cart id is %08x", Cart_GetID());
|
||||||
CTR_CmdReadHeader(header);
|
CTR_CmdReadHeader(header);
|
||||||
Debug("Done reading header: %08X :)...", *(u32*)&header[0x100]);
|
Debug("Done reading header: %08X :)...", *(u32*)&header[0x100]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user