Divided dumps are dumped in 3D0/3D1 format, not 3DS0/3DS1 format.

MaJoR 2015-05-28 01:01:31 -05:00
parent c77e14d5da
commit 90a1030f9c

@ -47,12 +47,12 @@ You can now copy this to your computer to clear space; this ROM file will **neve
**On Windows** **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** **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. 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.