diff --git a/assets/js/selecting.js b/assets/js/selecting.js
index db0f586133..6203916800 100644
--- a/assets/js/selecting.js
+++ b/assets/js/selecting.js
@@ -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) ||
diff --git a/feed.xml b/feed.xml
index 880062afeb..48aa952c6b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-Jekyll2023-05-27T13:18:21+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew
\ No newline at end of file
+Jekyll2023-05-27T14:25:44+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew
\ No newline at end of file