diff --git a/_posts/2023-04-13-nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html b/_posts/2023-04-13-nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html
new file mode 100644
index 0000000..dd8b48d
--- /dev/null
+++ b/_posts/2023-04-13-nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html
@@ -0,0 +1,38 @@
+---
+tag: stuff
+title: Nintendo DS Cart Mod To Make A WiFi Board Flasher
+desc: Modding a DS cartridge to flash DS lite WiFi boards
+layout: dsipage
+alt: https://gbatemp.net/blogs/ds-cart-mod-to-make-a-wifi-board-flasher.19313/
+---
+A few months ago I came across a repair/modding blog where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the custom iQue WiFi board. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher.
+
+To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.
+
+Because the board and cart use the same chip, the cart can be tricked into reading/writing to the flash chip on the board as if it were just another save chip. This is done by removing the cart's chip, then wiring a plug for the board (Molex 52991-0308) to the save chip pads. Pins 5, 7, 9, 11, 13, 17, 27, and 29 of the connector lead directly to the flash chip, so as far as the cart is concerned, the save chip is connected like normal!
+
+
+
+So now the cart can read/write to boards... but what's the point in all of this? Couldn't you just read/write to your firmware with a plain old DS lite?
+
+While you could get away with soldering SL1 together and writing with fwManager, that's only really good for a single board. If you've got multiple boards you want to set up with a certain firmware, you don't want take off the shell, insert the new board, close the shell, write to the board, then repeat for each board you've got. Or maybe you're feeling a bit daring and you never close up your DS shell for sake of easy access to the boards, leaving everything exposed and risking putting in the battery the wrong way and blowing a fuse.
+
+It's a pain! Thankfully, this cart mod allows you to just plug in a cart to any DS, plug in your board, then open a save manager. You can swap the boards while the console it running, making working with the boards much faster. As someone with over 150 boards to dump (praying I find some new firmware on one of them), this is going to save a lot of time.
+
+An addition, I've found that fwManager will improperly flash my custom iQue boards (probably same goes for legit ones seeing as it's all the same hardware), and I think FlashMe just installs a modified world region firmware. This means a bricked iQue board would be impossible to restore to iQue. I've had to solder the flash chip onto a cart, restore the save, then put it back in the board in order to fix it. However, the fancy cart mod fixes this.
+
+If you couldn't tell already, I loved this idea and wanted to create my own board. Sadly the blog's breakout board for the connector wasn't available anywhere, so I had to make a mock up PCB and get a friend to create some gerber files. I got the PCBs printed, got the connector, and then I got to putting it together. I'm not going to talk about the process since it was pretty boring (just soldering a few wires lol) so I'll just jump to the finished product. Warning... it looks AWFUL.
+
+
+
+
+
+
+
+Yeah wow that is pretty bad... but not as bad as the inside of the cart! I used some shovelware game I found in the $1 bin. I had previously taken the save chip from it for the iQue stuff, and I ripped up one of the traces. I figured this project would be a good way to make use of the cart even after pretty well ruining it.
+
+
+
+Notice that far away red wire? Yeah... that's there because of the ripped up trace. It went all the way to some hole on the other end of the board. Silly me. At least I was still able to solder onto it.
+
+Anyways tl;dr I mutilated a DS cartridge to make some goofy thing for writing to DS lite WiFi boards. The whole thing cost $3.30 CAD to make ($1 for the game, $2 for the connector, and $0.30 for the PCB) and it'll serve me well. If anyone for some silly reason wants to make their own, I'd be more than happy to help over email or on Discord.
diff --git a/_site/assets/css/style.css b/_site/assets/css/style.css
index 5e5ec70..883e49c 100644
--- a/_site/assets/css/style.css
+++ b/_site/assets/css/style.css
@@ -17,3 +17,8 @@ body {
background-color: #babbbb;
padding: 1%;
}
+.info {
+ padding: 20px;
+ background-color: #2196F3;
+ color: white;
+}
diff --git a/_site/assets/css/styledsi.css b/_site/assets/css/styledsi.css
index 97d234f..a950c77 100644
--- a/_site/assets/css/styledsi.css
+++ b/_site/assets/css/styledsi.css
@@ -21,3 +21,13 @@ special {
font-family: dsifont-special;
font-size: 1.5vw;
}
+.info {
+ padding: 10px;
+ background-color: #e6ebf2;
+ color: black;
+ margin-left: 0%;
+ margin-right: 5%;
+ border-radius: 5px;
+ border-left: 2px solid #f6971b;
+ border-bottom: 1px solid #072a66;
+}
diff --git a/_site/dsi.html b/_site/dsi.html
index 22d2aba..8a040ad 100644
--- a/_site/dsi.html
+++ b/_site/dsi.html
@@ -34,7 +34,7 @@ body {
margin: 0;
padding: 0;
padding-left: 3.5%;
-/* overflow: hidden; */
+ /* overflow: hidden; */
}
.navstd {
float: left;
@@ -252,7 +252,7 @@ body {
Hey there! This website is aimed at documenting every single Nintendo DS(i) development and factory test program ever released. Many programs have been leaked or dumped, but nobody discusses them and I worry that they will get lost to time. That's why I'm here to ensure that these apps are never forgotten.
-If you want to support my work, send me programs/documents/information at ianskinner519@gmail.com, or join my discord server.
+If you want to support my work, send me programs/documents/information at ianskinner519@gmail.com, or join my discord server.
I'm happy to answer any questions you have (no matter how silly they may be), so don't be afraid to shoot me a message.
diff --git a/_site/dsidev/nandfiler.html b/_site/dsidev/nandfiler.html
index 60672ec..91dfcec 100644
--- a/_site/dsidev/nandfiler.html
+++ b/_site/dsidev/nandfiler.html
@@ -34,7 +34,7 @@ body {
margin: 0;
padding: 0;
padding-left: 3.5%;
-/* overflow: hidden; */
+ /* overflow: hidden; */
}
.navstd {
float: left;
@@ -252,7 +252,7 @@ body {
diff --git a/_site/feed.xml b/_site/feed.xml
index 937b273..13cdb30 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,34 @@
-Jekyll2023-04-06T00:40:05-04:00http://localhost:4000/feed.xmlrmc’s siteTurning my Nintendo DS into an iQue DS2023-02-05T00:00:00-05:002023-02-05T00:00:00-05:00http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_dsJekyll2023-04-14T16:39:55-04:00http://localhost:4000/feed.xmlrmc’s siteNintendo DS Cart Mod To Make A WiFi Board Flasher2023-04-13T00:00:00-04:002023-04-13T00:00:00-04:00http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasherrepair/modding blog where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the custom iQue WiFi board. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher.
+
+To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.
+
+Because the board and cart use the same chip, the cart can be tricked into reading/writing to the flash chip on the board as if it were just another save chip. This is done by removing the cart's chip, then wiring a plug for the board (Molex 52991-0308) to the save chip pads. Pins 5, 7, 9, 11, 13, 17, 27, and 29 of the connector lead directly to the flash chip, so as far as the cart is concerned, the save chip is connected like normal!
+
+
+
+So now the cart can read/write to boards... but what's the point in all of this? Couldn't you just read/write to your firmware with a plain old DS lite?
+
+While you could get away with soldering SL1 together and writing with fwManager, that's only really good for a single board. If you've got multiple boards you want to set up with a certain firmware, you don't want take off the shell, insert the new board, close the shell, write to the board, then repeat for each board you've got. Or maybe you're feeling a bit daring and you never close up your DS shell for sake of easy access to the boards, leaving everything exposed and risking putting in the battery the wrong way and blowing a fuse.
+
+It's a pain! Thankfully, this cart mod allows you to just plug in a cart to any DS, plug in your board, then open a save manager. You can swap the boards while the console it running, making working with the boards much faster. As someone with over 150 boards to dump (praying I find some new firmware on one of them), this is going to save a lot of time.
+
+An addition, I've found that fwManager will improperly flash my custom iQue boards (probably same goes for legit ones seeing as it's all the same hardware), and I think FlashMe just installs a modified world region firmware. This means a bricked iQue board would be impossible to restore to iQue. I've had to solder the flash chip onto a cart, restore the save, then put it back in the board in order to fix it. However, the fancy cart mod fixes this.
+
+If you couldn't tell already, I loved this idea and wanted to create my own board. Sadly the blog's breakout board for the connector wasn't available anywhere, so I had to make a mock up PCB and get a friend to create some gerber files. I got the PCBs printed, got the connector, and then I got to putting it together. I'm not going to talk about the process since it was pretty boring (just soldering a few wires lol) so I'll just jump to the finished product. Warning... it looks AWFUL.
+
+
+
+
+
+
+
+Yeah wow that is pretty bad... but not as bad as the inside of the cart! I used some shovelware game I found in the $1 bin. I had previously taken the save chip from it for the iQue stuff, and I ripped up one of the traces. I figured this project would be a good way to make use of the cart even after pretty well ruining it.
+
+
+
+Notice that far away red wire? Yeah... that's there because of the ripped up trace. It went all the way to some hole on the other end of the board. Silly me. At least I was still able to solder onto it.
+
+Anyways tl;dr I mutilated a DS cartridge to make some goofy thing for writing to DS lite WiFi boards. The whole thing cost $3.30 CAD to make ($1 for the game, $2 for the connector, and $0.30 for the PCB) and it'll serve me well. If anyone for some silly reason wants to make their own, I'd be more than happy to help over email or on Discord.]]>Turning my Nintendo DS into an iQue DS2023-02-05T00:00:00-05:002023-02-05T00:00:00-05:00http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds@ufo said, "it would be cool to get ique to work on the 256 ones", and that got me thinking...
The 256kb chip on the DS WiFi card that holds the firmware is the exact same as the 256kb save chip on most DS games. You can swap a firmware and save chip around and everything works perfectly- assuming you correctly flashed the firmware to the now-firmware chip.
diff --git a/_site/index.html b/_site/index.html
index 8622296..04567eb 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -57,7 +57,7 @@
Commodore Magazine Archive
My dad and I have created well organized and complete magazine archives for Commodore 8-bits. All the other collections on the web are missing pages, disorganized, and full of inconsistent names. These collections have been improved upon with missing pages added, and by making comprehensible file paths.
This is a collection of photos I've taken. I mostly do pictures of nature (at least on my end, though most of my nature photos don't make it to the intenet), but I also love empty buildings and Nintendo DSis. I used an old S6 phone (SM-G920W8) for most of these.
Student Portal Snapshot (????-2022)
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index 4e7192a..45ecc6e 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -25,6 +25,10 @@
2023-02-05T00:00:00-05:00
+http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html
+2023-04-13T00:00:00-04:00
+
+http://localhost:4000/dsidev/componentsdkversionidentifier.html
@@ -91,9 +95,6 @@
http://localhost:4000/dsidev/
-http://localhost:4000/pages/photography/
-
-http://localhost:4000/
diff --git a/assets/css/style.css b/assets/css/style.css
index 5e5ec70..883e49c 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -17,3 +17,8 @@ body {
background-color: #babbbb;
padding: 1%;
}
+.info {
+ padding: 20px;
+ background-color: #2196F3;
+ color: white;
+}
diff --git a/assets/css/styledsi.css b/assets/css/styledsi.css
index 97d234f..a950c77 100644
--- a/assets/css/styledsi.css
+++ b/assets/css/styledsi.css
@@ -21,3 +21,13 @@ special {
font-family: dsifont-special;
font-size: 1.5vw;
}
+.info {
+ padding: 10px;
+ background-color: #e6ebf2;
+ color: black;
+ margin-left: 0%;
+ margin-right: 5%;
+ border-radius: 5px;
+ border-left: 2px solid #f6971b;
+ border-bottom: 1px solid #072a66;
+}
diff --git a/assets/dsi/blog/1681440317286.png b/assets/dsi/blog/1681440317286.png
new file mode 100644
index 0000000..cfcbacc
Binary files /dev/null and b/assets/dsi/blog/1681440317286.png differ
diff --git a/assets/dsi/blog/20230413_220923.jpg b/assets/dsi/blog/20230413_220923.jpg
new file mode 100644
index 0000000..d502eaf
Binary files /dev/null and b/assets/dsi/blog/20230413_220923.jpg differ
diff --git a/assets/dsi/blog/20230413_221012.jpg b/assets/dsi/blog/20230413_221012.jpg
new file mode 100644
index 0000000..ce4b568
Binary files /dev/null and b/assets/dsi/blog/20230413_221012.jpg differ
diff --git a/assets/dsi/blog/20230413_221101.jpg b/assets/dsi/blog/20230413_221101.jpg
new file mode 100644
index 0000000..7f35f95
Binary files /dev/null and b/assets/dsi/blog/20230413_221101.jpg differ
diff --git a/assets/dsi/blog/20230413_221138.jpg b/assets/dsi/blog/20230413_221138.jpg
new file mode 100644
index 0000000..a64371c
Binary files /dev/null and b/assets/dsi/blog/20230413_221138.jpg differ
diff --git a/assets/dsi/blog/20230413_221212.jpg b/assets/dsi/blog/20230413_221212.jpg
new file mode 100644
index 0000000..cf048b8
Binary files /dev/null and b/assets/dsi/blog/20230413_221212.jpg differ
diff --git a/assets/dsi/blog/20230413_221320.jpg b/assets/dsi/blog/20230413_221320.jpg
new file mode 100644
index 0000000..164c8a1
Binary files /dev/null and b/assets/dsi/blog/20230413_221320.jpg differ
diff --git a/assets/dsi/blog/UTL-FIRM-WRITER.jpg b/assets/dsi/blog/UTL-FIRM-WRITER.jpg
new file mode 100644
index 0000000..becf0f8
Binary files /dev/null and b/assets/dsi/blog/UTL-FIRM-WRITER.jpg differ
diff --git a/assets/dsi/guide/1x_dimple.png b/assets/dsi/guide/1x_dimple.png
new file mode 100644
index 0000000..8620777
Binary files /dev/null and b/assets/dsi/guide/1x_dimple.png differ
diff --git a/assets/dsi/guide/2x_dimple.png b/assets/dsi/guide/2x_dimple.png
new file mode 100644
index 0000000..8ddda2d
Binary files /dev/null and b/assets/dsi/guide/2x_dimple.png differ
diff --git a/assets/dsi/guide/back_lift.png b/assets/dsi/guide/back_lift.png
new file mode 100644
index 0000000..54077ba
Binary files /dev/null and b/assets/dsi/guide/back_lift.png differ
diff --git a/assets/dsi/guide/back_off.png b/assets/dsi/guide/back_off.png
new file mode 100644
index 0000000..e5b134e
Binary files /dev/null and b/assets/dsi/guide/back_off.png differ
diff --git a/assets/dsi/guide/back_remove.png b/assets/dsi/guide/back_remove.png
new file mode 100644
index 0000000..99c45fd
Binary files /dev/null and b/assets/dsi/guide/back_remove.png differ
diff --git a/assets/dsi/guide/chip_lift.png b/assets/dsi/guide/chip_lift.png
new file mode 100644
index 0000000..04f81b2
Binary files /dev/null and b/assets/dsi/guide/chip_lift.png differ
diff --git a/assets/dsi/guide/chip_off.png b/assets/dsi/guide/chip_off.png
new file mode 100644
index 0000000..df1f5c0
Binary files /dev/null and b/assets/dsi/guide/chip_off.png differ
diff --git a/assets/dsi/guide/chip_on.png b/assets/dsi/guide/chip_on.png
new file mode 100644
index 0000000..dec974d
Binary files /dev/null and b/assets/dsi/guide/chip_on.png differ
diff --git a/assets/dsi/guide/ique.png b/assets/dsi/guide/ique.png
new file mode 100644
index 0000000..1b86efd
Binary files /dev/null and b/assets/dsi/guide/ique.png differ
diff --git a/assets/dsi/guide/ique_hex.png b/assets/dsi/guide/ique_hex.png
new file mode 100644
index 0000000..fee381c
Binary files /dev/null and b/assets/dsi/guide/ique_hex.png differ
diff --git a/assets/gallery/buildings/20220612_161203.jpg b/assets/gallery/buildings/20220612_161203.jpg
deleted file mode 100755
index 2e6c014..0000000
Binary files a/assets/gallery/buildings/20220612_161203.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220612_161230.jpg b/assets/gallery/buildings/20220612_161230.jpg
deleted file mode 100755
index 2451dda..0000000
Binary files a/assets/gallery/buildings/20220612_161230.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220612_161352.jpg b/assets/gallery/buildings/20220612_161352.jpg
deleted file mode 100755
index 80c7b53..0000000
Binary files a/assets/gallery/buildings/20220612_161352.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220612_162245.jpg b/assets/gallery/buildings/20220612_162245.jpg
deleted file mode 100755
index 3991cec..0000000
Binary files a/assets/gallery/buildings/20220612_162245.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220612_162256.jpg b/assets/gallery/buildings/20220612_162256.jpg
deleted file mode 100755
index 8ee156a..0000000
Binary files a/assets/gallery/buildings/20220612_162256.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220702_172440.jpg b/assets/gallery/buildings/20220702_172440.jpg
deleted file mode 100755
index d5d2b09..0000000
Binary files a/assets/gallery/buildings/20220702_172440.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220702_172441.jpg b/assets/gallery/buildings/20220702_172441.jpg
deleted file mode 100755
index 4210b28..0000000
Binary files a/assets/gallery/buildings/20220702_172441.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20220910_123949.jpg b/assets/gallery/buildings/20220910_123949.jpg
deleted file mode 100755
index 7837cac..0000000
Binary files a/assets/gallery/buildings/20220910_123949.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20221024_160850.jpg b/assets/gallery/buildings/20221024_160850.jpg
deleted file mode 100755
index a43ceda..0000000
Binary files a/assets/gallery/buildings/20221024_160850.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20221024_161031.jpg b/assets/gallery/buildings/20221024_161031.jpg
deleted file mode 100755
index aa68b6d..0000000
Binary files a/assets/gallery/buildings/20221024_161031.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20221203_160310.jpg b/assets/gallery/buildings/20221203_160310.jpg
deleted file mode 100755
index 0fd9bd1..0000000
Binary files a/assets/gallery/buildings/20221203_160310.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20230331_115519.jpg b/assets/gallery/buildings/20230331_115519.jpg
deleted file mode 100755
index 07fd78d..0000000
Binary files a/assets/gallery/buildings/20230331_115519.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20230331_115719.jpg b/assets/gallery/buildings/20230331_115719.jpg
deleted file mode 100755
index 9d13e19..0000000
Binary files a/assets/gallery/buildings/20230331_115719.jpg and /dev/null differ
diff --git a/assets/gallery/buildings/20230331_122922.jpg b/assets/gallery/buildings/20230331_122922.jpg
deleted file mode 100755
index 29213d1..0000000
Binary files a/assets/gallery/buildings/20230331_122922.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_171917.jpg b/assets/gallery/crayfish/20220723_171917.jpg
deleted file mode 100755
index 5b2db0a..0000000
Binary files a/assets/gallery/crayfish/20220723_171917.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_171928.jpg b/assets/gallery/crayfish/20220723_171928.jpg
deleted file mode 100755
index fe6b927..0000000
Binary files a/assets/gallery/crayfish/20220723_171928.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_171948.jpg b/assets/gallery/crayfish/20220723_171948.jpg
deleted file mode 100755
index 5acb2c1..0000000
Binary files a/assets/gallery/crayfish/20220723_171948.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172040.jpg b/assets/gallery/crayfish/20220723_172040.jpg
deleted file mode 100755
index b1a39f1..0000000
Binary files a/assets/gallery/crayfish/20220723_172040.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172052.jpg b/assets/gallery/crayfish/20220723_172052.jpg
deleted file mode 100755
index 2364bb4..0000000
Binary files a/assets/gallery/crayfish/20220723_172052.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172105.jpg b/assets/gallery/crayfish/20220723_172105.jpg
deleted file mode 100755
index ff85440..0000000
Binary files a/assets/gallery/crayfish/20220723_172105.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172124.jpg b/assets/gallery/crayfish/20220723_172124.jpg
deleted file mode 100755
index d02c5df..0000000
Binary files a/assets/gallery/crayfish/20220723_172124.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172134.jpg b/assets/gallery/crayfish/20220723_172134.jpg
deleted file mode 100755
index 50dd4d6..0000000
Binary files a/assets/gallery/crayfish/20220723_172134.jpg and /dev/null differ
diff --git a/assets/gallery/crayfish/20220723_172152.jpg b/assets/gallery/crayfish/20220723_172152.jpg
deleted file mode 100755
index 4db7c7c..0000000
Binary files a/assets/gallery/crayfish/20220723_172152.jpg and /dev/null differ
diff --git a/assets/gallery/dragonfly/20220721_154525.jpg b/assets/gallery/dragonfly/20220721_154525.jpg
deleted file mode 100755
index 4d603b0..0000000
Binary files a/assets/gallery/dragonfly/20220721_154525.jpg and /dev/null differ
diff --git a/assets/gallery/dragonfly/20220721_160026.jpg b/assets/gallery/dragonfly/20220721_160026.jpg
deleted file mode 100755
index 6f4d0b8..0000000
Binary files a/assets/gallery/dragonfly/20220721_160026.jpg and /dev/null differ
diff --git a/assets/gallery/dragonfly/20220721_160439.jpg b/assets/gallery/dragonfly/20220721_160439.jpg
deleted file mode 100755
index 18439c9..0000000
Binary files a/assets/gallery/dragonfly/20220721_160439.jpg and /dev/null differ
diff --git a/assets/gallery/fllower/20220605_172915.jpg b/assets/gallery/fllower/20220605_172915.jpg
deleted file mode 100755
index 0ae0e0e..0000000
Binary files a/assets/gallery/fllower/20220605_172915.jpg and /dev/null differ
diff --git a/assets/gallery/fllower/20220924_151601.jpg b/assets/gallery/fllower/20220924_151601.jpg
deleted file mode 100755
index 513b10b..0000000
Binary files a/assets/gallery/fllower/20220924_151601.jpg and /dev/null differ
diff --git a/assets/gallery/fllower/20221008_185250.jpg b/assets/gallery/fllower/20221008_185250.jpg
deleted file mode 100755
index 65caed8..0000000
Binary files a/assets/gallery/fllower/20221008_185250.jpg and /dev/null differ
diff --git a/assets/gallery/fllower/IMG_0078.jpg b/assets/gallery/fllower/IMG_0078.jpg
deleted file mode 100755
index 56ac0b2..0000000
Binary files a/assets/gallery/fllower/IMG_0078.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220613_125933.jpg b/assets/gallery/frog_baby/20220613_125933.jpg
deleted file mode 100755
index 150eac4..0000000
Binary files a/assets/gallery/frog_baby/20220613_125933.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220613_125938.jpg b/assets/gallery/frog_baby/20220613_125938.jpg
deleted file mode 100755
index c07488b..0000000
Binary files a/assets/gallery/frog_baby/20220613_125938.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220613_142602.jpg b/assets/gallery/frog_baby/20220613_142602.jpg
deleted file mode 100755
index 4b79c23..0000000
Binary files a/assets/gallery/frog_baby/20220613_142602.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220613_143341.jpg b/assets/gallery/frog_baby/20220613_143341.jpg
deleted file mode 100755
index ada6eab..0000000
Binary files a/assets/gallery/frog_baby/20220613_143341.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220613_143515.jpg b/assets/gallery/frog_baby/20220613_143515.jpg
deleted file mode 100755
index 6687f4a..0000000
Binary files a/assets/gallery/frog_baby/20220613_143515.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220614_153803.jpg b/assets/gallery/frog_baby/20220614_153803.jpg
deleted file mode 100755
index 7854889..0000000
Binary files a/assets/gallery/frog_baby/20220614_153803.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/20220614_153812.jpg b/assets/gallery/frog_baby/20220614_153812.jpg
deleted file mode 100755
index af19389..0000000
Binary files a/assets/gallery/frog_baby/20220614_153812.jpg and /dev/null differ
diff --git a/assets/gallery/frog_baby/IMG_0042.HEIC.jpg b/assets/gallery/frog_baby/IMG_0042.HEIC.jpg
deleted file mode 100755
index fdca164..0000000
Binary files a/assets/gallery/frog_baby/IMG_0042.HEIC.jpg and /dev/null differ
diff --git a/assets/gallery/moss/20220924_152531.webp b/assets/gallery/moss/20220924_152531.webp
deleted file mode 100755
index 1378e59..0000000
Binary files a/assets/gallery/moss/20220924_152531.webp and /dev/null differ
diff --git a/assets/gallery/moss/20221021_151432.webp b/assets/gallery/moss/20221021_151432.webp
deleted file mode 100755
index c4389f2..0000000
Binary files a/assets/gallery/moss/20221021_151432.webp and /dev/null differ
diff --git a/assets/gallery/moss/20221021_151526.webp b/assets/gallery/moss/20221021_151526.webp
deleted file mode 100755
index 1e83c06..0000000
Binary files a/assets/gallery/moss/20221021_151526.webp and /dev/null differ
diff --git a/assets/gallery/moss/20221025_163133.webp b/assets/gallery/moss/20221025_163133.webp
deleted file mode 100755
index eac411d..0000000
Binary files a/assets/gallery/moss/20221025_163133.webp and /dev/null differ
diff --git a/assets/gallery/moss/20221025_163232.webp b/assets/gallery/moss/20221025_163232.webp
deleted file mode 100755
index 60d0428..0000000
Binary files a/assets/gallery/moss/20221025_163232.webp and /dev/null differ
diff --git a/assets/gallery/moss/20221025_163442.webp b/assets/gallery/moss/20221025_163442.webp
deleted file mode 100755
index a06f1ce..0000000
Binary files a/assets/gallery/moss/20221025_163442.webp and /dev/null differ
diff --git a/assets/gallery/nintendo/20220831_131636.jpg b/assets/gallery/nintendo/20220831_131636.jpg
deleted file mode 100755
index e9388d6..0000000
Binary files a/assets/gallery/nintendo/20220831_131636.jpg and /dev/null differ
diff --git a/assets/gallery/nintendo/20220831_133029.jpg b/assets/gallery/nintendo/20220831_133029.jpg
deleted file mode 100755
index d2492ab..0000000
Binary files a/assets/gallery/nintendo/20220831_133029.jpg and /dev/null differ
diff --git a/assets/gallery/nintendo/20220831_134405.jpg b/assets/gallery/nintendo/20220831_134405.jpg
deleted file mode 100755
index bbdb7f7..0000000
Binary files a/assets/gallery/nintendo/20220831_134405.jpg and /dev/null differ
diff --git a/assets/gallery/nintendo/20220831_135134.jpg b/assets/gallery/nintendo/20220831_135134.jpg
deleted file mode 100755
index 4c3b2af..0000000
Binary files a/assets/gallery/nintendo/20220831_135134.jpg and /dev/null differ
diff --git a/assets/gallery/plant_misc/20220602_142717.jpg b/assets/gallery/plant_misc/20220602_142717.jpg
deleted file mode 100755
index 761aa6d..0000000
Binary files a/assets/gallery/plant_misc/20220602_142717.jpg and /dev/null differ
diff --git a/assets/gallery/plant_misc/20220602_142808-1.jpg b/assets/gallery/plant_misc/20220602_142808-1.jpg
deleted file mode 100755
index dcbe54e..0000000
Binary files a/assets/gallery/plant_misc/20220602_142808-1.jpg and /dev/null differ
diff --git a/assets/gallery/plant_misc/20220602_142808.jpg b/assets/gallery/plant_misc/20220602_142808.jpg
deleted file mode 100755
index dcbe54e..0000000
Binary files a/assets/gallery/plant_misc/20220602_142808.jpg and /dev/null differ
diff --git a/assets/gallery/plant_misc/20220606_161256.jpg b/assets/gallery/plant_misc/20220606_161256.jpg
deleted file mode 100755
index dfb32dc..0000000
Binary files a/assets/gallery/plant_misc/20220606_161256.jpg and /dev/null differ
diff --git a/assets/gallery/plant_misc/IMG_0050.HEIC.jpg b/assets/gallery/plant_misc/IMG_0050.HEIC.jpg
deleted file mode 100755
index fe92580..0000000
Binary files a/assets/gallery/plant_misc/IMG_0050.HEIC.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_103854.jpg b/assets/gallery/praying_mantis/20220924_103854.jpg
deleted file mode 100755
index 0563aae..0000000
Binary files a/assets/gallery/praying_mantis/20220924_103854.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_103934.jpg b/assets/gallery/praying_mantis/20220924_103934.jpg
deleted file mode 100755
index e77595d..0000000
Binary files a/assets/gallery/praying_mantis/20220924_103934.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_104624.jpg b/assets/gallery/praying_mantis/20220924_104624.jpg
deleted file mode 100755
index d00cfe2..0000000
Binary files a/assets/gallery/praying_mantis/20220924_104624.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_104626.jpg b/assets/gallery/praying_mantis/20220924_104626.jpg
deleted file mode 100755
index 590c434..0000000
Binary files a/assets/gallery/praying_mantis/20220924_104626.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_104639.jpg b/assets/gallery/praying_mantis/20220924_104639.jpg
deleted file mode 100755
index 99903b7..0000000
Binary files a/assets/gallery/praying_mantis/20220924_104639.jpg and /dev/null differ
diff --git a/assets/gallery/praying_mantis/20220924_105646.jpg b/assets/gallery/praying_mantis/20220924_105646.jpg
deleted file mode 100755
index 6f43416..0000000
Binary files a/assets/gallery/praying_mantis/20220924_105646.jpg and /dev/null differ
diff --git a/dsidev/guide/ds-ique-firmware.html b/dsidev/guide/ds-ique-firmware.html
index a3fc1dd..bdb99e9 100644
--- a/dsidev/guide/ds-ique-firmware.html
+++ b/dsidev/guide/ds-ique-firmware.html
@@ -1,5 +1,5 @@
---
-title: DS Prototype Firmware
+title: DS lite iQue Firmware
layout: dsiware
---
-
+
Welcome to the DS(i) dev app archive!
Hey there! This website is aimed at documenting every single Nintendo DS(i) development and factory test program ever released. Many programs have been leaked or dumped, but nobody discusses them and I worry that they will get lost to time. That's why I'm here to ensure that these apps are never forgotten.
-If you want to support my work, send me programs/documents/information at ianskinner519@gmail.com, or join my discord server.
+If you want to support my work, send me programs/documents/information at ianskinner519@gmail.com, or join my discord server.
I'm happy to answer any questions you have (no matter how silly they may be), so don't be afraid to shoot me a message.
diff --git a/index.html b/index.html
index 51753e7..21a0002 100755
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@ layout: default
Commodore Magazine Archive
My dad and I have created well organized and complete magazine archives for Commodore 8-bits. All the other collections on the web are missing pages, disorganized, and full of inconsistent names. These collections have been improved upon with missing pages added, and by making comprehensible file paths.
This is a collection of photos I've taken. I mostly do pictures of nature (at least on my end, though most of my nature photos don't make it to the intenet), but I also love empty buildings and Nintendo DSis. I used an old S6 phone (SM-G920W8) for most of these.