From 90a1030f9ce2341eff97f3bfdddd07e255ae1bdc Mon Sep 17 00:00:00 2001 From: MaJoR Date: Thu, 28 May 2015 01:01:31 -0500 Subject: [PATCH] Divided dumps are dumped in 3D0/3D1 format, not 3DS0/3DS1 format. --- Decryption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Decryption.md b/Decryption.md index 6f1eb3c..ef9f757 100644 --- a/Decryption.md +++ b/Decryption.md @@ -47,12 +47,12 @@ You can now copy this to your computer to clear space; this ROM file will **neve **On Windows** ``` -Copy /b "Bravely Default.3DS0"+"Bravely Default.3DS1" "Bravely Default.3DS" +Copy /b "Bravely Default.3D0"+"Bravely Default.3D1" "Bravely Default.3DS" ``` **On a *NIX system** ``` -cat "Bravely Default.3DS0" "Bravely Default.3DS1" > "Bravely Default.3DS" +cat "Bravely Default.3D0" "Bravely Default.3D1" > "Bravely Default.3DS" ``` This will give you a single combined file that is your entire ROM dump. If you're certain you've done this correctly, you can delete the input files and just keep the .3DS produced.