Skip to content

Commit

Permalink
olli, you forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisagi authored Nov 9, 2017
1 parent 967da14 commit d7c491d
Showing 1 changed file with 2 additions and 2 deletions.
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:.game/romfs/ 0:/gm9/out/romfs
cp G:.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/00175E00/content/0000000?.app UPDATE
Expand Down

0 comments on commit d7c491d

Please sign in to comment.