-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fffcf10
commit 989957e
Showing
6 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: OMEGA RUBY" | ||
imgmount C:/000400000011C400_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/0011C400/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: SUN" | ||
imgmount C:/0004000000164800_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/00164800/content/00000002.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: X" | ||
imgmount C:/0004000000055D00_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/00055D00/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: ALPHA SAPPHIRE" | ||
imgmount C:/000400000011C500_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/0011C500/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: MOON" | ||
imgmount C:/0004000000175E00_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/00175E00/content/00000002.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: Y" | ||
imgmount C:/0004000000055E00_v00.trim.3ds | ||
set ERRORMSG "Dumping failed.\Mounting the 3ds file failed\nMake sure the cartridge is inserted" | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted" | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
imgmount A:/title/0004000e/00055E00/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" |