From 3b7be7959b55273e1f17d2544564d064a226a324 Mon Sep 17 00:00:00 2001 From: Rolfie Date: Thu, 11 Jan 2024 18:13:31 +0100 Subject: [PATCH 1/3] fix Script.gm9 typo --- Script.gm9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script.gm9 b/Script.gm9 index eb5cb54..a69f705 100644 --- a/Script.gm9 +++ b/Script.gm9 @@ -1,5 +1,5 @@ ################################################################################################################################### -# GodMode9 script to work with my custom USG-FIRM-WRITER cart, a tool that manages DS lite firmwares. +# GodMode9 script to work with my custom USG-FIRM-WRITER cart, a tool that manages DS Lite firmwares. # Created: 2023/06/05 # Last updated: 2024/01/04 # Written by rmc @@ -458,4 +458,4 @@ echo "Exiting script, have a nice day!" # # # -# \ No newline at end of file +# From 1e096d42b7a182a55ebe031cc97f78bbcfb1c186 Mon Sep 17 00:00:00 2001 From: Rolfie Date: Thu, 11 Jan 2024 18:16:45 +0100 Subject: [PATCH 2/3] fix README.md typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33304f6..8c01cc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # USG-FIRM-WRITER -Hardware and software to manage DS lite (USG) firmware. Using this requires making a USG-FIRM-WRITER cart to read/write the WiFi board (this holds the firmware) through the cartridge port, as well as a modded 2/3DS to run the script (optional). Assembly details are below. +Hardware and software to manage DS Lite (USG) firmware. Using this requires making a USG-FIRM-WRITER cart to read/write the WiFi board (this holds the firmware) through the cartridge port, as well as a modded 2/3DS to run the script (optional). Assembly details are below. This project is not very practical for most and I only would recommend using it if you find yourself having 170+ WiFi boards... @@ -10,11 +10,11 @@ This project is not very practical for most and I only would recommend using it 4. [Credits](#credits) ## How the cart works -The DS lite WiFi board stores firmware on the same exact flash chip as the save chip in most DS cartridges, meaning that both chips are read and written to in the same way. If you remove the save chip from the cart and wire the WiFi board along the same lines, you can redirect the signals to the firmware chip and "trick" the DS into treating it as just another save file. +The DS Lite WiFi board stores firmware on the same exact flash chip as the save chip in most DS cartridges, meaning that both chips are read and written to in the same way. If you remove the save chip from the cart and wire the WiFi board along the same lines, you can redirect the signals to the firmware chip and "trick" the DS into treating it as just another save file. -Normal methods might include hotswapping WiFi boards on a DS lite motherboard (risk of shorting), or holding SL1 shut on writing (immediate brick if you let go). This replaces those dangerous methods with a safer, faster, and more powerful* option that can be used on any DS console. +Normal methods might include hotswapping WiFi boards on a DS Lite motherboard (risk of shorting), or holding SL1 shut on writing (immediate brick if you let go). This replaces those dangerous methods with a safer, faster, and more powerful* option that can be used on any DS console. -*currently the only flashing tools that exist will permanently break wireless without proper preperation, do not fully support 512kb firmwares, do not transfer user data, and (mostly) aren't maintained anymore +*currently the only flashing tools that exist will permanently break wireless without proper preparation, do not fully support 512kb firmwares, do not transfer user data, and (mostly) aren't maintained anymore. ## Assembling the cart You will need basic soldering supplies as well as the following parts: From 103616cc18ca6f9253c0451d1096aec84db13b5f Mon Sep 17 00:00:00 2001 From: Rolfie Date: Thu, 11 Jan 2024 18:17:59 +0100 Subject: [PATCH 3/3] fix a Script.gm9 typo that i missed lol! --- Script.gm9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script.gm9 b/Script.gm9 index a69f705..3139f4b 100644 --- a/Script.gm9 +++ b/Script.gm9 @@ -380,7 +380,7 @@ goto Menu ################################################################################################################################### @sub_Inject_WiFi_Config -echo "Warning: make sure you have a backup first!\nIf you ever loose this data, it is impossible to recreate." +echo "Warning: make sure you have a backup first!\nIf you ever lose this data, it is impossible to recreate." if not ask "Are you sure you want to continue?" echo "Operation cancelled." goto Menu