diff --git a/arm9/source/dumpOperations.cpp b/arm9/source/dumpOperations.cpp index 9df469a..8a73a30 100644 --- a/arm9/source/dumpOperations.cpp +++ b/arm9/source/dumpOperations.cpp @@ -296,6 +296,8 @@ u32 cardNandGetSaveSize(void) { return 16 << 20; // 16MByte - WarioWare D.I.Y. case 0x004B5355: // 'USK' return 64 << 20; // 64MByte - Face Training + case 0x00444755: // 'UGD' + return 128 << 20; // 128MByte - DS Guide } return 0;