-
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.
dumping the updates for xy/oras is now fully working
- Loading branch information
1 parent
a9a5228
commit 6a13f69
Showing
12 changed files
with
118 additions
and
22 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
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
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
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: DIGITAL\nGAME: AS" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/0011C500/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
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/0011C500/content/00000004.app | ||
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,16 @@ | ||
# author: Slade | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
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" | ||
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 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 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: DIGITAL\nGAME: OR" | ||
set ERRORMSG "Dumping failed.\nMounting the app file failed\nMake sure the title is installed" | ||
imgmount A:/title/00040000/0011C400/content/00000000.app | ||
set ERRORMSG "Dumping failed.\nCreating the folders failed.\nMake sure the SD is not locked" | ||
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/0011C400/content/00000004.app | ||
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,16 @@ | ||
# author: Slade | ||
set ERRORMSG "Dumping failed.\nUnknown error." | ||
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" | ||
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 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 |
---|---|---|
@@ -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: 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" | ||
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 | ||
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,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: 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" | ||
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 | ||
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
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
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