Skip to content

Commit 9af601f

Browse files
committed
USUM support
1 parent d7a587b commit 9af601f

4 files changed

Lines changed: 52 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
b# author: zeta
2+
set ERRORMSG "Dumping failed.\nUnknown error."
3+
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out"
4+
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: ULTRAMOON"
5+
ask "Is this corrrect?"
6+
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed"
7+
find C:/*.trim.3ds CARTRIDGE
8+
imgmount $[CARTRIDGE]
9+
mkdir 0:/gm9/out/romfs
10+
mkdir 0:/gm9/out/exefs
11+
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed."
12+
cp G:/content0.game/romfs/ 0:/gm9/out/romfs
13+
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
b# author: zeta
2+
set ERRORMSG "Dumping failed.\nUnknown error."
3+
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out"
4+
echo "PKMN Randomizer script\nby Zeta\nTYPE: GAMECART\nGAME: ULTRASUN"
5+
ask "Is this corrrect?"
6+
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed"
7+
find C:/*.trim.3ds CARTRIDGE
8+
imgmount $[CARTRIDGE]
9+
mkdir 0:/gm9/out/romfs
10+
mkdir 0:/gm9/out/exefs
11+
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed."
12+
cp G:/content0.game/romfs/ 0:/gm9/out/romfs
13+
cp G:/content0.game/exefs/ 0:/gm9/out/exefs
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# author: zeta
2+
set ERRORMSG "Dumping failed."
3+
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out"
4+
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: ULTRASUN"
5+
ask "Is this corrrect?"
6+
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed."
7+
filesel "Please select the correct .app file" A:/title/00040000/001b5100/content/*.app GAME
8+
imgmount $[GAME]
9+
mkdir 0:/gm9/out/romfs
10+
mkdir 0:/gm9/out/exefs
11+
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed."
12+
cp G:/romfs/ 0:/gm9/out/romfs
13+
cp G:/exefs/ 0:/gm9/out/exefs
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# author: zeta
2+
set ERRORMSG "Dumping failed."
3+
set SUCCESSMSG "Dumping succeeded!\nFiles are in gm9/out"
4+
echo "PKMN Randomizer script\nby Zeta\nTYPE: DIGITAL\nGAME: ULTRASUN"
5+
ask "Is this corrrect?"
6+
set ERRORMSG "Dumping failed.\nMounting the 3ds file failed."
7+
filesel "Please select the correct .app file" A:/title/00040000/001b5000/content/*.app GAME
8+
imgmount $[GAME]
9+
mkdir 0:/gm9/out/romfs
10+
mkdir 0:/gm9/out/exefs
11+
set ERRORMSG "Dumping failed.\nCopying romfs/exefs failed."
12+
cp G:/romfs/ 0:/gm9/out/romfs
13+
cp G:/exefs/ 0:/gm9/out/exefs

0 commit comments

Comments
 (0)