Skip to content

Commit

Permalink
push overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaDesigns committed Oct 28, 2017
1 parent 6a13f69 commit aa5b3aa
Show file tree
Hide file tree
Showing 20 changed files with 202 additions and 178 deletions.
17 changes: 0 additions & 17 deletions Pokemon Randomizing-Cartridge-OmegaRuby.gm9

This file was deleted.

16 changes: 0 additions & 16 deletions Pokemon Randomizing-Cartridge-Sun.gm9

This file was deleted.

17 changes: 0 additions & 17 deletions Pokemon Randomizing-Cartridge-X.gm9

This file was deleted.

19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Cartridge-AlphaSapphire.gm9
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
18 changes: 18 additions & 0 deletions Pokemon_Randomizing-Cartridge-Moon.gm9
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
19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Cartridge-OmegaRuby.gm9
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
18 changes: 18 additions & 0 deletions Pokemon_Randomizing-Cartridge-Sun.gm9
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
19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Cartridge-X.gm9
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
19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Cartridge-Y.gm9
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
17 changes: 0 additions & 17 deletions Pokemon_Randomizing-Digital-AS.gm9

This file was deleted.

19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Digital-AlphaSapphire.gm9
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
26 changes: 14 additions & 12 deletions Pokemon_Randomizing-Digital-Moon.gm9
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
17 changes: 0 additions & 17 deletions Pokemon_Randomizing-Digital-OR.gm9

This file was deleted.

19 changes: 19 additions & 0 deletions Pokemon_Randomizing-Digital-OmegaRuby.gm9
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
26 changes: 14 additions & 12 deletions Pokemon_Randomizing-Digital-Sun.gm9
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
22 changes: 12 additions & 10 deletions Pokemon_Randomizing-Digital-X.gm9
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
22 changes: 12 additions & 10 deletions Pokemon_Randomizing-Digital-Y.gm9
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
Loading

0 comments on commit aa5b3aa

Please sign in to comment.