Skip to content

Commit

Permalink
Merge pull request #2 from olliz0r/master
Browse files Browse the repository at this point in the history
Fix digital scripts path to romfs/exefs
  • Loading branch information
Jisagi authored Nov 9, 2017
2 parents 64e9f94 + f561e8f commit 967da14
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-AlphaSapphire.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:/romfs/ 0:/gm9/out/romfs
cp G:/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
Expand Down
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-Moon.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:.game/romfs/ 0:/gm9/out/romfs
cp G:.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
Expand Down
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-OmegaRuby.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:/romfs/ 0:/gm9/out/romfs
cp G:/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
Expand Down
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-Sun.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:/romfs/ 0:/gm9/out/romfs
cp G:/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
Expand Down
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-X.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:/romfs/ 0:/gm9/out/romfs
cp G:/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
Expand Down
4 changes: 2 additions & 2 deletions Pokemon_Randomizing-Digital-Y.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
cp G:/romfs/ 0:/gm9/out/romfs
cp G:/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
Expand Down

0 comments on commit 967da14

Please sign in to comment.