Skip to content

Commit

Permalink
fixed XY/ORAS and errormessages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaDesigns committed Jul 16, 2017
1 parent 989957e commit a9a5228
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 40 deletions.
15 changes: 8 additions & 7 deletions Pokemon Randomizing-Cartridge-OmegaRuby.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
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
imgmount C:/000400000011C400_v00.trim.3ds
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
mkdir 0:/gm9/out/romfsbase
mkdir 0:/gm9/out/exefs
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
cp G:/content0.game/romfs/ 0:/gm9/out/romfsbase
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
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?"
imgmount A:/title/0004000e/0011C400/content/00000004.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?"
mkdir 0:/gm9/out/romfs
cp G:/romfs 0:/gm9/out/romfs
11 changes: 5 additions & 6 deletions Pokemon Randomizing-Cartridge-Sun.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
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"
imgmount C:/0004000000164800_v00.trim.3ds
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.\nCreating the folders failed.\nMake sure the SD is not locked"
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
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?"
imgmount A:/title/0004000e/00164800/content/00000002.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
15 changes: 8 additions & 7 deletions Pokemon Randomizing-Cartridge-X.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
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
imgmount C:/0004000000055D00_v00.trim.3ds
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
mkdir 0:/gm9/out/romfsbase
mkdir 0:/gm9/out/exefs
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
cp G:/content0.game/romfs/ 0:/gm9/out/romfsbase
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
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?"
imgmount A:/title/0004000e/00055D00/content/00000004.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?"
mkdir 0:/gm9/out/romfs
cp G:/romfs 0:/gm9/out/romfs
15 changes: 8 additions & 7 deletions Pokemon_Randomizing_-_Cartridge_-_AlphaSapphire.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
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
imgmount C:/000400000011C500_v00.trim.3ds
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
mkdir 0:/gm9/out/romfsbase
mkdir 0:/gm9/out/exefs
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
cp G:/content0.game/romfs/ 0:/gm9/out/romfsbase
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
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?"
imgmount A:/title/0004000e/0011C500/content/00000004.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?"
mkdir 0:/gm9/out/romfs
cp G:/romfs 0:/gm9/out/romfs
11 changes: 5 additions & 6 deletions Pokemon_Randomizing_-_Cartridge_-_Moon.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
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"
imgmount C:/0004000000175E00_v00.trim.3ds
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.\nCreating the folders failed.\nMake sure the SD is not locked"
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
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?"
imgmount A:/title/0004000e/00175E00/content/00000002.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
15 changes: 8 additions & 7 deletions Pokemon_Randomizing_-_Cartridge_-_Y.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
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
imgmount C:/0004000000055E00_v00.trim.3ds
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
mkdir 0:/gm9/out/romfsbase
mkdir 0:/gm9/out/exefs
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed.\nMake sure the correct cartridge\nis inserted"
cp G:/content0.game/romfs/ 0:/gm9/out/romfsbase
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
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?"
imgmount A:/title/0004000e/00055E00/content/00000004.app
cp G:/exefs/.code 0:/gm9/out/exefs/.code
set ERRORMSG "Dumping failed.\nDumping the update failed.\nIs there even an update?"
mkdir 0:/gm9/out/romfs
cp G:/romfs 0:/gm9/out/romfs

0 comments on commit a9a5228

Please sign in to comment.