From 71f4c94ba3eca427a690d9e342629b8b4c68e4b9 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 19 Jul 2023 03:06:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@b8898b77cd5daa9c5877f5673f0aac5f6bed8b1f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 25 +++++++++++-------------- feed.xml | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 001a19ad31..ce094ff43c 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -125,8 +125,9 @@ function can_safecerthax(major, minor, native, region, model) { } // super-skaterhax -// EUR/JPN/USA: 11.17 only -// KOR: 11.16 only, KOR does not have 11.17 (Do seedminer first though) +// N3DS only +// EUR/JPN/USA: 11.16-11.17 +// KOR: 11.16 only, KOR does not have 11.17 // CHN/TWN has no N3DS function can_superskaterhax(major, minor, native, region, model) { let do_redirect_sysupdate = false; @@ -134,18 +135,10 @@ function can_superskaterhax(major, minor, native, region, model) { // N3DS only if(model == DEVICE_N3DS) { if (major == 11) { - if (["E", "J", "U"].includes(region)) { - if (minor == 17) do_redirect = true; - // Since this exploit works on latest, - // if no other exploit exists for that version, update - else do_redirect_sysupdate = true; - } - else if(region == "K") { - if (minor == 16) do_redirect = true; - // Since this exploit works on latest, - // if no other exploit exists for that version, update - else do_redirect_sysupdate = true; - } + if (minor >= 16) do_redirect = true; + // Since this exploit works on latest, + // if no other exploit exists for that version, update + else do_redirect_sysupdate = true; } } @@ -187,6 +180,10 @@ function can_seedminer(major, minor, native, region, model) { let do_redirect_sysupdate_kor = false; let do_redirect_twn = false; let do_redirect = false; + + // N3DS has a different, easier exploit. + if (model != DEVICE_O3DS) return false; + // 11.16 should always do seedminer on 3DS if (major == 11 && minor == 16) { if (["U", "E", "J", "K"].includes(region)) do_redirect = true; diff --git a/feed.xml b/feed.xml index b1a86c888d..02150fe73a 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-07-19T00:28:52+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-07-19T03:06:00+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file