Skip to content

Commit da88535

Browse files
committed
selecting: route JPN away from ssloth/skater
1 parent d6254f6 commit da88535

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

docs/public/assets/js/selecting.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function can_soundhax(major, minor, native, region, model) {
2828
function can_ssloth(major, minor, native, region, model) {
2929
let do_redirect = false;
3030
if(major == 11) {
31-
if(["U", "E", "J"].includes(region)) {
31+
if(["U", "E"].includes(region)) {
3232
if
3333
(
3434
(minor == 4 && native == 37) ||
@@ -89,18 +89,20 @@ function can_safecerthax(major, minor, native, region, model) {
8989

9090
// super-skaterhax
9191
// N3DS only
92-
// EUR/JPN/USA: 11.15-11.17
92+
// EUR/USA: 11.15-11.17
93+
// JPN: browserhax broken due to error 032-0420
9394
// KOR: 11.15-11.16 only, KOR does not have 11.17
9495
// CHN/TWN has no N3DS
9596
function can_superskaterhax(major, minor, native, region, model) {
9697
let do_redirect = false;
9798
// N3DS only
9899
if(model == DEVICE_N3DS) {
99-
if (major == 11) {
100-
if (minor >= 15) do_redirect = true;
100+
if(["U", "E"].includes(region)) {
101+
if (major == 11) {
102+
if (minor >= 15) do_redirect = true;
103+
}
101104
}
102105
}
103-
104106
if (do_redirect) {
105107
window.location.href = "installing-boot9strap-(super-skaterhax)";
106108
return true;
@@ -136,15 +138,17 @@ function can_mset9(major, minor, native, region, model) {
136138
- All models
137139
- SSLoth-Browser
138140
- 11.4 - 11.13 with matching NVer for each version
139-
- USA, JPN, EUR, KOR
141+
- USA, EUR, KOR
142+
- 2026/04: Broken on JPN
140143
- All models
141144
- safecerthax
142145
- 11.4 - 11.14
143146
- All regions
144147
- O3DS only
145148
- super-skaterhax
146149
- 11.15 - 11.17
147-
- USA / EUR / JPN / KOR
150+
- USA / EUR / KOR
151+
- 2026/04: Broken on JPN
148152
- N3DS only
149153
- MSET9
150154
- 11.4 - 11.17

0 commit comments

Comments
 (0)