Skip to content

Commit

Permalink
guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaDesigns committed Nov 11, 2017
1 parent d7c491d commit d7a587b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Pokemon_Randomizing-Cartridge-Moon.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ 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
cp G:/exefs/.code 0:/gm9/out/exefs/.code
cp G:/romfs 0:/gm9/out/romfs
3 changes: 2 additions & 1 deletion Pokemon_Randomizing-Cartridge-Sun.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ 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
cp G:/exefs/.code 0:/gm9/out/exefs/.code
cp G:/romfs 0:/gm9/out/romfs
1 change: 1 addition & 0 deletions Pokemon_Randomizing-Digital-Moon.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ set ERRORMSG "Dumping failed.\nDumping the update failed."
find A:/title/0004000e/00175E00/content/0000000?.app UPDATE
imgmount $[UPDATE]
cp G:/exefs 0:/gm9/out/exefs
cp G:/romfs 0:/gm9/out/romfs
1 change: 1 addition & 0 deletions Pokemon_Randomizing-Digital-Sun.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ 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
cp G:/romfs 0:/gm9/out/romfs

0 comments on commit d7a587b

Please sign in to comment.