1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-19 23:12:36 +02:00

sidebar: add smilehax-IIe-JPN to progress table

This commit is contained in:
SirGamers
2023-10-01 08:50:10 -04:00
committed by lifehackerhansol
parent 976cb6a462
commit cbc2f4e9e3
2 changed files with 5 additions and 3 deletions

View File

@@ -232,7 +232,8 @@ $(document).ready(function() {
"dumping-eshop-dsiware": "28", "dumping-eshop-dsiware": "28",
"installing-boot9strap-(fredtool-inject)": "29", "installing-boot9strap-(fredtool-inject)": "29",
"installing-boot9strap-(kartminer7)": "30", "installing-boot9strap-(kartminer7)": "30",
"installing-boot9strap-(petit-compwner)": "31" "installing-boot9strap-(petit-compwner)": "31",
"installing-boot9strap-(smilehax-iie-jpn)": "32"
}; };
for(var device in devices){ for(var device in devices){
@@ -295,7 +296,8 @@ $(document).ready(function() {
"28": ["alternate-exploits", "seedminer-(alternate)", "dumping-eshop-dsiware", "installing-boot9strap-(fredtool-inject)", "finalizing-setup"], "28": ["alternate-exploits", "seedminer-(alternate)", "dumping-eshop-dsiware", "installing-boot9strap-(fredtool-inject)", "finalizing-setup"],
"29": ["alternate-exploits", "seedminer-(alternate)", "dumping-eshop-dsiware", "installing-boot9strap-(fredtool-inject)", "finalizing-setup"], "29": ["alternate-exploits", "seedminer-(alternate)", "dumping-eshop-dsiware", "installing-boot9strap-(fredtool-inject)", "finalizing-setup"],
"30": ["alternate-exploits", "seedminer-(alternate)", "installing-boot9strap-(kartminer7)", "finalizing-setup"], "30": ["alternate-exploits", "seedminer-(alternate)", "installing-boot9strap-(kartminer7)", "finalizing-setup"],
"31": ["alternate-exploits", "installing-boot9strap-(petit-compwner)", "finalizing-setup"] "31": ["alternate-exploits", "installing-boot9strap-(petit-compwner)", "finalizing-setup"],
"32": ["alternate-exploits", "installing-boot9strap-(smilehax-iie-jpn)", "finalizing-setup"]
} }
// Can add custom routing if necessary but currently both routes are identical // Can add custom routing if necessary but currently both routes are identical
var device_old = Object.assign({}, device_common,{ var device_old = Object.assign({}, device_common,{

File diff suppressed because one or more lines are too long