From f08490f70fa93fed43bb74d2884e086c4536a415 Mon Sep 17 00:00:00 2001 From: DefenderOfHyrule <11156197+DefenderOfHyrule@users.noreply.github.com> Date: Fri, 15 May 2026 20:28:06 +0200 Subject: [PATCH] extend XAW4 potentially patched range based on #293 and update emummc.txt links --- docs/extras/blocking_nintendo.md | 2 +- docs/public/scripts/ssnc.js | 2 +- docs/user_guide/all/sd_preparation.md | 2 +- docs/user_guide/getting_started.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/extras/blocking_nintendo.md b/docs/extras/blocking_nintendo.md index 97bf556..f780c84 100644 --- a/docs/extras/blocking_nintendo.md +++ b/docs/extras/blocking_nintendo.md @@ -12,7 +12,7 @@ You can configure Atmosphère to automatically redirect any requests directed to ### Section I - Requirements -* The [emummc.txt](/files/emummc.txt){download} file +* The [emummc.txt](https://nintendohomebrew.com/assets/emummc.txt){download} file * Atmosphère 0.18.0 or higher ### Section II - Installation diff --git a/docs/public/scripts/ssnc.js b/docs/public/scripts/ssnc.js index 17d3649..c0a2d8f 100644 --- a/docs/public/scripts/ssnc.js +++ b/docs/public/scripts/ssnc.js @@ -78,7 +78,7 @@ function initSerialChecker() { return 'patched'; } else if (assemblyLine === 4) { if (checkingValue < 4001100) return 'unpatched'; - if (checkingValue < 4001200) return 'maybe'; + if (checkingValue < 4001250) return 'maybe'; return 'patched'; } else if (assemblyLine === 7) { if (checkingValue < 7001750) return 'unpatched'; diff --git a/docs/user_guide/all/sd_preparation.md b/docs/user_guide/all/sd_preparation.md index 1ef3db5..d182ede 100644 --- a/docs/user_guide/all/sd_preparation.md +++ b/docs/user_guide/all/sd_preparation.md @@ -16,7 +16,7 @@ If you use Windows, you should enable file name extensions before continuing. Se * The latest release of [hekate](https://github.com/CTCaer/Hekate/releases/) (Download the `hekate_ctcaer_(version).zip` release of hekate) * The hekate config file: [hekate_ipl.ini](/files/emu/hekate_ipl.ini){download} -* The DNS.MITM DNS redirection config: [emummc.txt](/files/emummc.txt){download} +* The DNS.MITM DNS redirection config: [emummc.txt](https://nintendohomebrew.com/assets/emummc.txt){download} * The bootlogo zip folder: [bootlogos.zip](/files/bootlogos.zip) * The latest release of [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere/releases). Download the `atmosphere-(version)-master-(version)+hbl-(version)+hbmenu-(version).zip` release of Atmosphère. * The latest release of [JKSV](https://github.com/J-D-K/JKSV/releases) (Download the `JKSV.nro` release of JKSV) diff --git a/docs/user_guide/getting_started.md b/docs/user_guide/getting_started.md index ec1aec9..6e9304a 100644 --- a/docs/user_guide/getting_started.md +++ b/docs/user_guide/getting_started.md @@ -55,7 +55,7 @@ The following information is based on [this GBATemp thread](https://gbatemp.net/ | Serial Numbers | Unpatched | Potentially patched | Patched | | :------------- | :----------------------------------------- | :---------------------------------------------------- | :------------------------------------- | | XAW1 | XAW10000000000 to XAW10065000000 | XAW10065000000 to XAW10120000000 | XAW10120000000 and up | -| XAW4 | XAW40000000000 to XAW40011000000 | XAW40011000000 to XAW40012000000 | XAW40012000000 and up | +| XAW4 | XAW40000000000 to XAW40011000000 | XAW40011000000 to XAW40012500000 | XAW40012500000 and up | | XAW7 | XAW70000000000 to XAW70017500000 | XAW70017500000 to XAW70030000000 | XAW70030000000 and up | | XAW9 | **N/A** | XAW90000000000 and up | **N/A** | | XAJ1 | XAJ10000000000 to XAJ10020000000 | XAJ10020000000 to XAJ10030000000 | XAJ10030000000 and up |