mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-27 02:14:50 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@0a3aa8b8a1 🚀
This commit is contained in:
@@ -45,11 +45,11 @@ function can_ssloth(major, minor, native, region, model) {
|
||||
} else if (region == "K") {
|
||||
if
|
||||
(
|
||||
(!model && minor == 4 && native == 33) ||
|
||||
(!model && minor == 5 && native == 34) ||
|
||||
(!model && minor == 6 && native == 35) ||
|
||||
(!model && minor == 7 && native == 35) ||
|
||||
(!model && minor == 8 && native == 35) ||
|
||||
(model && minor == 4 && native == 33) ||
|
||||
(model && minor == 5 && native == 34) ||
|
||||
(model && minor == 6 && native == 35) ||
|
||||
(model && minor == 7 && native == 35) ||
|
||||
(model && minor == 8 && native == 35) ||
|
||||
(minor == 9 && native == 36) ||
|
||||
(minor == 10 && native == 37) ||
|
||||
(minor == 12 && native == 38) ||
|
||||
|
Reference in New Issue
Block a user