1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

pichaxx addition, steelhax removal (#1710)

This commit is contained in:
MechanicalDragon
2019-08-24 15:44:09 -05:00
committed by Devon Maloney
parent 2ada1edfe6
commit eef1a5d11b
6 changed files with 65 additions and 5 deletions

View File

@@ -140,6 +140,7 @@ $(document).ready(function(){
"homebrew-launcher-(steelhax)": "16",
"installing-boot9strap-(fredtool)": "17",
"bannerbomb3": "18",
"homebrew-launcher-(pichaxx)": "19",
};
for(var method in methods){
@@ -173,6 +174,7 @@ $(document).ready(function(){
"16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
"17": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"18": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"19": ["seedminer", "homebrew-launcher-(pichaxx)", "dsidumper","installing-boot9strap-(fredtool)", "finalizing-setup"],
};
unhide = unhide.concat(route[method]);
if(typeof unhide !== 'undefined' && unhide.length > 0){

File diff suppressed because one or more lines are too long