Skip to content

Commit 933a103

Browse files
Merge pull request #1 from DaniElectra/http-soc
Add HTTP and SOC sysmodules
2 parents 4f711d5 + 00f0649 commit 933a103

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

dump_modules.gm9

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ if exist $[OUT]
88
rm $[OUT]
99
end
1010

11-
mkdir $[OUTPATCHES]/ssl # 0004013000002F02
12-
mkdir $[OUTPATCHES]/friends # 0004013000003202
1311
mkdir $[OUTPATCHES]/act # 0004013000003802
12+
mkdir $[OUTPATCHES]/friends # 0004013000003202
13+
mkdir $[OUTPATCHES]/http # 0004013000002902
14+
mkdir $[OUTPATCHES]/socket # 0004013000002E02
15+
mkdir $[OUTPATCHES]/ssl # 0004013000002F02
1416
mkdir $[OUTPATCHES]/miiverse # 00040030(0000BC02/0000BD02/0000BE02)
1517

1618
if chk $[REGION] JPN
@@ -21,14 +23,20 @@ elif chk $[REGION] EUR
2123
set MIIVERSEIDLOW "0000BE02"
2224
end
2325

24-
find 1:/title/00040130/00002f02/content/*.app APP
25-
extrcode $[APP] $[OUTPATCHES]/ssl/code.bin
26+
find 1:/title/00040130/00003802/content/*.app APP
27+
extrcode $[APP] $[OUTPATCHES]/act/code.bin
2628

2729
find 1:/title/00040130/00003202/content/*.app APP
2830
extrcode $[APP] $[OUTPATCHES]/friends/code.bin
2931

30-
find 1:/title/00040130/00003802/content/*.app APP
31-
extrcode $[APP] $[OUTPATCHES]/act/code.bin
32+
find 1:/title/00040130/00002902/content/*.app APP
33+
extrcode $[APP] $[OUTPATCHES]/http/code.bin
34+
35+
find 1:/title/00040130/00002e02/content/*.app APP
36+
extrcode $[APP] $[OUTPATCHES]/socket/code.bin
37+
38+
find 1:/title/00040130/00002f02/content/*.app APP
39+
extrcode $[APP] $[OUTPATCHES]/ssl/code.bin
3240

3341
if chk -u $[MIIVERSEIDLOW] ""
3442
find 1:/title/00040030/$[MIIVERSEIDLOW]/content/*.app APP

0 commit comments

Comments
 (0)