skaterhax for USA fixed
This commit is contained in:
parent
bfd96457c6
commit
7cc2f61e42
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ For technical details on the exploits that you will be using on this page, see [
|
||||||
|
|
||||||
### Compatibility Notes
|
### Compatibility Notes
|
||||||
|
|
||||||
Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR and JPN regions.
|
Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR, JPN and USA regions.
|
||||||
|
|
||||||
The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing.
|
The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing.
|
||||||
{: .notice--warning}
|
{: .notice--warning}
|
||||||
|
|
|
@ -86,7 +86,7 @@ function can_safecerthax(major, minor, native, region, model) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// super-skaterhax
|
// super-skaterhax
|
||||||
// EUR/JPN: 11.17 only, USA has no working otherapp on 11.17
|
// EUR/JPN/USA: 11.17 only
|
||||||
// KOR: 11.16 only, KOR does not have 11.17
|
// KOR: 11.16 only, KOR does not have 11.17
|
||||||
// CHN/TWN has no N3DS
|
// CHN/TWN has no N3DS
|
||||||
function can_superskaterhax(major, minor, native, region, model) {
|
function can_superskaterhax(major, minor, native, region, model) {
|
||||||
|
@ -95,7 +95,7 @@ function can_superskaterhax(major, minor, native, region, model) {
|
||||||
// N3DS only
|
// N3DS only
|
||||||
if(model == 1) {
|
if(model == 1) {
|
||||||
if (major == 11) {
|
if (major == 11) {
|
||||||
if (["E", "J"].includes(region)) {
|
if (["E", "J", "U"].includes(region)) {
|
||||||
if (minor == 17) do_redirect = true;
|
if (minor == 17) do_redirect = true;
|
||||||
// Since this exploit works on latest,
|
// Since this exploit works on latest,
|
||||||
// if no other exploit exists for that version, update
|
// if no other exploit exists for that version, update
|
||||||
|
@ -197,8 +197,8 @@ function can_seedminer(major, minor, native, region, model) {
|
||||||
- Not implemented in this guide
|
- Not implemented in this guide
|
||||||
- 11.16 (KOR is O3DS only):
|
- 11.16 (KOR is O3DS only):
|
||||||
- Seedminer
|
- Seedminer
|
||||||
- KOR N3DS 11.16, N3DS & 11.17 (EUR / JPN):
|
- KOR N3DS 11.16, N3DS & 11.17 (EUR / JPN / USA):
|
||||||
- super-skaterhax (currently not working on USA)
|
- super-skaterhax
|
||||||
- O3DS & 11.17:
|
- O3DS & 11.17:
|
||||||
- Unhackable
|
- Unhackable
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue