-
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
6a13f69
commit aa5b3aa
Showing
20 changed files
with
202 additions
and
178 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: ALPHA SAPPHIRE" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/0011C500/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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,18 @@ | ||
# 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" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed" | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00175E00/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code |
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: OMEGA RUBY" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/0011C400/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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,18 @@ | ||
# 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" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed" | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00164800/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code |
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: X" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00055D00/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: Y" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
find C:/*.trim.3ds CARTRIDGE | ||
imgmount $[CARTRIDGE] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00055E00/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
This file was deleted.
Oops, something went wrong.
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: ALPHA SAPPHIRE" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/0011E400/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/0011C500/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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 |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# author: Slade | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Slade\nTYPE: DIGITAL\nGAME: MOON" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/00175E00/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: MOON" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/00175E00/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
cp G:/romfs 0:/gm9/out/romfs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00164800/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
imgmount A:/title/0004000e/00175E00/content/00000002.app | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code |
This file was deleted.
Oops, something went wrong.
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,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: OMEGA RUBY" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/0011C400/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/0011C400/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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 |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# author: Slade | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
# author: zeta | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Slade\nTYPE: DIGITAL\nGAME: SUN" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/00164800/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: SUN" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/00164800/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
cp G:/romfs 0:/gm9/out/romfs | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00164800/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
echo "romfs and exefs dumping done\nDumping code.bin now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
imgmount A:/title/0004000e/00164800/content/00000002.app | ||
cp G:/exefs/.code 0:/gm9/out/exefs/.code |
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 |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: X" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/00055D00/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/00055D00/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
cp G:/romfs 0:/gm9/out/romfs | ||
cp G:/exefs 0:/gm9/out/exefs | ||
echo "romfs and exefs dumping done\nDumping update data now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
imgmount A:/title/0004000e/00055D00/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00055D00/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
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 |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# author: zeta | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
set ERRORMSG "Dumping failed." | ||
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out" | ||
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: Y" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/00055E00/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
ask "Is this corrrect?" | ||
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed." | ||
filesel "Please select the correct .app file" A:/title/00040000/00055E00/content/*.app GAME | ||
imgmount $[GAME] | ||
mkdir 0:/gm9/out/romfs | ||
mkdir 0:/gm9/out/exefs | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
cp G:/romfs 0:/gm9/out/romfs | ||
cp G:/exefs 0:/gm9/out/exefs | ||
echo "romfs and exefs dumping done\nDumping update data now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?" | ||
imgmount A:/title/0004000e/00055E00/content/00000004.app | ||
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed." | ||
cp G:/content0.game/romfs/ 0:/gm9/out/romfs | ||
cp G:/content0.game/exefs/ 0:/gm9/out/exefs | ||
echo "RomFS and ExeFS dumping done\nDumping the update now." | ||
set ERRORMSG "Dumping failed.\nDumping the update failed." | ||
find A:/title/0004000e/00055E00/content/0000000?.app UPDATE | ||
imgmount $[UPDATE] | ||
cp G:/exefs 0:/gm9/out/exefs | ||
cp G:/romfs 0:/gm9/out/romfs |
Oops, something went wrong.