diff --git a/.gitignore b/.gitignore
index e650b698..c675336a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.DS_Store
+.vscode
*_site
*.sass-cache
diff --git a/_data/en-US/strings.json b/_data/en-US/strings.json
index 9917ae82..8108fc35 100644
--- a/_data/en-US/strings.json
+++ b/_data/en-US/strings.json
@@ -1,8 +1,9 @@
{
- "title": "DS-Homebrew Wiki",
+ "by": "By: $1",
"description": "Wikis for DS-Homebrew projects",
"discord-server": "Discord server (English only)",
+ "help-translate": "Help translate!",
+ "published-with": "Published with GitHub Pages, view the source on GitHub.",
"source": "Source",
- "by": "By: $1",
- "published-with": "Published with GitHub Pages, view the source on GitHub."
+ "title": "DS-Homebrew Wiki"
}
\ No newline at end of file
diff --git a/_includes/nav.html b/_includes/nav.html
index 725171fc..ae038b03 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -49,6 +49,8 @@
{% endif %}
{% endfor %}
{% endfor %}
+
If you need help, ask the
DS(i) Mode Hacking! Discord server.
diff --git a/pages/_en-US/ds-index/retail-roms.md b/pages/_en-US/ds-index/retail-roms.md
index cdebf9a6..1a5ef785 100644
--- a/pages/_en-US/ds-index/retail-roms.md
+++ b/pages/_en-US/ds-index/retail-roms.md
@@ -3,17 +3,17 @@ lang: en-US
layout: wiki
section: ds-index
title: Retail ROMs
-description: The complete guide to modding the Nintendo DS
+description: An explanation of all things DS modding
---
### Anti-Piracy
AP (short for anti-piracy) is a method used by developers to enforce legitimate purchases and prevent piracy. This can be circumvented either from the loader or the ROM itself.
-- For nds-bootstrap's purposes, you could load a `.IPS` file in order to circumvent said patches. This `.IPS` file will be patched inside nds-bootstrap, so you could keep the ROM files intact. A pack of `.IPS` files are automatically included with TWiLight Menu++.
+- For nds-bootstrap's purposes, you can load an `.IPS` file in order to circumvent said patches. This `.IPS` file will be patched inside nds-bootstrap, so you can keep the ROM files intact. A pack of `.IPS` files are automatically included with TWiLight Menu++.
- For Wood R4 purposes, these patches are included in the software itself. You will not need to modify the ROM itself.
-In case there isn't a `.IPS` file for your ROM or your software didn't patch your ROM, you could try directly modifying the ROM itself using [nds-scene tool](https://gbatemp.net/download/retrogamefan-nds-rom-tool-v1-0_b1215.35735/)
+In case there isn't a `.IPS` file for your ROM or your software didn't patch your ROM, you can try directly modifying the ROM itself using [nds-scene tool](https://gbatemp.net/download/retrogamefan-nds-rom-tool-v1-0_b1215.35735/)
### CloneBoot
@@ -50,7 +50,7 @@ In later nds-bootstrap versions, a Donor ROM is needed for certain THUMB or SDK5
### Action Replay Cheats
-Action Replay cheat codes are codes that allow you to make low-level programmable changes in the memory region of your favorite game(s). These changes range from simple value tweaks to extremely advanced ASM tweaks, both of which could alter the experience of the game(s) being played altogether.
+Action Replay cheat codes are codes that allow you to make low-level programmable changes in the memory region of your favorite game(s). These changes range from simple value tweaks to extremely advanced ASM tweaks, both of which can alter the experience of the game(s) being played altogether.
Flashcarts can take advantage of cheat codes by using cheat databases. Cheat functionality is integrated within the flashcart kernel respectively. The following kernels can utilize cheats:
- Wood R4 (`usrcheat.dat`)
diff --git a/pages/_en-US/ds-index/wifi.md b/pages/_en-US/ds-index/wifi.md
index c406b0ec..08277195 100644
--- a/pages/_en-US/ds-index/wifi.md
+++ b/pages/_en-US/ds-index/wifi.md
@@ -3,22 +3,22 @@ lang: en-US
layout: wiki
section: ds-index
title: Wi-Fi
-description: The complete guide to modding the Nintendo DS
+description: An explanation of all things DS modding
---
-- On Nintendo DS applications, you could only use WEP and Open WiFi
-- On Nintendo DSi enhanced/exclusive applications, you have the addition of WPA2 support.
+- On Nintendo DS applications, you can only use WEP and Open WiFi
+- On Nintendo DSi enhanced/exclusive applications, you have the addition of WPA2 support
-Hotspots are usable, so you don't need to change your router configuration
+Hotspots are usable, so you don't need to change your router configuration.
### Nintendo DS WFC Restoration
-1. Launch the Nintendo WFC settings.
-2. Connect to your access point.
-3. Set your Primary DNS value as one of the values below, depending on which service you want to use.
- * **Wiimmfi** - `164.132.44.106`
- * **AltWFC/WFCZwei** - `172.104.88.237` or `104.131.93.87`
- * **BenFi** - `24.218.177.103`
- * **Twilit WFC** - `34.66.49.81`
-4. Set `1.1.1.1` as your secondary DNS.
-5. You might need to NoSSL patch your game at this point, depending on the game.
+1. Launch the Nintendo WFC settings
+1. Connect to your access point
+1. Set your Primary DNS value as one of the values below, depending on which service you want to use:
+ - **Wiimmfi** - `164.132.44.106`
+ - **AltWFC/WFCZwei** - `172.104.88.237` or `104.131.93.87`
+ - **BenFi** - `24.218.177.103`
+ - **Twilit WFC** - `34.66.49.81`
+1. Set `1.1.1.1` as your secondary DNS
+1. You might need to NoSSL patch your game at this point, depending on the game
diff --git a/pages/_en-US/index.md b/pages/_en-US/index.md
index ba835eb1..fd0acca0 100644
--- a/pages/_en-US/index.md
+++ b/pages/_en-US/index.md
@@ -6,4 +6,6 @@ title: Home
# Welcome to the DS-Homebrew Wiki!
-TODO: Write an index page... ;P
+This site is where you can find wikis for TWiLight Menu++ and other DS-Homebrew projects. Click on one of the sections at the top, then a list of pages will be on the left.
+
+If you would like to help contribute you can find the source code on [GitHub](https://github.com/{{ site.repo }}) or help translate on [Crowdin](https://crowdin.com/project/ds-homebrew-wiki). To discuss this or get help with anything on it, please join the [DS
(i) Mode Hacking](https://ds-hombrew.com/discord) Discord server (English only).
diff --git a/pages/_en-US/nds-bootstrap/index.md b/pages/_en-US/nds-bootstrap/index.md
new file mode 100644
index 00000000..7c57297f
--- /dev/null
+++ b/pages/_en-US/nds-bootstrap/index.md
@@ -0,0 +1,8 @@
+---
+lang: en-US
+layout: wiki
+section: nds-bootstrap
+title: Home
+---
+
+
diff --git a/pages/_en-US/twilightmenu/creating-ram-disks.md b/pages/_en-US/twilightmenu/creating-ram-disks.md
index ae1ff057..66b81411 100644
--- a/pages/_en-US/twilightmenu/creating-ram-disks.md
+++ b/pages/_en-US/twilightmenu/creating-ram-disks.md
@@ -10,18 +10,18 @@ NOTE: You do not need to follow this if you're using a flashcard.
To make a RAM disk, download [this](http://memory.dataram.com/products-and-services/software/ramdisk#freeware) tool (click `Download Software`), and follow the instructions below.
-Instructions by @Dakkon7, modified by me:
+Instructions by @Dakkon7, modified by RocketRobz:
1. Run RAMDisk
1. Click **View** -> **Advanced**
-1. For **Disk Size**, type `12` for DSi, or `28` for 3DS, above **Max 1023 MB**.
-1. Un-mark **Create TEMP Directory**, if it's already marked.
+1. For **Disk Size**, type `12` for DSi, or `28` for 3DS, above **Max 1023 MB**
+1. Un-mark **Create TEMP Directory**, if it's already marked
1. Click **Load/Save**
-1. Click `Start RAMDisk`, and a new window for your .img should appear.
-1. Place any file and/or folder the homebrew expects there, and/or file(s) you want to use.
-1. In the RAMDisk program, click `Save Disk Image Now`.
-1. Save `romname.img` to a folder called `ramdisks` in the .nds file location.
-1. Click `Stop RAMDisk` when you're done.
-1. In TWiLight Menu++, open per-game settings for your homebrew.
-1. Set RAM disk to 0.
-1. Launch your homebrew, and it should read your RAM disk.
+1. Click `Start RAMDisk`, and a new window for your .img should appear
+1. Place any file and/or folder the homebrew expects there, and/or file(s) you want to use
+1. In the RAMDisk program, click `Save Disk Image Now`
+1. Save `romname.img` to a folder called `ramdisks` in the .nds file location
+1. Click `Stop RAMDisk` when you're done
+1. In TWiLight Menu++, open per-game settings for your homebrew
+1. Set RAM disk to 0
+1. Launch your homebrew, and it should read your RAM disk
diff --git a/pages/_en-US/twilightmenu/download-play-pictochat.md b/pages/_en-US/twilightmenu/download-play-pictochat.md
index 0f00117a..94b410fe 100644
--- a/pages/_en-US/twilightmenu/download-play-pictochat.md
+++ b/pages/_en-US/twilightmenu/download-play-pictochat.md
@@ -10,17 +10,17 @@ If you're using a DSi console, you should already be able to launch those apps.
Otherwise, if you have a 3DS, proceed below.
In GodMode9:
-- Press R+A on SYSNAND TWLN.
-- Select `Search for titles`.
-- Select `DS Download Play (NTR-HNDA).tmd`.
-- Select `TMD file options...`.
-- Select `Dump CXI/NDS file`.
-- Done. It should be under `sdmc:/gm9/out/`, as `DS Download Play (NTR-HNDA).nds`.
+- Press R+A on SYSNAND TWLN
+- Select `Search for titles`
+- Select `DS Download Play (NTR-HNDA).tmd`
+- Select `TMD file options...`
+- Select `Dump CXI/NDS file`
+- Done. It should be under `sdmc:/gm9/out/`, as `DS Download Play (NTR-HNDA).nds`
Copy to `sd:/_nds/`, and rename to `dlplay.nds`.
The above steps will increase DLP boot speed.
To run Pictochat on 3DS (DSi required):
-- Copy `pictochat.nds` from `sd:/_nds/` on the DSi SD card, on the 3DS SD card, also in `sd:/_nds/`.
+- Copy `pictochat.nds` from `sd:/_nds/` on the DSi SD card, on the 3DS SD card, also in `sd:/_nds/`
You must first access the DS Classic Menu in TWiLight Menu++ on the DSi.
diff --git a/pages/_en-US/twilightmenu/faq.md b/pages/_en-US/twilightmenu/faq.md
index 02a46926..7f6c767b 100644
--- a/pages/_en-US/twilightmenu/faq.md
+++ b/pages/_en-US/twilightmenu/faq.md
@@ -8,33 +8,33 @@ category: Other
For more FAQs, please visit the [GBAtemp thread](https://gbatemp.net/threads/ds-i-3ds-twilight-menu-gui-for-ds-i-games-and-ds-i-menu-replacement.472200/).
-### Q: Why is my 3DS/2DS stuck on black screens when launching TWiLight Menu++, or why is my 3DS/2DS powering off when launching TWiLight Menu++?
+#### Q: Why is my 3DS/2DS stuck on black screens when launching TWiLight Menu++, or why is my 3DS/2DS powering off when launching TWiLight Menu++?
A: TWL_FIRM might've somehow got corrupted.
Follow this guide to fix the issue: https://3ds.hacks.guide/troubleshooting#dsi--ds-functionality-is-broken-after-completing-the-guide
-### Q: I get a white screen when booting TWiLight Menu++. How do I fix this?
+#### Q: I get a white screen when booting TWiLight Menu++. How do I fix this?
A:
-- First, try putting the console in sleep mode (e.g. closing the console's lid, or pressing the sleep button on the O2DS), then wake up the console from it.
-- If that doesn't work, format your SD card to FAT32 with 32kb cluster/allocation size.
-- If that also doesn't work, try a different SD card.
+- First, try putting the console in sleep mode (e.g. closing the console's lid, or pressing the sleep button on the O2DS), then wake up the console from it
+- If that doesn't work, format your SD card to FAT32 with 32kb cluster/allocation size
+- If that also doesn't work, try a different SD card
-### Q: Why do I get a white screen when trying to load a game from SD Card?
+#### Q: Why do I get a white screen when trying to load a game from SD Card?
A:
-- First, check [the nds-bootstrap compatibility list](https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/htmlview#gid=0) and make sure your game is compatible.
-- If the game that's attempted to be launched is a DSi Enhanced game, then make sure that TWiLight Menu++ is set to use `DS Mode`.
-- If it worked before, delete the `fatTable` and `patchOffsetCache` folders in sd:/_nds/nds-bootstrap/
+- First, check [the nds-bootstrap compatibility list](https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/htmlview#gid=0) and make sure your game is compatible
+- If the game that's attempted to be launched is a DSi Enhanced game, then make sure that TWiLight Menu++ is set to use `DS Mode`
+- If it worked before, delete the `fatTable` and `patchOffsetCache` folders in `sd:/_nds/nds-bootstrap/`
-### Q: How do I use cheats?
+#### Q: How do I use cheats?
A: You need to have a cheat DB in the form of a `usrcheat.dat` file in the `sd:/_nds/TWiLightMenu/extras/` folder. The most updated cheat database is [DeadSkullzJr's](https://gbatemp.net/threads/deadskullzjrs-flashcart-cheat-databases.488711/). Alternatively, you can use [r4cce](http://hp.vector.co.jp/authors/VA013928/soft_en.html) to create your own cheat DB.
-### Q: How do I show a custom picture on the top screen of the DSi theme?
+#### Q: How do I show a custom picture on the top screen of the DSi theme?
A: A random `.png` image in `sd:/_nds/TWiLightMenu/dsimenu/photos/` will be shown each time the menu is loaded.
-- The file(s) must be no bigger than 208x156.
-- If you have errors, it's most likely an error with the image size. Please use tinypng to reduce the size.
+- The file(s) must be no bigger than 208x156
+- If you have errors, it's most likely an error with the image size. Please use tinypng to reduce the size
-### Q: Why isn't touch input working on sudokuhax?
+#### Q: Why isn't touch input working on sudokuhax?
A: Depending on the save file of sudokuhax, the touch screen inputs may not work.
-### Q: Can The Biggest Loser boot TWiLight Menu++?
+#### Q: Can The Biggest Loser boot TWiLight Menu++?
A: No. As The Biggest Loser is a Slot-1 game, and not a DSiWare game, SD access is disabled when running Slot-1 cards.
diff --git a/pages/_en-US/twilightmenu/how-to-get-box-art.md b/pages/_en-US/twilightmenu/how-to-get-box-art.md
index 24e5a75f..1464206c 100644
--- a/pages/_en-US/twilightmenu/how-to-get-box-art.md
+++ b/pages/_en-US/twilightmenu/how-to-get-box-art.md
@@ -10,7 +10,7 @@ category: Other
1. Install [KirovAir's TWiLight Menu++ Updater fork](https://github.com/KirovAir/TWiLightMenu-Updater/releases)
- This will replace the normal TWiLight Menu++ Updater, so use Universal-Updater instead for updating TWiLight Menu++
1. Select `Extras`, `Boxart`, then press
X to scan the full SD card or
A to select a folder to scan
-1. Choose a boxart size
+1. Choose a box art size
1. Choose a border style
1. Make sure box art is set to be shown in TWiLight Menu++ settings
@@ -30,7 +30,7 @@ category: Other
1. Type the path to your SD card after `SdRoot=`
- On macOS this is `/Volumes/` then the name of your SD card
1. Open the terminal
-1. In the terminal, type `cd ` then drag drop the folder with `TwilightBoxart.CLI` in it onto your terminal
+1. In the terminal, type `cd ` then drag drop the folder with `TwilightBoxart.CLI` in it onto your terminal
1. Run `chmod +x TwilightBoxart.CLI `
1. Run `./TwilightBoxart.CLI` file by drag dropping it onto your terminal
1. Say `Yes` if it shows your SD path correctly
@@ -44,6 +44,6 @@ category: Other
**To add your own box art:**
Place them in `sd:/_nds/TWiLightMenu/boxart`.
Can either have the game's TID (ex. `ASME.png`), or the filename (ex. `SM64DS.nds.png`).
-Must be in `.png` format, with the recommended size of 128x115 and maximum of 208x143
+Must be in `.png` format, with the recommended size of 128x115 and maximum of 208x143.
Individual box art can also be downloaded from GameTDB, under the **S Covers (png)** category.
diff --git a/pages/_en-US/twilightmenu/installing-3ds.md b/pages/_en-US/twilightmenu/installing-3ds.md
index 01cdf80f..940aedc5 100644
--- a/pages/_en-US/twilightmenu/installing-3ds.md
+++ b/pages/_en-US/twilightmenu/installing-3ds.md
@@ -7,8 +7,8 @@ category: Installing
---
### Requirements
-* The latest version of [FBI](https://github.com/Steveice10/FBI/releases)
-* The latest version of [Luma3DS](https://github.com/lumateam/luma3ds/releases)
+- The latest version of [FBI](https://github.com/Steveice10/FBI/releases)
+- The latest version of [Luma3DS](https://github.com/lumateam/luma3ds/releases)
### Installing (Working Camera)
1. Open FBI and select `Remote Install`, then `Scan QR Code`
diff --git a/pages/_en-US/twilightmenu/installing-flashcard.md b/pages/_en-US/twilightmenu/installing-flashcard.md
index 67163aeb..15894ff6 100644
--- a/pages/_en-US/twilightmenu/installing-flashcard.md
+++ b/pages/_en-US/twilightmenu/installing-flashcard.md
@@ -11,15 +11,15 @@ category: Installing
1. Copy the `_nds` folder to your flashcard's microSD card root
1. Copy the `BOOT.NDS` file to your flashcard's microSD card root
1. Copy the `roms` folder to your flashcard's microSD card root
-1. If you already have save data, move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
-1.
- 1. **DS Phat/lite users:** If booting `BOOT.NDS` causes a white screen lock-up, insert a DS Memory Expansion Pak, and try again.
- 1. **DSi/3DS users:** Run TWLMenu++ on the console's SD card, and turn on `SCFG access in Slot-1`
- - This will let you use TWL clock speed and/or VRAM boost on your flashcard games, as well as accessing the console's SD card
+1. If you already have save data, move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location
+1. ...
+ - **DS Phat/lite users:** If booting `BOOT.NDS` causes a white screen lock-up, insert a DS Memory Expansion Pak, and try again
+ - **DSi/3DS users:** Run TWLMenu++ on the console's SD card, and turn on `SCFG access in Slot-1`
+ - This will let you use TWL clock speed and/or VRAM boost on your flashcard games, as well as accessing the console's SD card
### To run games using your flashcard firmware
1. Extract what's in `Flashcart Loader/(your flashcard)` to the root of the flashcard's microSD card
- - If you done so, continue to step 3. If not, follow the steps below the flashcard list below.
+ - If you done so, continue to step 3. If not, follow the steps below the flashcard list below
1. For these flashcards:
- R4i-SDHC
diff --git a/pages/_en-US/twilightmenu/playing-in-widescreen.md b/pages/_en-US/twilightmenu/playing-in-widescreen.md
index dd11fd13..b965165c 100644
--- a/pages/_en-US/twilightmenu/playing-in-widescreen.md
+++ b/pages/_en-US/twilightmenu/playing-in-widescreen.md
@@ -9,26 +9,26 @@ category: Other
Requires an Old/New Nintendo 3DS or 2DS console.
**Preparation**
-* Make sure Luma's `boot.firm` is on the SD root for this to work.
-* If you used TWiLight Menu++ Updater or Universal-Updater to update, please install the latest TWiLight Menu++ CIAs using FBI.
+- Make sure Luma's `boot.firm` is on the SD root for this to work
+- If you used TWiLight Menu++ Updater or Universal-Updater to update, please install the latest TWiLight Menu++ CIAs using FBI
-1. Download [TWPatch](https://puu.sh/G8sEO/87b4c649e3.cia) ([GBATemp thread](https://gbatemp.net/threads/twpatcher-ds-i-mode-screen-filters-and-patches.542694/)).
-1. In Luma config, enable external FIRMs and modules.
-1. Install the TWPatch CIA.
-1. Launch TWPatch.
-1. Press X+START to generate a `TwlBg.cxi` file with widescreen.
- - If the top screen doesn't indicate that wide patch is enabled, start from step 4 again.
- - If widescreen still doesn't work, wait for RTCom-activated widescreen to be released.
-1. In the TWiLight Menu++ settings, switch the page to `Misc settings`, and set `Screen Aspect Ratio` to `16:10`.
- - This can be done per-game as well.
+1. Download [TWPatch](https://puu.sh/GoWHS/9459f224fb.cia) ([GBATemp thread](https://gbatemp.net/threads/twpatcher-ds-i-mode-screen-filters-and-patches.542694/))
+1. In Luma config, enable external FIRMs and modules
+1. Install the TWPatch CIA
+1. Launch TWPatch
+1. Press X+START to generate a `TwlBg.cxi` file with widescreen
+ - If the top screen doesn't indicate that wide patch is enabled, start from step 4 again
+ - If widescreen still doesn't work, wait for RTCom-activated widescreen to be released
+1. In the TWiLight Menu++ settings, switch the page to `Misc settings`, and set `Screen Aspect Ratio` to `16:10`
+ - This can be done per-game as well
-You're all done! Enjoy your DS games in widescreen!
+You're all done! Enjoy your DS games in widescreen!
-**NOTE1**: Every game/app in DS(i) mode will run in widescreen, even the games that aren't compatible with widescreen.
+**NOTE1**: Every game/app in DS(i) mode will run in widescreen, even the games that aren't compatible with widescreen.
For this to be fixed so only the widescreen-compatible games run in widescreen, wait for RTCom-activated widescreen to be released.
**NOTE2:**
-Do not hold `START` or `SELECT` when launching TWLMenu++, if you don't want widescreen to look glitched.
+Do not hold `START` or `SELECT` when launching TWLMenu++, if you don't want widescreen to look glitched.
If you don't see the screen aspect ratio setting, wait for RTCom-activated widescreen to be released.
Not every game is widescreen compatible. [We have created a list of games with widescreen](https://github.com/DS-Homebrew/TWiLightMenu/blob/master/7zfile/3DS%20-%20CFW%20users/Games%20supported%20with%20widescreen.txt)
diff --git a/pages/_en-US/twilightmenu/updating-3ds-manual.md b/pages/_en-US/twilightmenu/updating-3ds-manual.md
index a343e63b..d5ef0930 100644
--- a/pages/_en-US/twilightmenu/updating-3ds-manual.md
+++ b/pages/_en-US/twilightmenu/updating-3ds-manual.md
@@ -5,7 +5,7 @@ section: twilightmenu
title: Updating (3DS, Manual)
category: Updating
---
-**NOTE:** Starting with v16.4.0, please move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
+**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
### Updating
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
diff --git a/pages/_en-US/twilightmenu/updating-3ds-universal-updater.md b/pages/_en-US/twilightmenu/updating-3ds-universal-updater.md
index 3f4610b9..cd49bcd4 100644
--- a/pages/_en-US/twilightmenu/updating-3ds-universal-updater.md
+++ b/pages/_en-US/twilightmenu/updating-3ds-universal-updater.md
@@ -5,13 +5,13 @@ section: twilightmenu
title: Updating (3DS, Universal-Updater)
category: Updating
---
-**NOTE:** Starting with v16.4.0, please move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
+**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
### Updating
1. Open Universal-Updater
- - If you don't have it, follow the [installing](installing-%283ds,-universal-updater%29) instructions
-1. Find TWiLight Menu++ in the app grid, you can search for it if your having trouble finding it
-1. Press `A` or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
+ - If you don't have it, follow the [installing](installing-3ds-universal-updater) instructions
+1. Find TWiLight Menu++ in the app grid, you can search for it if you're having trouble finding it
+1. Press
A or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
- This will take a while
diff --git a/pages/_en-US/twilightmenu/updating-3ds.md b/pages/_en-US/twilightmenu/updating-3ds.md
index 744e3484..99bd9ec6 100644
--- a/pages/_en-US/twilightmenu/updating-3ds.md
+++ b/pages/_en-US/twilightmenu/updating-3ds.md
@@ -5,7 +5,7 @@ section: twilightmenu
title: Updating (3DS)
category: Updating
---
-**NOTE:** Starting with v16.4.0, please move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
+**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
### Updating
1. Launch the TWiLight Menu++ Updater
diff --git a/pages/_en-US/twilightmenu/updating-dsi.md b/pages/_en-US/twilightmenu/updating-dsi.md
index 68e1e436..dd0952e3 100644
--- a/pages/_en-US/twilightmenu/updating-dsi.md
+++ b/pages/_en-US/twilightmenu/updating-dsi.md
@@ -5,7 +5,7 @@ section: twilightmenu
title: Updating (DSi)
category: Updating
---
-**NOTE:** Starting with v16.4.0, please move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
+**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
### Updating
1. Download the latest `TWiLightMenu-DSi.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
diff --git a/pages/_en-US/twilightmenu/updating-flashcard.md b/pages/_en-US/twilightmenu/updating-flashcard.md
index 3bee59ae..6289e2c0 100644
--- a/pages/_en-US/twilightmenu/updating-flashcard.md
+++ b/pages/_en-US/twilightmenu/updating-flashcard.md
@@ -5,7 +5,7 @@ section: twilightmenu
title: Updating (Flashcard)
category: Updating
---
-**NOTE:** Starting with v16.4.0, please move your `.sav` files, which are in your DS ROM location, to a new folder called `saves`, which also goes in the DS ROM location.
+**NOTE:** If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
### Updating
1. Download the latest version of `TWiLightMenu-Flashcard.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)