<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pk11</id>
	<title>GameBrew - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://www.gamebrew.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pk11"/>
	<link rel="alternate" type="text/html" href="https://www.gamebrew.org/wiki/Special:Contributions/Pk11"/>
	<updated>2026-07-18T16:52:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Wordle_DS&amp;diff=81974</id>
		<title>Wordle DS</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Wordle_DS&amp;diff=81974"/>
		<updated>2022-09-08T04:49:37Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update for v2.1.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox DS Homebrews&lt;br /&gt;
|title=Wordle DS&lt;br /&gt;
|image=Wordleds5.png&lt;br /&gt;
|description=A clone of Wordle for the Nintendo DS/DSi.&lt;br /&gt;
|author=Epicpkmn11&lt;br /&gt;
|lastupdated=2022/08/22&lt;br /&gt;
|type=Puzzle&lt;br /&gt;
|version=2.1.0&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://dlhb.gamebrew.org/dshomebrew/wordleds.7z&lt;br /&gt;
|website=https://gbatemp.net/threads/release-wordle-ds-a-clone-of-wordle-for-the-ds-i.607796&lt;br /&gt;
|source=https://github.com/Epicpkmn11/WordleDS&lt;br /&gt;
}}&lt;br /&gt;
WordleDS is a clone of [https://www.nytimes.com/games/wordle/index.html Wordle] for the Nintendo DS/DSi. It has the same word each day as the official Wordle.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Daily word challenge. &lt;br /&gt;
* Wordle stats screen. &lt;br /&gt;
* High contrast colors and hard mode options.&lt;br /&gt;
* Sharable text file and QR code with emoji grid on completion.&lt;br /&gt;
* Optional completion timer and streak count in your share message.&lt;br /&gt;
* Mod support for near complete customizability.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Installing===&lt;br /&gt;
WordleDS.nds and WordleDS.dsi are identical except that the .dsi build has a title ID so it can be installed using [https://github.com/JeffRuLz/TMFH TMFH] or [https://github.com/Epicpkmn11/NTM NTM] while the .nds build doesn&#039;t so it works on flashcards. &lt;br /&gt;
&lt;br /&gt;
The .cia build can be used to install to the 3DS HOME Menu (also available on [[Universal-Updater 3DS|Universal-DB]]).&lt;br /&gt;
&lt;br /&gt;
===Building===&lt;br /&gt;
Follow devkitPro&#039;s Getting Started guide to install libnds, devkitARM, and grit, then simply run &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Modding===&lt;br /&gt;
Wordle DS allows for modding with custom word lists, graphics, music, etc. See [https://github.com/Epicpkmn11/WordleDS/wiki/Modding its wiki] for details.&lt;br /&gt;
&lt;br /&gt;
To download mods, see the [https://github.com/Epicpkmn11/WordleDS/blob/mods/mods.md mod list page] on the mods branch of this repository.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Guess the WORDLE in six tries. Each guess must be a valid five-letter word.&lt;br /&gt;
&lt;br /&gt;
After each guess, the color of the tiles will change to show how close your guess was to the word.&lt;br /&gt;
&lt;br /&gt;
* Green tile - The letter is in the word and in the correct spot.&lt;br /&gt;
* Yellow tile - The letter is in the word but in the wrong spot.&lt;br /&gt;
* Grey tile - The letter is not in the word in any spot. &lt;br /&gt;
&lt;br /&gt;
On completion you can share your results via a text file or QR code in the statistics menu, sample:&lt;br /&gt;
&lt;br /&gt;
:Wordle DS 242 4/6&lt;br /&gt;
:&lt;br /&gt;
:⬜🟩⬜🟩⬜&lt;br /&gt;
:⬜🟩⬜⬜🟨&lt;br /&gt;
:🟩🟩⬜🟩⬜&lt;br /&gt;
:🟩🟩🟩🟩🟩&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/dshomebrew/wordleds3.png&lt;br /&gt;
https://dlhb.gamebrew.org/dshomebrew/wordleds4.png&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v2.1.0&#039;&#039;&#039;&lt;br /&gt;
* Wordle DS now tracks how long it takes you finish&lt;br /&gt;
** Your average completion time will be displayed in the statistics menu&lt;br /&gt;
** It can also optionally be included in the share message thanks to...&lt;br /&gt;
* Added a new option to the settings menu for customizing the share message, allowing you to include your completion time and/or current streak&lt;br /&gt;
* Fixed a bug in the image reading that was slowing it down and making Wordle DS fail crash from GodMode9i and melonDS&lt;br /&gt;
* Fixed a bug where it was attempting to create its folders even when it had no SD card causing a crash in melonDS without DLDI/SD&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.0.2&#039;&#039;&#039;&lt;br /&gt;
* Updates the word lists to match the NY Times&#039; latest changes&lt;br /&gt;
** 6 upcoming words have been moved to the end&lt;br /&gt;
** All(?) previously removed words have been re-added to the valid guesses list (but not the correct answers list)&lt;br /&gt;
* (@SombrAbsol) Added a boxart image for TWiLight Menu++&lt;br /&gt;
* Rewrote the JSON code to use cJSON, saving approximately 400 KB file size&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.0.1&#039;&#039;&#039;&lt;br /&gt;
* Fixes clearing your streak if reloading Wordle DS on the same day&lt;br /&gt;
* Fixes using high contrast yellow emoji in mods instead of the normal one&lt;br /&gt;
* For future proofing, mods can now specify a minimum version if needed, currently no real need to set it&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v2.0.0&#039;&#039;&#039;&lt;br /&gt;
* Wordle DS now supports loading simple user created mods!&lt;br /&gt;
** See the [https://github.com/Epicpkmn11/WordleDS/wiki/Modding modding wiki page] for more information&lt;br /&gt;
** Mods can be downloaded from Universal-Updater or a web page in this repo, as explained on the wiki page linked above&lt;br /&gt;
** Currently there is only a &amp;quot;Wordle (ES)&amp;quot; (Spanish) mod made by me as an example, however I&#039;ve made a [https://github.com/Epicpkmn11/WordleDS/discussions/12 mod sharing discussion] so if anyone makes any please share them and they can be added to the repo for easy downloading&lt;br /&gt;
* Statistics, settings, music, etc have been moved to sd:/_nds/WordleDS&lt;br /&gt;
** When loading this version for the first time your old files should be imported automatically&lt;br /&gt;
** The WordleDS.txt is now found at sd:/_nds/WordleDS/[mod folder]/share.txt (for the base game, [mod folder] will be Wordle DS)&lt;br /&gt;
* There is now a fade to/from white effect when opening/closing Wordle DS&lt;br /&gt;
* The board state will now be saved after each guess, allowing closing the app without progress loss&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.4.0&#039;&#039;&#039;&lt;br /&gt;
* Adds background music&lt;br /&gt;
** An original composition for Wordle DS by @RocketRobz&lt;br /&gt;
** Alternatively, you can supply a custom song as WordleDS.msl in the same folder as WordleDS.json&lt;br /&gt;
*** Custom songs must be module files, ex. from [https://modarchive.org/ The Mod Archive], and be converted as described in the README&lt;br /&gt;
** Music can also be disabled from settings&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.3&#039;&#039;&#039;&lt;br /&gt;
* An animated icon has been added, thanks to @lifehackerhansol for the Python script used for TWiLight Menu++&lt;br /&gt;
** Update to the latest TWiLight Menu++ (v24.5.0 or newer) for the icon to display correctly, it also doesn&#039;t display correctly on the 3DS HOME Menu but it does on the DSi Menu (on 3DS HOME Menu and old TWiLight it&#039;s always green)&lt;br /&gt;
* A refresh button will now be shown if the day changes while playing to allow you to switch to the new day without exiting&lt;br /&gt;
* Wordle DS can now be played if the FAT init fails, it just can&#039;t save stats&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.2&#039;&#039;&#039;&lt;br /&gt;
* Updates the word list to match the official version, the NY Times moved 16 upcoming words to the end for some reason&lt;br /&gt;
* Fixes the streak not resetting on loss&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.1&#039;&#039;&#039;&lt;br /&gt;
* Fixes hard mode letter counts not being reloaded on close and reopen, allowing for guesses that were missing letter you knew&lt;br /&gt;
* Fixes green letters not being counted correctly for the letter counts in hard mode, breaking when you have one green and one yellow of the same letter&lt;br /&gt;
* Fixes hard mode not allowing making guesses with more than the known amount of letters&lt;br /&gt;
* WordleDS.json is now minified to not waste SD space, you can prettify it with tools such as json prettify if you need to edit it for whatever reason&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.0&#039;&#039;&#039;&lt;br /&gt;
* The keyboard keys have been made a bit larger.&lt;br /&gt;
* A QR code with your latest game&#039;s results can now be shown from the statistics menu.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.2.0&#039;&#039;&#039;&lt;br /&gt;
* There are now the proper messages on winning instead of just a generic &amp;quot;Congratulations!&amp;quot;.&lt;br /&gt;
* Proper Unicode handling.&lt;br /&gt;
* The current version number is now shown in the settings menu.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1.0&#039;&#039;&#039;&lt;br /&gt;
* Wordle DS will now only quit on START press if loaded from a menu that supports returning to it (TWiLight Menu++ or HBMenu).&lt;br /&gt;
* Enter and Backspace keys have been made larger.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0.1&#039;&#039;&#039;&lt;br /&gt;
* Fixes the color of the keyboard keys being set for every letter instead of just when a letter was better resulting in them sometimes being the wrong color (ex. the guess color would result in the o key being gray instead of yellow if the answer had only one o not in the 4th position).&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* Pk11 - This DS port.&lt;br /&gt;
* [https://github.com/powerlanguage Josh Wardle] - The original Wordle.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/Epicpkmn11/WordleDS&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/release-wordle-ds-a-clone-of-wordle-for-the-ds-i.607796&lt;br /&gt;
&lt;br /&gt;
[[Category:DS homebrew games]]&lt;br /&gt;
[[Category:Homebrew puzzle games on DS]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Homebr3w_3DS&amp;diff=74155</id>
		<title>Homebr3w 3DS</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Homebr3w_3DS&amp;diff=74155"/>
		<updated>2022-03-09T08:59:53Z</updated>

		<summary type="html">&lt;p&gt;Pk11: CIA is the file format ;P and Universal-Updater also makes sense to list as FBI has lost TitleDB functionality.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox 3DS Homebrews&lt;br /&gt;
|title=Homebr3w&lt;br /&gt;
|image=Homebr3w2.png&lt;br /&gt;
|description=Simple Homebrew browser and installer.&lt;br /&gt;
|author=Wolvan&lt;br /&gt;
|lastupdated=2016/08/03&lt;br /&gt;
|type=Other Apps&lt;br /&gt;
|version=1.4.0&lt;br /&gt;
|license=MIT&lt;br /&gt;
|download=https://dlhb.gamebrew.org/3dshomebrews/homebr3w.7z&lt;br /&gt;
|website=https://github.com/Wolvan/Homebr3w&lt;br /&gt;
|source=https://github.com/Wolvan/Homebr3w&lt;br /&gt;
}}&lt;br /&gt;
{{Obsolete}}&lt;br /&gt;
&lt;br /&gt;
Homebr3w is an application that allows you to download, install and update homebrew easily from you 3DS. It is based on [[Lua Player Plus 3DS]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This project is no longer being maintained, as it was superseded by [[FBI 3DS|FBI]] and [[Universal-Updater 3DS|Universal-Updater]].&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
There are 2 different builds available, the 3DS/CIA build and the 3DSX NH(2) Build.&lt;br /&gt;
* 3DS for Flashcards and CIA to install to Homemenu are identical in functionality and have the full set of features available.&lt;br /&gt;
* 3DSX is slightly limited in its functionality as it is not able to install or launch CIA&#039;s from the Homemenu. The functionality is automatically disabled in this build.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
Starting with version 1.4.0, the application generates a UUID for each Homebr3w client on first launch which will then be sent to TitleDB.com.&lt;br /&gt;
&lt;br /&gt;
The UUID will be used to collect pseudo-anonymous data to get an idea of how many people use this app, how much people install apps and the like (you can opt out in the settings menu).&lt;br /&gt;
&lt;br /&gt;
You can also regenerate the UUID if you delete the &amp;lt;code&amp;gt;client_uuid&amp;lt;/code&amp;gt; entry from &amp;lt;code&amp;gt;SDMC:/3ds/data/Homebr3w/data.json&amp;lt;/code&amp;gt;, which causes a new ID to be generated for you.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/homebr3w3.png&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/homebr3w4.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/homebr3w5.png&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/homebr3w6.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;[3DS] Homebr3w (Spanish)&#039;&#039;&#039; ([https://www.youtube.com/watch?v=fRTWWdFw_zc RecrutaGamer]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;fRTWWdFw_zc&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Changelog===&lt;br /&gt;
&#039;&#039;&#039;v1.4.0&#039;&#039;&#039;&lt;br /&gt;
* Add 2 more sorting modes (Last updated, first updated).&lt;br /&gt;
* Uninstall installed Homebrew Apps! Press select to change between install and uninstall mode over an installed App.&lt;br /&gt;
* Searching now also checks the Author and Description. Want to see all apps by 1 developer? Now you can.&lt;br /&gt;
* Icon cache now updates icons. Sometimes a dev changes their icon, Homebr3w now always loads the newest one.&lt;br /&gt;
* Massive Speedboost while downloading! Especially icons should download much faster now thanks to the power of &amp;lt;code&amp;gt;Connection: Keep-alive&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Pseudo-anonymous data collection has been implemented. Homebr3w generates a UUID automatically and sends that to TitleDB.com. Disable this behavior in settings or generate a new UUID by removing the entry in &amp;lt;code&amp;gt;SDMC:/Homebr3w/data.json&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Blacklist the invalid title ID 0x0.&lt;br /&gt;
* Fix saving config files.&lt;br /&gt;
* Fix the blacklisting feature.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.1&#039;&#039;&#039;&lt;br /&gt;
* Fixed failing to download Libraries due to missing App directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.3.0&#039;&#039;&#039;&lt;br /&gt;
* Add searching by name. Go into the menu with START to use it.&lt;br /&gt;
* Scroll through your applist lightning fast. Just hold the up or down button and you automatically scroll.&lt;br /&gt;
* Return from menu with B. Small change, but something that has been bugging me lately.&lt;br /&gt;
* Significantly change loading of external libraries! No longer are they included in the code but instead are downloaded directly from the internet. Makes Homebr3w smaller and doesn&#039;t mess with Copyright.&lt;br /&gt;
* Fixed installed Apps not showing at the top when grouping is enabled.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.2.0&#039;&#039;&#039;&lt;br /&gt;
Exit from Install page by pressing START.&lt;br /&gt;
Exit from Applist by pressing SELECT.&lt;br /&gt;
Apps are now checked for updates. Mark all already installed Apps as latest version in the Menu or by redownloading every one again through Homebr3w.&lt;br /&gt;
Press Y on any App to generate a QR Code for FBI to install.&lt;br /&gt;
Add grouping of installed extensions at the top.&lt;br /&gt;
Fixed problem with long author names and descriptions again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.1.0&#039;&#039;&#039;&lt;br /&gt;
* The list can now be sorted with L/R.&lt;br /&gt;
* App sizes now get shown on the details area for the apps.&lt;br /&gt;
* Jump multiple entries with Left/Right DPAD. You can change how many places to jump in settings.&lt;br /&gt;
* Update lpp to [https://github.com/Rinnegatamante/lpp-3ds/commit/26b96a2 Rinnegatamante/lpp-3ds@26b96a2].&lt;br /&gt;
* Use TitleDB.com&#039;s API directly instead of proxying through PHP scripts.&lt;br /&gt;
* Fixed problem with long author names and descriptions.&lt;br /&gt;
* Removed the PHP Proxy scripts (they will remain on my server for further support of Homebr3w 1.0.0).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v1.0.0&#039;&#039;&#039;&lt;br /&gt;
* Initial Release.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [https://github.com/Rinnegatamante Rinnegatamante] - for making [https://github.com/Rinnegatamante/lpp-3ds lpp-3ds].&lt;br /&gt;
* [https://github.com/ksanislo ksanislo] - for making TitleDB.com.&lt;br /&gt;
* [https://github.com/yellows8 yellows8] - for the base of the Icon and Banner.&lt;br /&gt;
* 3DSGuy - for converting the Wii HBLauncher&#039;s theme to CWAV.&lt;br /&gt;
* [https://titledb.com/ TitleDB.com] - as Database to pull the apps from.&lt;br /&gt;
* The people from the /hbg/ Discord - Beta testing.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GitHub - https://github.com/Wolvan/Homebr3w&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105&lt;br /&gt;
&lt;br /&gt;
[[Category:3DS homebrew applications]]&lt;br /&gt;
[[Category:Other 3DS homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Universal-Updater_3DS&amp;diff=74154</id>
		<title>Universal-Updater 3DS</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Universal-Updater_3DS&amp;diff=74154"/>
		<updated>2022-03-09T08:56:24Z</updated>

		<summary type="html">&lt;p&gt;Pk11: /* Changelog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox 3DS Homebrews&lt;br /&gt;
|title=Universal-Updater&lt;br /&gt;
|image=Universalupdater2.png&lt;br /&gt;
|description=A multiapp, JSON script-based updater for Nintendo 3DS.&lt;br /&gt;
|author=Universal-Team&lt;br /&gt;
|lastupdated=2022/03/07&lt;br /&gt;
|type=Utilities&lt;br /&gt;
|version=3.2.5&lt;br /&gt;
|license=Mixed&lt;br /&gt;
|download=https://dlhb.gamebrew.org/3dshomebrews/universalupdater.7z&lt;br /&gt;
|website=https://github.com/Universal-Team/Universal-Updater&lt;br /&gt;
|source=https://github.com/Universal-Team/Universal-Updater&lt;br /&gt;
}}&lt;br /&gt;
Universal-Updater is a homebrew application for the Nintendo 3DS with the intention to make downloading other homebrew simple and easy. No need to manually copy files or go through installation processes, as it does that all for you.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* A store format with a concept similar to the Cydia Repositories.&lt;br /&gt;
** The default is [https://db.universal-team.net Universal-DB].&lt;br /&gt;
** Want to add more? Go to settings, choose Select Unistore, click the + icon and select one from the list, enter a URL, or scan a QR code.&lt;br /&gt;
* Customization in sorting and display.&lt;br /&gt;
** Several sorting keys: Title, Author, and Last Updated.&lt;br /&gt;
** Direction can be Ascending or Descending.&lt;br /&gt;
** App display can be shown in either a grid or rows.&lt;br /&gt;
* Background installation so you can keep using the rest of the app while installing.&lt;br /&gt;
* Searching and markings to make finding apps easy.&lt;br /&gt;
* Viewing screenshots and release notes for apps.&lt;br /&gt;
* Shortcuts for easily updating frequently updated apps when using the Homebrew Launcher.&lt;br /&gt;
* Translations for users of many languages.&lt;br /&gt;
** To contribute to translations, join the [https://crwd.in/universal-updater Crowdin project].&lt;br /&gt;
** To request a new language, join the [https://universal-team.net/discord Discord Server] or contact a project manager on Crowdin.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Available in 3DSX and CIA formats.&lt;br /&gt;
* CIA - Install the .cia with the CIA manager of your choice.&lt;br /&gt;
* 3DSX - Use the .3dsx provided with the Homebrew Launcher.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
To download/update applications, find the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it.&lt;br /&gt;
&lt;br /&gt;
Press A or tap the download icon in the sidebar and select it to install.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater3.png&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater4.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater5.png&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater6.png&lt;br /&gt;
&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater7.png&lt;br /&gt;
https://dlhb.gamebrew.org/3dshomebrews/universalupdater8.png&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;A Little Universal-Updater v2.1.0 overview&#039;&#039;&#039; ([https://www.youtube.com/watch?v=2w4zTyDLNDc Universal-Team]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;2w4zTyDLNDc&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v3.4.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* (@PabloMK7) The 3D banner has been improved with animations and shading.&lt;br /&gt;
&lt;br /&gt;
Bug fixes&lt;br /&gt;
* Fixed really short release notes not showing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3.2.4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* (@lividhen) Universal-Updater now has a 3D banner.&lt;br /&gt;
* Added Dutch, Norwegian, and Romanian translations, some existing translations have been improved.&lt;br /&gt;
* The search tab now defaults to searching by title.&lt;br /&gt;
* START will now exit Universal-Updater, anything that was previously triggered by START is now SELECT.&lt;br /&gt;
* Notes are now shown explaining what &amp;quot;nightlies&amp;quot; and &amp;quot;prereleases&amp;quot; are before installing.&lt;br /&gt;
* Left/Right can now be used to scroll through release notes faster.&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Fixed lagging/crashing on really long release notes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3.2.3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Changes:&lt;br /&gt;
* Adds Danish and Turkish translations and updates to some existing translations.&lt;br /&gt;
* Adds Makefile option to build a Citra compatible version (make citra).&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Fixes empty folders and 0 byte files not being extracted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3.2.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s New?&lt;br /&gt;
* Adds Korean and most other translations have been fully completed.&lt;br /&gt;
* Uninstalling an app now makes it not show an icon for updates.&lt;br /&gt;
* Changed to a new icon with better shading.&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Fixes fonts being too large on Chinese, Taiwanese, and Korean consoles.&lt;br /&gt;
* Blocks going to the HOME menu and quitting the app while the queue is running, which could cause buggy behavior.&lt;br /&gt;
* Adds safety checks for low SD card space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3.2.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s New?&lt;br /&gt;
* Added Chinese (Simplified and Traditional, though Traditional is not fully translated currently).&lt;br /&gt;
* Added custom themes, see the wiki page for details.&lt;br /&gt;
* Prompts now have buttons on the touch screen you can tap in addition to pressing A and B.&lt;br /&gt;
&lt;br /&gt;
Changes&lt;br /&gt;
* Shortened the description so it fits better in the Homebrew Launcher.&lt;br /&gt;
&lt;br /&gt;
Bug fixes&lt;br /&gt;
* Fixed not showing progress bar when self updating.&lt;br /&gt;
* Fixed not showing a progress bar when downloading the custom font on selecting Ukrainian.&lt;br /&gt;
* Fixed putting 3DSX files in folders setting not saving.&lt;br /&gt;
* Fixed sometimes crashing when a download failed.&lt;br /&gt;
* Fixed apps being set as installed if the installation failed.&lt;br /&gt;
* Fixed prompts sometimes immediately accepting instead of waiting for another key press.&lt;br /&gt;
* Fixed the Add Selection to Queue button&#039;s text max width being bigger than the button.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v3.2.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* Now when you select something to download it&#039;ll just add it into the queue to download in the background so you can continue using the rest of the app while it installs.&lt;br /&gt;
* You can also now add all items from the current search / filter into the queue at once from the Search and Filters tab.&lt;br /&gt;
* When something is installed for the first time now it&#039;ll add an SD card icon next to the installed entry, only entries with the SD card icon will be updated when using this.&lt;br /&gt;
* When filtering you can now choose whether to only show items that match all of the selected filters or anything that matches any filter.&lt;br /&gt;
* The current time and battery level are now shown on the top bar.&lt;br /&gt;
* You can now set a custom location for FIRMs to be installed to.&lt;br /&gt;
* You can now choose to install 3DSX files inside a folder of the same name instead of directly to the set folder.&lt;br /&gt;
* You can now cancel installs and it&#039;ll clean up the current step and stop.&lt;br /&gt;
* Portuguese (Portugal) has be re-enabled as it&#039;s now mostly translated.&lt;br /&gt;
* Added themes (currently only two preset ones, custom will likely come soon™).&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Fixed a crash on trying to write a negative amount to a file if an error occurred while extracting.&lt;br /&gt;
&lt;br /&gt;
[https://github.com/Universal-Team/Universal-Updater/releases Release notes.]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ] - Lead developer, reworked quirc to C++.&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11] - Mockup Designer, Website Maintainer.&lt;br /&gt;
* [https://github.com/NightYoshi370 NightScript] - Concept Creator &amp;amp; Planner.&lt;br /&gt;
* [https://github.com/dlbeer dlbeer] - Original developer of [https://github.com/dlbeer/quirc quirc].&lt;br /&gt;
* [https://github.com/FlagBrew FlagBrew] - Original QR Code Scanner code.&lt;br /&gt;
* [https://icons8.com/ Icons8] - Icon Designer.&lt;br /&gt;
* [https://github.com/lvandeve lvandeve] - For [https://github.com/lvandeve/lodepng LodePNG].&lt;br /&gt;
* [https://github.com/mariohackandglitch PabloMK7] - Download Code Improvements.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Official website - https://db.universal-team.net&lt;br /&gt;
* GitHub - https://github.com/Universal-Team/Universal-Updater&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/release-universal-updater-an-easy-to-use-app-for-installing-and-updating-3ds-homebrew.551824&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/universal-updater-an-easy-to-use-app-for-installing-and-updating-3ds-homebrew.586536&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/universal-db-an-online-database-of-ds-and-3ds-homebrew.575218&lt;br /&gt;
* Discord - https://universal-team.net/discord&lt;br /&gt;
&lt;br /&gt;
[[Category:3DS homebrew applications]]&lt;br /&gt;
[[Category:Homebrew utility applications on 3DS]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=74156</id>
		<title>TWiLight Menu++</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=74156"/>
		<updated>2022-03-09T08:52:21Z</updated>

		<summary type="html">&lt;p&gt;Pk11: /* Emulators on the DS/DSi */ Fix footnotes, the Cite extension (https://meta.wikimedia.org/wiki/Help:Footnotes) doesn&amp;#039;t seem to work so just used superscript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox DS Homebrews&lt;br /&gt;
|title=TWiLight Menu++&lt;br /&gt;
|image=Twilightmenupp3.png&lt;br /&gt;
|description=DSi Menu replacement for DS/DSi/3DS/2DS.&lt;br /&gt;
|author=DS-Homebrew&lt;br /&gt;
|lastupdated=2022/03/01&lt;br /&gt;
|type=Title Launchers&lt;br /&gt;
|version=24.1.1&lt;br /&gt;
|license=GPL-3.0&lt;br /&gt;
|download=https://github.com/DS-Homebrew/TWiLightMenu/releases&lt;br /&gt;
|website=https://wiki.ds-homebrew.com/twilightmenu&lt;br /&gt;
|source=https://github.com/DS-Homebrew/TWiLightMenu/releases&lt;br /&gt;
}}&lt;br /&gt;
TWiLight Menu++ is an open-source DSi Menu upgrade/replacement for the Nintendo DSi, the Nintendo 3DS, and Nintendo DS flashcards. It can launch Nintendo DS, SNES, NES, GameBoy (Color), GameBoy Advance, Sega GameGear/Master System &amp;amp; Mega Drive/Genesis ROMs, as well as DSTWO plugins (if you use a DSTWO) and videos.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Launch DS, DS, and DS Ware ROMs from the SD card and/or flashcard, via [[nds-bootstrap]] (comes included with the app).&lt;br /&gt;
* For flashcards, the flashcard kernel/firmware can optionally be used to boot the games, but only for regular DS games, and DS⁽ⁱ⁾-Enhanced games in DS mode.&lt;br /&gt;
* Automatic on-the-fly AP-patching! Drag and drop your ROMs onto the SD card, and play, without any additional steps.&lt;br /&gt;
* The included AP-patches are loaded for a specific game, by nds-bootstrap, and the patching is done in RAM, leaving your original ROM untouched.&lt;br /&gt;
* Bring the DSi Menu to your DS Phat/lite, by putting TWLMenu++ on a flashcard.&lt;br /&gt;
* First DS flashcard UI to show animated icons from DS-Enhanced, DS-Exclusive, and DS Ware games.&lt;br /&gt;
* Set the language to your preference.&lt;br /&gt;
* 10 save slots for DS games.&lt;br /&gt;
* For DSi/3DS/2DS users: Overclock your DS games to 133mhz, faster than normal DS clock speed of 67mhz.&lt;br /&gt;
* For DSi/3DS/2DS users: Change sound frequency from 32kHz to 48kHz for higher sound quality.&lt;br /&gt;
* Directly access the flashcard&#039;s microSD card, and switch to and from there anytime (Only applies to compatible flashcards).&lt;br /&gt;
* Run the last played ROM on TWiLight Menu++ startup.&lt;br /&gt;
* Play retro games from these consoles:&lt;br /&gt;
** Atari XEGS, via XEGS-DS (.xex and .atr).&lt;br /&gt;
** Atari 2600, via StellaDS (.a26 only).&lt;br /&gt;
** Atari 5200, via A5200DS (.a52 only).&lt;br /&gt;
** Atari 7800, via A7800DS (.a78 only).&lt;br /&gt;
** NES/Famicom, via nesDS.&lt;br /&gt;
** (Super) GameBoy (Color), via GameYob.&lt;br /&gt;
** Sega Master System/Game Gear, via S8DS.&lt;br /&gt;
** Sega MegaDrive/Genesis, via jEnesisDS (or PicoDriveTWL, if ROM is above 3MB) (.gen only).&lt;br /&gt;
** Super Nintendo/Famicom, via SNEmulDS.&lt;br /&gt;
** PC-Engine/TurboGrafx-16, via NitroGrafx.&lt;br /&gt;
** GameBoy Advance, via GBARunner2 or the DS&#039; native GBA mode, which the latter requires one of these Slot-2 flashcards:&lt;br /&gt;
*** M3.&lt;br /&gt;
*** G6.&lt;br /&gt;
*** SuperCard SD/MiniSD/MicroSD.&lt;br /&gt;
*** EZ-Flash (before Omega) (Saving does not work).&lt;br /&gt;
* Play videos: [https://gbatemp.net/threads/gbarunner2.451970/page-152#post-9189524 Using GBARunner2 or native GBA mode.]&lt;br /&gt;
* 3DS/2DS users: Play DS games in 16:10 widescreen! Not all games will work with this feature.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
* How to install on [https://wiki.ds-homebrew.com/twilightmenu/installing-3ds 3DS], [https://wiki.ds-homebrew.com/twilightmenu/installing-dsi DSi] and [https://wiki.ds-homebrew.com/twilightmenu/installing-flashcard Flashcard].&lt;br /&gt;
* How to update on [https://wiki.ds-homebrew.com/twilightmenu/updating-3ds.html 3DS], [https://wiki.ds-homebrew.com/twilightmenu/updating-dsi.html DSi] and [https://wiki.ds-homebrew.com/twilightmenu/updating-flashcard.html Flashcard].&lt;br /&gt;
&lt;br /&gt;
Release includes [[nds-bootstrap]] v0.54.2.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
===Useful links===&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/edit?usp=sharing TWiLight Menu++ DS Compatability List].&lt;br /&gt;
* [https://wiki.ds-homebrew.com/twilightmenu TwiLight Menu++ official website].&lt;br /&gt;
* [https://www.cfwaifu.com/twilight-menu-3ds Tutorials from CFWaifu].&lt;br /&gt;
* [[TwilightBoxart]] (boxart downloader for TWL++ by KirovAir).&lt;br /&gt;
&lt;br /&gt;
===Emulators on the DS/DSi===&lt;br /&gt;
Below is the list of emulators and loaders that have been bundled into TWiLight Menu++ (in /_nds/TWiLightMenu/emulators/). They can be run on DS/DSi/3DS (in DS/DSi mode).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 1200px;&amp;quot;&lt;br /&gt;
!Format||Loader||Extensions||Save file&lt;br /&gt;
|-&lt;br /&gt;
|ARGV&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;||Native||.argv||&lt;br /&gt;
|-&lt;br /&gt;
|Atari 2600||[[StellaDS Phoenix Edition|StellaDS]]||.a26||&lt;br /&gt;
|-&lt;br /&gt;
|Atari 5200||[[A5200DS Phoenix Edition|A5200DS]]||.a52||&lt;br /&gt;
|-&lt;br /&gt;
|Atari 7800||[[A7800DS Phoenix Edition|A7800DS]]||.a78||&lt;br /&gt;
|-&lt;br /&gt;
|Atari XEGS||[[XEGS-DS]]||.xex, .atr||&lt;br /&gt;
|-&lt;br /&gt;
|ColecoVision||[[S8DS]], [[ColecoDS Phoenix Edition|ColecoDS]]||.col||&lt;br /&gt;
|-&lt;br /&gt;
|DS||[[nds-bootstrap]], flashcard kernel, native||.nds, .dsi, .ids, .srl, .app||saves/[rom name].sav&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|DSiWare||Unlaunch, [[nds-bootstrap]]||.nds, .dsi, .ids, .srl, .app||saves/[rom name].pub, saves/[rom name].prv&lt;br /&gt;
|-&lt;br /&gt;
|DSTWO Plugin||DSTWO&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;||.plg||&lt;br /&gt;
|-&lt;br /&gt;
|Game Boy (Color)||[[GameYob DS]]||.gb, .sgb, .gbc||[rom name].sav&lt;br /&gt;
|-&lt;br /&gt;
|Game Boy Advance||[[GBARunner2 DS|GBARunner2]]&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;, native&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;||.agb, .gba, .mb||[rom name].sav&lt;br /&gt;
|-&lt;br /&gt;
|Game Gear||[[S8DS]]||.gg||[rom name].gg.sav&lt;br /&gt;
|-&lt;br /&gt;
|Genesis/Mega Drive||[[JEnesisDS|jEnesisDS]], [[PicoDrive TWL|PicoDriveTWL]]||.gen||[rom name].srm&amp;lt;/sup&amp;gt;6&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Intellivision||[[NINTV-DS|Nintellivision]]||.int||&lt;br /&gt;
|-&lt;br /&gt;
|Master System||[[S8DS]]||.sms||[rom name].sms.sav&lt;br /&gt;
|-&lt;br /&gt;
|Neo Geo Pocket (Color)||[[NGPDS]]||.ngp, .ngc||/data/ngpds/[rom name].ngp.fla&lt;br /&gt;
|-&lt;br /&gt;
|Fast Video||Coming Soon||.fv||&lt;br /&gt;
|-&lt;br /&gt;
|NES/Famicom||nesDS||.nes, .fds||[rom name].sav&lt;br /&gt;
|-&lt;br /&gt;
|PC Engine/TurboGrafx-16||[[NitroGrafx]]||.pce||&lt;br /&gt;
|-&lt;br /&gt;
|Rocket Video||[[Rocket Video Player]]||.rvid||&lt;br /&gt;
|-&lt;br /&gt;
|SG-1000||[[S8DS]], [[ColecoDS Phoenix Edition|ColecoDS]]||.sg||&lt;br /&gt;
|-&lt;br /&gt;
|Sord M5||[[ColecoDS Phoenix Edition|ColecoDS]]||.m5||&lt;br /&gt;
|-&lt;br /&gt;
|SNES||[[SNEmulDS|SNEmulDS]]||.smc, .sfc||[rom name].srm&lt;br /&gt;
|-&lt;br /&gt;
|WonderSwan (Color)||[[NitroSwan DS|NitroSwan]]||.ws, .wsc||???&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
# Text files containing the path to a DS homebrew app and arguments to launch it with, see [https://github.com/devkitPro/nds-hb-menu#passing-arguments nds-hb-menu’s README] for more info&lt;br /&gt;
# Only for retail ROMs, homebrew do not have specific save files&lt;br /&gt;
# Only works from a SuperCard DSTWO flashcard as it has additional processing power and RAM inside the flashcard&lt;br /&gt;
# When running in DSi Mode, it can use the DSP for better sound&lt;br /&gt;
# Requires a Slot-2 flashcart and thus only works on DS Phat and DS Lite&lt;br /&gt;
# jEnesis can only save when running from a flashcard, but PicoDriveTWL can save from SD and flashcard&lt;br /&gt;
&lt;br /&gt;
===Notes on specific emulators=== &lt;br /&gt;
RAM Disks:&lt;br /&gt;
* In order for jEnesisDS, neoDS and SNEmulDS to work on the DSi SD card, you’ll have to use a RAM disk with nds-bootstrap.&lt;br /&gt;
* RAM disk makers exist for jEnesisDS &amp;amp; SNEmulDS and are built into TWiLight Menu++. You will need to create your own RAM disk for neoDS. See [https://wiki.ds-homebrew.com/twilightmenu/creating-ram-disks Creating RAM Disks] on how to do so.&lt;br /&gt;
* The reason why RAM disks are used is because these emulators, ARM7 hooks don’t work properly.&lt;br /&gt;
&lt;br /&gt;
Comparison between PicoDriveTWL and jEnesisDS:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!style=&amp;quot;width: 50%;&amp;quot;|PicoDriveTWL||jEnesisDS&lt;br /&gt;
|-&lt;br /&gt;
|Made for DSi.||Made for DS.&lt;br /&gt;
|-&lt;br /&gt;
|Does not require RAM Disks.||Require RAM Disks.&lt;br /&gt;
|-&lt;br /&gt;
|Support saving on DSi SD cards, quicker loading time.||Does not support saving on DSi SD cards.&lt;br /&gt;
|-&lt;br /&gt;
|Support arguments.||Does not support arguments.&lt;br /&gt;
|-&lt;br /&gt;
|2.5MB limit on Flashcard (can use DSi extra RAM &amp;amp; DS Memory Pak).||3MB limit on all platforms.&lt;br /&gt;
|-&lt;br /&gt;
|No sound.||With sound emulation.&lt;br /&gt;
|-&lt;br /&gt;
|Extremely choppy.||Smooth framerate.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
&#039;&#039;&#039;Q. How do I fix getting a white screen when booting TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
If that doesn’t work, format your SD card to FAT32 with 32 KB cluster/allocation size. &lt;br /&gt;
&lt;br /&gt;
If that also doesn’t work, try a different SD card.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Where is the Acekard/Wood UI theme?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The acekard (also called Wood UI) theme was removed due to its buggy behaviour and causing SD Card corruption. Please wait for a fix. &lt;br /&gt;
&lt;br /&gt;
Progress for the return of this theme can be found in this PR.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. How do I fix TWiLight Menu++ restarting or giving a Guru Meditation Error when launching a game?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Go into TWLMenu++ Settings, and disable Update recently played list.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Why do I get a white screen when trying to load a game from SD card?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, check the nds-bootstrap compatibility list and make sure your game is compatible. &lt;br /&gt;
&lt;br /&gt;
Try with all cheats disabled for that game as some cheats are not compatible with nds-bootstrap at the moment, you can use L to disable all cheats for a game. &lt;br /&gt;
&lt;br /&gt;
If it worked before, delete the fatTable and patchOffsetCache folders in sd:/_nds/nds-bootstrap/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. How do I use cheats?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need to have a cheat DB in the form of a usrcheat.dat file in the sd:/_nds/TWiLightMenu/extras/ folder. &lt;br /&gt;
&lt;br /&gt;
The most updated cheat database is DeadSkullzJr’s.&lt;br /&gt;
&lt;br /&gt;
On the 3DS, this database is available in the Universal-Updater app as NDS Cheat Databases. This will automatically install it to the required location. &lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use r4cce to create your own cheat DB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. How do I show a custom picture on the top screen of the DSi theme?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A random .png image in sd:/_nds/TWiLightMenu/dsimenu/photos/ will be shown each time the menu is loaded. &lt;br /&gt;
&lt;br /&gt;
The images(s) must be no bigger than 208x156. &lt;br /&gt;
&lt;br /&gt;
If you have errors, it’s most likely an error with the image size. Please use [https://tinypng.com tinypng] to reduce the size.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. How do I get games?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can download homebrew games from Universal-DB and GameBrew. To get dumps of your retail games:&lt;br /&gt;
* On DS you can use [[GodMode9i|GodMode9i]] to dump your GBA games and, if you have a Slot-2 flashcard, DS games.&lt;br /&gt;
* On DSi you can use [[GodMode9i|GodMode9i]] to dump your DS games and DSiWare.&lt;br /&gt;
* On 3DS you can use GodMode9 to dump your DS games, DSiWare, and Virtual Console titles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Can I get the save files from my game cards onto my SD card or vice versa?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yes, you can use GodMode9i on DSi and 3DS or [[Checkpoint 3DS|Checkpoint]] on 3DS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. How do I change TWiLight Menu++’s language?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Open TWiLight Menu++ settings, you can do this by holding SELECT while loading TWiLight Menu++. &lt;br /&gt;
&lt;br /&gt;
Press L or Y once (on flashcard/3DS) or twice (on DSi). Change the first option until you see the language you want, then exit settings. &lt;br /&gt;
&lt;br /&gt;
You may also want to change the next two options as they control the language of DS games and their titles in TWiLight Menu++.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Is this a DS(i) emulator?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No, this is not an emulator. The menu and DS games (loaded via nds-bootstrap) are ran natively in the console’s DS/DSi mode. &lt;br /&gt;
&lt;br /&gt;
The only consoles emulated are the past consoles, but partially for GBA (as some or all parts like graphics are ran natively).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Why isn’t touch input working on sudokuhax?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Depending on the save file of sudokuhax, the touch screen inputs may not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q. Can The Biggest Loser boot TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No. As The Biggest Loser is a Slot-1 game, and not a DSiWare game, SD access is disabled when running Slot-1 cards.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
&#039;&#039;&#039;DSi, 3DS, SEGA Saturn, Homebrew Launcher themes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Left/Right - Select a game/app&lt;br /&gt;
&lt;br /&gt;
A/Start - Launch game/app&lt;br /&gt;
&lt;br /&gt;
L/R/Select+Left/Right - Switch pages&lt;br /&gt;
&lt;br /&gt;
Select+Up/Down, then release Select (DSi/Saturn/HBL theme) - Switch between SD card and flashcard&lt;br /&gt;
&lt;br /&gt;
X - Delete/hide game&lt;br /&gt;
&lt;br /&gt;
Y - Per-game settings&lt;br /&gt;
&lt;br /&gt;
Select (DSi/Saturn/HBL theme) - The Select menu or DS Classic Menu (Where system menu, TWiLight Menu++ Settings, and GBA Mode can be accessed)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Per-game setting:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
X - Cheat menu&lt;br /&gt;
&lt;br /&gt;
A - Toggle cheat (in cheat menu) &lt;br /&gt;
&lt;br /&gt;
B - Exit cheat menu (in cheat menu) &lt;br /&gt;
&lt;br /&gt;
X - Save and exit cheat menu (in cheat menu) &lt;br /&gt;
&lt;br /&gt;
Y - Show cheat description (in cheat menu) &lt;br /&gt;
&lt;br /&gt;
L - Disable all cheats (in cheat menu) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;R4 theme:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Up/Down - Select a game/app&lt;br /&gt;
&lt;br /&gt;
A - Launch game/app&lt;br /&gt;
&lt;br /&gt;
L - Switch between the SD card and flashcard&lt;br /&gt;
&lt;br /&gt;
Y - Per-game settings&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Per-game setting:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
X - Cheat menu&lt;br /&gt;
&lt;br /&gt;
A - Toggle cheat (in cheat menu)&lt;br /&gt;
&lt;br /&gt;
B - Exit cheat menu (in cheat menu)&lt;br /&gt;
&lt;br /&gt;
X - Save and exit cheat menu (in cheat menu)&lt;br /&gt;
&lt;br /&gt;
Y - Show cheat description (in cheat menu)&lt;br /&gt;
&lt;br /&gt;
L - Disable all cheats (in cheat menu)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Boot shortcuts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These should be pressed on the TWiLight Menu++ splash screen/right after the Nintendo DSi splash screen.&lt;br /&gt;
&lt;br /&gt;
Select - Open settings&lt;br /&gt;
&lt;br /&gt;
A+B+X+Y - Reset all TWiLight Menu++ settings&lt;br /&gt;
&lt;br /&gt;
B - Boot the last ran ROM&lt;br /&gt;
&lt;br /&gt;
==Media==&lt;br /&gt;
&#039;&#039;&#039;SRLoader (now TWiLight Menu++) - DS and (S)GB(C) from SD Card on DSi&#039;&#039;&#039; ([https://www.youtube.com/watch?v=fc9-TtALeA8 Rojelio Reyes]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;fc9-TtALeA8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TWiLight Menu++ (23.1) | Nintendo DS Lite | DSi Games on DS&#039;&#039;&#039; ([https://www.youtube.com/watch?v=AbQ3fMWuJCM Stranno]) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;youtube&amp;gt;AbQ3fMWuJCM&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
v24.0.0 - The random crashes related to SD writes (notably when launching games with ESRB splash enabled or when exiting settings) have not been fixed. This does not occur on flashcards.&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
&#039;&#039;&#039;v24.1.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* (@DieGo367) Added custom icons for folders. (#1819)&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Save data is now created for DS ROMs containing NTRJ as the TID.&lt;br /&gt;
* Should fix saving not working in Super Mario 256.&lt;br /&gt;
* Fixed WiFi being off by default on 3DS consoles.&lt;br /&gt;
* Note: If you&#039;ve previously updated to v24.0.0 or v24.1.0, please make sure WiFi is set to On in TWLMenu++ Settings, if you want to use wireless features.&lt;br /&gt;
* Settings: Fixed System Settings not launching.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v24.1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* (@R-YaTian) Added some AP-fixes:&lt;br /&gt;
* Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu (v3.01 English translation With Update Beta2) (Revision to fix DSi binary file)&lt;br /&gt;
* Fushigi no Dungeon: Fuurai no Shiren 5: Fortune Tower to Unmei no Dice (Chinese translation)&lt;br /&gt;
* Kyokugen Dasshutsu: 9-jikan, 9-nin, 9 no Tobira (Chinese translation)&lt;br /&gt;
* RPG Tkool DS (Chinese translation) (Revision to fix DSi binary file)&lt;br /&gt;
* To prevent potential issues, the leftover AP-fix file of opposite format is now deleted when launching a DS(i) game containing AP.&lt;br /&gt;
* (@DieGo367) Added loading custom icons from PNG files (works on non-DS ROMs). (#1800)&lt;br /&gt;
* (@Epicpkmn11) banner.bin can be used as well.&lt;br /&gt;
* (@Epicpkmn11) Removed Chinese/Korean bundled fonts.&lt;br /&gt;
* Switched Chinese font to WenQuanYi.&lt;br /&gt;
* Falls back to default, if not found.&lt;br /&gt;
* Card Read DMA setting is now shown for DSi-Exclusive games as well.&lt;br /&gt;
* Removed various games from the card read DMA blacklist.&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Fixed the AP-fixes for Dragon Quest V (JAP) &amp;amp; Hotel Dusk: Room 215 (KOR), by using fixes based on the cheat versions.&lt;br /&gt;
* Fixed settings menu and manual crashing when exiting (which the SD write code wasn&#039;t causing it most of the time, but can still cause it sometimes).&lt;br /&gt;
* Fixed Expand ROM space in RAM being shown for DSi-Exclusives.&lt;br /&gt;
* DSi/Saturn/HBL theme: Fix SD switch missing from SELECT menu, when running from flashcard with unlocked SCFG.&lt;br /&gt;
* Fixed DSi power LED briefly blinking purple if set to Blue/Red in TWLMenu++ Settings.&lt;br /&gt;
* DSiWare Booter setting is no longer shown on 3DS consoles, as only nds-bootstrap is used to boot DSiWare.&lt;br /&gt;
* On 3DS, SysNAND Region setting is now only shown, if running via DSiWarehax.&lt;br /&gt;
* Corrected ESRB rating for Bangai-O Spirits.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v24.0.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* (@spellboundtriangle) Added Ermii Kart DS: Legacy Edition and CTGP Nitro 1.0.0 widescreen patches.&lt;br /&gt;
* New valentine-themed background for the TWLMenu++ splash screen!&lt;br /&gt;
* The WiFi setting is now shown on 3DS consoles.&lt;br /&gt;
* DSi consoles: You can now change the Power LED color to purple!&lt;br /&gt;
** In addition, depending on the theme, the battery icon color will change as well.&lt;br /&gt;
* To cut down on wait times, the maximum limit of found files/folders (even those not displayed) is now 320.&lt;br /&gt;
* DSi(Ware) SDK5.0 Donor ROM is now set separate from the SDK5.x one.&lt;br /&gt;
** SDK5.0 ROM is required for Nintendo DSi Camera to run in general DSiWarehax.&lt;br /&gt;
* The .ngc (Neo-Geo Color) filetype is now supported.&lt;br /&gt;
* SNEmulDS is now updated. An on-the-fly generated RAM disk by nds-bootstrap is no longer used to run SNES games.&lt;br /&gt;
* (@Epicpkmn11) Added GBA game detection in DS Classic Menu.&lt;br /&gt;
* (@Epicpkmn11) DSi/3DS/HBL themes: Progress bar is now shown while preparing music.&lt;br /&gt;
* (@lifehackerhansol) Added Ace3DS+ and R4iTT 3DS (and clones) flashcart loaders.&lt;br /&gt;
* (@lifehackerhansol) Added iTouchDS autoboot.&lt;br /&gt;
* In order to free up some space, the DS Classic music has been removed.&lt;br /&gt;
** In case you miss it later on, it can be re-added to the DSi theme&#039;s folder as a custom music option. [https://github.com/DS-Homebrew/TWiLightMenu/blob/d638c3245f47fc8301f48aee06cd700108f1f848/romsel_dsimenutheme/nitrofiles/sound/classicbg.wav Download].&lt;br /&gt;
&lt;br /&gt;
Improvement:&lt;br /&gt;
* Donor ROM messages have been reworked.&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
* Disabling the WiFi setting should now work properly, with the console unable to search for internet access points, as well as fixing the communication error in Gen 4 Pokemon games, for those with a broken or incorrectly-seated WiFi card.&lt;br /&gt;
* Fixed Use ROM Region setting not being overridden if region is set in per-game settings.&lt;br /&gt;
* OpenLara now boots in native GBA mode.&lt;br /&gt;
* (@Epicpkmn11) If music conversion failed, it will now be redone on reboot.&lt;br /&gt;
* (@lifehackerhansol) Fixed booter_fc poweroff fail on DS.&lt;br /&gt;
* (@Epicpkmn11) Fixed SD inserted check.&lt;br /&gt;
* In the per-game settings, USA text is now shown, if TID ends with O.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;v23.4.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
What&#039;s new?&lt;br /&gt;
* 5 consoles have been added to TWLMenu++ Virtual Console.&lt;br /&gt;
** ColecoVision (S8DS &amp;amp; ColecoDS) (@FluBBaOfWard &amp;amp; @wavemotion-dave).&lt;br /&gt;
** Sord M5 (ColecoDS) (@wavemotion-dave).&lt;br /&gt;
** Sega SG-1000 (S8DS &amp;amp; ColecoDS) (@FluBBaOfWard &amp;amp; @wavemotion-dave).&lt;br /&gt;
** WonderSwan (NitroSwan) (@FluBBaOfWard).&lt;br /&gt;
** Neo Geo Pocket (NGPDS) (@FluBBaOfWard).&lt;br /&gt;
** (@lifehackerhansol) Added Wood R4igold.cc Upgrade autoboot.&lt;br /&gt;
&lt;br /&gt;
Bug fix:&lt;br /&gt;
* DSi-based themes: In order to work around a weird bug related to sleep mode, sleep mode is now disabled.&lt;br /&gt;
&lt;br /&gt;
[https://github.com/DS-Homebrew/TWiLightMenu/releases Release notes.]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
Main Developers:&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Lead Developer, implementing the auto-reset power button function used in NTR-mode.&lt;br /&gt;
* [https://github.com/chyyran chyyran]: Porting the akMenu/Wood UI to TWiLight Menu++ &amp;amp; adding the ability to load sub-themes off the SD card for DSi/3DS themes.&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: Adding the ability to load sub-themes off the SD card for the R4 theme, implemented sorting &amp;amp; made manuals use PNG, improved font rendering, providing a custom background for Unlaunch, and various bug fixes.&lt;br /&gt;
&lt;br /&gt;
App Launchers:&lt;br /&gt;
* [https://github.com/ahezard ahezard] &amp;amp; [https://github.com/shutterbug2000 shutterbug2000]: nds-bootstrap (used to launch Nintendo DS ROMs off the SD card), and NDMA SD read code.&lt;br /&gt;
* [https://github.com/Drenn1 Drenn]: GameYob (used to launch Gameboy ROMs).&lt;br /&gt;
* [https://coto88.bitbucket.io/ Coto]: Working on SNEmulDS with acheid/Loopy (used to launch SNES ROMs) &amp;amp; nesDS (TWL Edition by Apache Thunder) (used to launch NES ROMs).&lt;br /&gt;
* Lordus: jEnesisDS (used to launch Sega Mega Drive/Genesis ROMs).&lt;br /&gt;
* Ryan FB &amp;amp; xonn83: PicoDriveDS (used to launch large Sega Mega Drive/Genesis ROMs).&lt;br /&gt;
* [https://github.com/Gericom Gericom]: GBARunner2 (used to launch GameBoy Advance ROMs outside of the DS Phat/lite&#039;s GBA mode).&lt;br /&gt;
* [https://gbatemp.net/members/flubba.19963/ FluBBa]: S8DS (used to launch Sega Master System/Game Gear ROMs).&lt;br /&gt;
* Alekmaul &amp;amp; wavemotion: StellaDS, A5200DS, A7800DS, and XEGS-DS (used to launch Atari 2600/5200/7800/XEGS ROMs).&lt;br /&gt;
&lt;br /&gt;
Graphics &amp;amp; Themes:&lt;br /&gt;
* [https://gbatemp.net/members/spinal_cord.90607/ spinal_cord]: DSi4DS and DSision2 graphics.&lt;br /&gt;
* [https://www.deviantart.com/starvingartist/ StarvingArtist]: Game Console icons.&lt;br /&gt;
* [https://github.com/FlameKat53 FlameKat53]: Manual icon for DSi theme&#039;s SELECT menu.&lt;br /&gt;
* fail0verflow, Fluto, and Arkhandar: Homebrew Channel/Launcher graphics.&lt;br /&gt;
* davi: Border for GBC theme (originally for GameYob).&lt;br /&gt;
* [https://github.com/NightYoshi370 NightScript]: Reworked Manual pages.&lt;br /&gt;
&lt;br /&gt;
Music:&lt;br /&gt;
* IkaMusumeYiyaRoxie: General N64 MIDI Soundfont, used for the title splash fanfare.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* Official website - https://wiki.ds-homebrew.com/twilightmenu&lt;br /&gt;
* GitHub (TWiLightMenu) - https://github.com/DS-Homebrew/TWiLightMenu&lt;br /&gt;
* GitHub (TWLBot) - https://github.com/TWLBot/Builds&lt;br /&gt;
* GBAtemp - https://gbatemp.net/threads/ds-i-3ds-twilight-menu-gui-for-ds-i-games-and-ds-i-menu-replacement.472200&lt;br /&gt;
&lt;br /&gt;
[[Category:DS homebrew applications]]&lt;br /&gt;
[[Category:DS homebrew loaders]]&lt;br /&gt;
[[Category:3DS homebrew applications]]&lt;br /&gt;
[[Category:3DS homebrew loaders]]&lt;br /&gt;
[[Category:Homebrew title launchers on 3DS]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Online_Jukebox_DS&amp;diff=68916</id>
		<title>Online Jukebox DS</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Online_Jukebox_DS&amp;diff=68916"/>
		<updated>2021-12-28T05:23:58Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Fix GBAtemp link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox DS Homebrews&lt;br /&gt;
|title=Online Jukebox DS&lt;br /&gt;
|image=Onlinejukeboxds2.png&lt;br /&gt;
|description=Shoutcast player for DS.&lt;br /&gt;
|author=The coon&lt;br /&gt;
|lastupdated=2010/08/20&lt;br /&gt;
|type=Media players&lt;br /&gt;
|version=2010&lt;br /&gt;
|license=GPL&lt;br /&gt;
|download=https://dlhb.gamebrew.org/dshomebrew/onlinejukeboxds.7z&lt;br /&gt;
|website=https://gbatemp.net/threads/online-jukebox-ds.249752/&lt;br /&gt;
}}&lt;br /&gt;
Online Jukebox DS is a shoutcast player for the NDS.The project is currently limited to 64 kbps and may cause incompatibility issues due to the usage of NitroFS.&lt;br /&gt;
&lt;br /&gt;
It was participated in the NEO Coding Compo 2010 and ranked 4th, APP section.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* A visualizer.&lt;br /&gt;
* Preset stations.&lt;br /&gt;
* Ability to search, play additional stations along with favorite.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Download and extract file.&lt;br /&gt;
&lt;br /&gt;
Copy it to the root directory of the card.&lt;br /&gt;
&lt;br /&gt;
==User guide==&lt;br /&gt;
If there was trouble initializing NitroFS, please run online Jukebox DS from the included hbmenu as otherwise the presets won&#039;t be available.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* GBAtemp - http://gbatemp.net/topic/249752-online-jukebox-ds&lt;br /&gt;
&lt;br /&gt;
[[Category:DS homebrew applications]]&lt;br /&gt;
[[Category:Media players on DS]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=16384</id>
		<title>Pkmn-chest</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=16384"/>
		<updated>2020-11-11T02:50:59Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update to v2.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = pkmn-chest&lt;br /&gt;
| image       = [[File:pkmn-chest.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.2&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = Pk11, Universal-Team&lt;br /&gt;
| website     = https://universal-team.github.io/projects/pkmn-chest.html&lt;br /&gt;
| download    = Media:pkmn-chest-v2.2.zip&lt;br /&gt;
| source      = https://github.com/Universal-Team/pkmn-chest&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pokémon Chest is an app for the DS(i) that can store and edit Pokémon in the DS and GBA Pokémon games.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Loading save files from DSi SD, Flashcard SD, and retail cartridges&lt;br /&gt;
* Storing up to &amp;lt;abbr title=&amp;quot;(Flashcards)&amp;quot;&amp;gt;50&amp;lt;/abbr&amp;gt; or &amp;lt;abbr title=&amp;quot;(DSi/3DS SD)&amp;quot;&amp;gt;500&amp;lt;/abbr&amp;gt; boxes of Pokémon per chest with support for multiple chests&lt;br /&gt;
* Editing most Pokémon, trainer, and other save data&lt;br /&gt;
* Editing items in the bag&lt;br /&gt;
* Injecting pk* files from SD&lt;br /&gt;
* Dumping Pokémon to pk* files&lt;br /&gt;
* Translated to Chinese, English, French, German, Indonesian, Italian, Japanese, Korean, Lithuanian, Polish, Portuguese, Russian, and Spanish&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download the file&lt;br /&gt;
# Copy pkmn-chest.nds to your SD card&lt;br /&gt;
# If you see a &amp;lt;code&amp;gt;nitroFSInit() failed...&amp;lt;/code&amp;gt; error then place a copy of pkmn-chest.nds at &amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.2: Easy config access, favorite folders, and various bug fixes===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* The config menu can now be accessed with &amp;lt;kbd&amp;gt;SELECT&amp;lt;/kbd&amp;gt; on the top menu&lt;br /&gt;
* Directories can now be added to the top menu as favorites&lt;br /&gt;
* The Fateful Encounter status of a Pokémon can now be changed&lt;br /&gt;
** In Generation 3 Mew must be a Fateful Encounter to obey&lt;br /&gt;
* Updated the chest to use PKSM&#039;s latest bank version&lt;br /&gt;
* A warning will now be shown before turning off if an exception is thrown&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed party Pokémon&#039;s stats not updating until moved to/from the PC&lt;br /&gt;
* Fixed the kerning on some characters in the font&lt;br /&gt;
* Fixed Korean being called &amp;lt;code&amp;gt;한국&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;한국어&amp;lt;/code&amp;gt;&lt;br /&gt;
* Fixed TM/HM pocket being called Poké Balls&lt;br /&gt;
* Fixed HMs not showing correctly in some Generation 3 games&lt;br /&gt;
* (@remicalixte) Fixed shiny star not hiding after moving off a shiny Pokémon&lt;br /&gt;
* Several bug fixes in [https://github.com/Flagbrew/PKSM-Core/compare/b543fa321133c5b5af784a09437e417cae26e094...27ba4a6ce64bf4206d0cce92f09d223c65dc975d PKSM-Core]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.1: Added Chinese and Polish and widescreen on 3DS===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added top screen widescreen support on 3DS&lt;br /&gt;
** Run from TWiLight Menu++ with aspect ratio set to 16:10 and have [https://github.com/DS-Homebrew/TWiLightMenu/wiki/Playing-in-Widescreen widescreen set up]&lt;br /&gt;
* Added Polish and Chinese (Simplified &amp;amp; Traditional)&lt;br /&gt;
* Chinese (Simplified) and Korean will now be used as the default language on DSi&#039;s from those regions in DSi mode&lt;br /&gt;
* Added a held item indicator in the boxes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Redesigned / rekerned some letters (mostly unused ones)&lt;br /&gt;
* Corrected arrow positioning in sort and filter menus&lt;br /&gt;
* The .cia version&#039;s title ID has been changed from &amp;lt;code&amp;gt;####&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;WPKA&amp;lt;/code&amp;gt; so you may have two copies on your home menu after installing this update, feel free to install the old one&lt;br /&gt;
* Now /_nds/pkmn-chest/pkmn-chest.nds will be checked if pkmn-chest.nds is found in the current directory but is outdated&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed crash when viewing a female Frillish or Jellicent&lt;br /&gt;
* Fixed party Pokemon showing on the dump message in the party&lt;br /&gt;
* Fixed generated Gen. 3 Pokemon not having an ability and single ability Gen. 3 Pokemon&#039;s abilities being removed&lt;br /&gt;
* Fixed not updating party info after editing&lt;br /&gt;
** Fixes problems like requiring a level up / putting in the box before exp would update&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.1: Bug fix update: Black Kyurem crash===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* The NitroFS rom (&amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;)&#039;s version is now checked and a warning will be shown if its outdated&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Black Kyurem causing the app to crash&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0: Generation three support!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added generation three save support!&lt;br /&gt;
** This works from both save files and real cartridges (cartridges only on DS (Lite))&lt;br /&gt;
* Custom theming support&lt;br /&gt;
** Check the [https://github.com/Universal-Team/pkmn-chest/wiki/getting-started-(themes) GitHub wiki] for info on how to make a theme&lt;br /&gt;
** You can customize all images, colors, and add custom background music&lt;br /&gt;
* After dumping Pokémon it now shows an info box to let you know where it was dumped to&lt;br /&gt;
* Added Pokémon Center (Gen. 3) song&lt;br /&gt;
* Made a [https://github.com/Universal-Team/pkmn-chest/blob/master/resources/pkmn-chest.nds.png boxart] for TWiLight Menu++&lt;br /&gt;
* &amp;lt;code&amp;gt;.pk6&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.pk7&amp;lt;/code&amp;gt; files can now be injected, however Pokémon added in generation 6 or 7 will not show correctly&lt;br /&gt;
* Added setting a Pokémon&#039;s OT to the current trainer from the summary&lt;br /&gt;
* Added pressing `START` on the top menu to exit the app&lt;br /&gt;
* A please wait message is now shown while dumping a save&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changed &amp;lt;code&amp;gt;Deutsche&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;Deutsch&amp;lt;/code&amp;gt; in the language names&lt;br /&gt;
* Japanese and Korean now use &amp;lt;code&amp;gt;円&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;원&amp;lt;/code&amp;gt; respecively instead of Pokédollars&lt;br /&gt;
* The core save code is now using a submodule shared with [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&lt;br /&gt;
* Some options in summary were moved, now the nickname is changed by clicking it above the Pokémon&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed the first item from the next pouch showing in the previous pouch&lt;br /&gt;
* Block editing Key Items with touch&lt;br /&gt;
* Fixed wallpaper selection palettes&lt;br /&gt;
* Fixed Poké Ball palettes being wrong&lt;br /&gt;
* Fixed palettes for changing forms&lt;br /&gt;
* Fixed nature selection in the filter menu&lt;br /&gt;
* Fixed ability changing not working correctly in generation 5&lt;br /&gt;
* Fixed Italian DS&#039;s defaulting to Spanish and Spanish DS&#039;s defaulting to English&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1: New update for the new decade!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added Party Pokémon management from within the box screen&lt;br /&gt;
** This means you can now move Pokémon to / from the party&lt;br /&gt;
** Also removed the Party menu from the X Menu&lt;br /&gt;
* You can now type using the buttons&lt;br /&gt;
** Controlled with D-Pad + face buttons with L/R for modifiers&lt;br /&gt;
** Letter arrangement and 4 / 8 direction modes configurable in settings&lt;br /&gt;
* You can now type Hangul&lt;br /&gt;
** The input should work exactly the same as macOS 10.14&#039;s 2-Set Hangul input, including combining things into groups of 3+ letters, but as many of the more complex letter groups aren&#039;t in the font they won&#039;t show, once you type the next letter to split it out it&#039;ll show back up, though (ex. &amp;lt;code&amp;gt;퐄&amp;lt;/code&amp;gt; won&#039;t show, but on typing &amp;lt;code&amp;gt;ㅔ&amp;lt;/code&amp;gt; it&#039;ll split to &amp;lt;code&amp;gt;포케&amp;lt;/code&amp;gt;)&lt;br /&gt;
* A preview of the flick character is now shown on 10-key keyboards&lt;br /&gt;
* The missing letters from Lithuanian and Russian have been added&lt;br /&gt;
** Cyrillic was completely redesigned to better match the style of the Latin letters&lt;br /&gt;
* You can now browse in subdirectories when injecting from pk* files&lt;br /&gt;
* You can now edit the items in your bag!&lt;br /&gt;
* You can now filter Pokémon based on types, stats, etc&lt;br /&gt;
* You can now sort Pokémon based on types, stats, etc&lt;br /&gt;
* Added a notice to close and reopen the console if saving freezes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changing &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt;&#039;s form now goes &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt;&lt;br /&gt;
* Slot-1 isn&#039;t scanned when a flashcard is being used&lt;br /&gt;
** Fixes some flashcards such as the R4i Gold 3DS Plus&lt;br /&gt;
* The kerning on many characters have been improved&lt;br /&gt;
* Light background lists now have dark backgrounds so as not to need two graphics for lists&lt;br /&gt;
* Config has been changes to use a &amp;lt;code&amp;gt;.json&amp;lt;/code&amp;gt; file instead of a &amp;lt;code&amp;gt;.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
** This means your settings from v1.0 won&#039;t be able to be loaded&lt;br /&gt;
* Switched background graphics to use 256 color layers and graphics&lt;br /&gt;
** This means flashcards and DSi SD can now both use all graphics as it freed up a lot of RAM&lt;br /&gt;
* Added Indonesian translation&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed type images being in the wrong language sometimes&lt;br /&gt;
* Fixed non-base stats being in the wrong order&lt;br /&gt;
* Fixed the last move / Pokémon / item / etc not showing in lists sometimes&lt;br /&gt;
* Fixed now clearing the release Pokémon prompt when clicking with touch&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0: Out of beta!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added editing a Pokémon&#039;s held item&lt;br /&gt;
* Box wallpapers are now supported and can be edited&lt;br /&gt;
* Added Portuguese and Lithuanian* translations&lt;br /&gt;
** *Some characters used in the Lithuanian translation don&#039;t have graphics yet&lt;br /&gt;
* Changing a Pokémon&#039;s gender now makes sure the gender is possible for that Pokémon&lt;br /&gt;
** Changing species also makes sure to use a valid gender&lt;br /&gt;
* The system language is now used as the default language&lt;br /&gt;
* Added Twinleaf Town&#039;s song and re-added Pokémon Center gen. 5&#039;s song&lt;br /&gt;
** (a new mod of the gen. 5 pokécenter song)&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Backups are now saved named the current date and time in a folder for the save&lt;br /&gt;
* The sound effects and music volumes have been lowered to ~75%&lt;br /&gt;
* Flashcards are now able to use more proper graphics due to some RAM savings&lt;br /&gt;
* On flashcards chests are now limited to 50 boxes (they use too much RAM if you go higher)&lt;br /&gt;
* Money now has a Pokédollar symbol&lt;br /&gt;
* Updated the nitroFSInit() failed message&lt;br /&gt;
* Box top bar can now be touched to bring up the menu&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Pokémon sprites sometimes looking corrupted&lt;br /&gt;
* Fixed the yellow cursor mode being able to overwrite Pokémon&lt;br /&gt;
* Fixed crashing when changing the species when creating a Pokémon&lt;br /&gt;
* Fixed Castform&#039;s alternate form&#039;s data&lt;br /&gt;
* Fixed the arrow sprite overflowing into the shiny star sprite&lt;br /&gt;
* Fixed Korean saves not working&lt;br /&gt;
* Fixed BP using a u32 for Generation 5 games&lt;br /&gt;
* Fixed year being set wrong if not changed&lt;br /&gt;
* Fixed crashing if the met location was higher than the max in the vector&lt;br /&gt;
* Fixed box jump in chest not moving the cursor back&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Beta versions===&lt;br /&gt;
Changelogs from beta versions can be found on GitHub:&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.11 v0.11]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.10 v0.10]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.9 v0.9]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.8 v0.8]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.7 v0.7]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.6 v0.6]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.5 v0.5]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.4 v0.4]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.3 v0.3]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.2 v0.2]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.1 v0.1]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developer===&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: GUI code, porting PKSM&#039;s save and bank management code&lt;br /&gt;
===Translators===&lt;br /&gt;
* [https://github.com/antoine62 antoine62]: French&lt;br /&gt;
* [https://github.com/Ch1p5 Chips]: Portuguese, some Spanish and French&lt;br /&gt;
* [https://github.com/cimo95 cimo95]: Indonesian&lt;br /&gt;
* [https://github.com/DavidPires David Pires]: Portuguese&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Italian&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: English and Japanese&lt;br /&gt;
* [https://twitter.com/@ExtocineN Extocine]: Russian&lt;br /&gt;
* [https://steamcommunity.com/profiles/76561198276444028 lemonnade0]: Lithuanian&lt;br /&gt;
* [https://github.com/NightYoshi370/ NightYoshi370]: French&lt;br /&gt;
* [https://github.com/R-YaTian R-YaTian]: Chinese&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: German&lt;br /&gt;
* [https://github.com/whatter whatter]: Polish&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/devkitPro devkitPro], [https://github.com/WinterMute WinterMute]: devkitARM, libnds, and libfat.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: [https://github.com/edo9300/ndsi-savedumper ndsi-savedumper]&#039;s gamecard save dumping and injecting code&lt;br /&gt;
* [https://github.com/FlagBrew Flagbrew], [https://github.com/piepie62 piepie62]: [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&#039;s save and bank management code&lt;br /&gt;
* [https://github.com/kwsch Kurt]: [https://github.com/kwsch/PKHeX PKHeX] which was a major reference for the generation 3 code&lt;br /&gt;
* Pokedoc: [https://code.google.com/archive/p/savegame-manager savegame-manager]&#039;s GBA save dumping and injecting&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Adding flashcard and SD being used together and code from [https://github.com/DS-Homebrew/TWiLightMenu TWiLight Menu++]&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: Idea to make a Pokémon Bank for the DS(i]&lt;br /&gt;
* [https://github.com/TotallyNotGuy TotallyNotGuy]: Finding &amp;amp; making graphics and the Pokémon Center generation 4 song&lt;br /&gt;
===Music===&lt;br /&gt;
* [https://modarchive.org/module.php?181718 Pokémon Center (Gen 1)]&lt;br /&gt;
* [https://modarchive.org/module.php?181711 Elm&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181717 Oak&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181756 Game Corner]&lt;br /&gt;
* [https://modarchive.org/module.php?178770 Twinleaf Town].&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=File:Pkmn-chest-v2.2.zip&amp;diff=16385</id>
		<title>File:Pkmn-chest-v2.2.zip</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=File:Pkmn-chest-v2.2.zip&amp;diff=16385"/>
		<updated>2020-11-11T02:44:32Z</updated>

		<summary type="html">&lt;p&gt;Pk11: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=GodMode9i&amp;diff=16371</id>
		<title>GodMode9i</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=GodMode9i&amp;diff=16371"/>
		<updated>2020-05-28T23:08:16Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update to v2.3.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = GodMode9i&lt;br /&gt;
| image       = [[File:GodMode9i.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.3.1&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = RocketRobz&lt;br /&gt;
| website     = https://github.com/RocketRobz/GodMode9i&lt;br /&gt;
| download    = Media:GodMode9i-v2.3.1.7z&lt;br /&gt;
| source      = https://github.com/RocketRobz/GodMode9i&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
GodMode9i is a full access file browser for the Nintendo DS, Nintendo DSi, and Nintendo 3DS library of consoles. It works on any console that has either a flashcard or Custom Firmware.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Dump GameBoy Advance cartridges on the original Nintendo DS and Nintendo DS Lite consoles.&lt;br /&gt;
* Dump Nintendo DS/DSi cartridges on Nintendo DSi and Nintendo 3DS consoles.&lt;br /&gt;
* Copy, move, delete, rename files/folders and create folders.&lt;br /&gt;
* Mount the NitroFS for .nds files (allowing you to browse through them), including retail nds files.&lt;br /&gt;
* Mount FAT image files (.img) and browse their contents.&lt;br /&gt;
* Browse files on supported flashcards when running GM9i from the NAND or SD Card. (AceKard 2(i) and R4 Ultra (r4ultra.com))&lt;br /&gt;
* Browse the internal NAND on DSi consoles.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download and extract the file&lt;br /&gt;
# Copy GodMode9i.nds to your SD card&lt;br /&gt;
# Most flashcards will see GodMode9i as a retail game, so you may need to launch it from [https://github.com/devkitPro/nds-hb-menu/releases/latest HBMenu] or [https://github.com/DS-Homebrew/TWiLightMenu/releases/latest TWiLight Menu++]&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.3.1===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Console ID is now read from the AES ports. &amp;lt;br&amp;gt; This allows browsing the DSi NAND with just DSiWarehax (such as sudokuhax, Flipnote Lenny, Memory Pit, etc).&lt;br /&gt;
* Added message under &amp;lt;code&amp;gt;Y - Held&amp;lt;/code&amp;gt;.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed files/folders in folders not being copied to &amp;lt;code&amp;gt;/gm9i/out/&amp;lt;/code&amp;gt;, when pressing R+A.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.3.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* FAT image (&amp;lt;code&amp;gt;.img&amp;lt;/code&amp;gt;) files can now be mounted.&lt;br /&gt;
* NitroFS or the FAT image can now be unmounted by pressing &amp;lt;code&amp;gt;R+X&amp;lt;/code&amp;gt;.&lt;br /&gt;
* 3DS console is now found by checking the NAND.&lt;br /&gt;
&#039;&#039;Improvement&#039;&#039;&lt;br /&gt;
* Improved DS(i) ROM dump speed to run twice as fast!&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* You no longer need to manually open the SD card before unmounting.&lt;br /&gt;
* GM9i can now start successfully without an SD card!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.2.0: Goodbye twlnf! (Valentine&#039;s Day release)===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* NAND browsing is finally added! &amp;lt;br&amp;gt; The code is from twlnf (by JimmyZ), but for safety reasons, the NAND write code has been removed, so you won&#039;t have to worry about locking out Unlaunch installs/updates, or bricking your console. &amp;lt;br&amp;gt; This makes GodMode9i a safe alternative to twlnf for NAND browsing! &amp;lt;br&amp;gt; &#039;&#039;&#039;NOTE&#039;&#039;&#039;: This feature is only available for DSi consoles, and may not work without Unlaunch.&lt;br /&gt;
* Added direct access for Acekard 2i with Deep Labyrinth banner.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Added NitroFS mounting for other DS(i) ROM filetypes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.1.1: DS-mode bug fix release===&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Fixed green smiley faces appearing, instead of a green border.&lt;br /&gt;
* Fixed DS game dumping being shown on Slot-1 flashcards.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.1.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* The GUI now looks closer to the original GM9, with the top text now placed behind a green line, and unhighlighted folders now tinted blue.&lt;br /&gt;
* 2 RAM drives are now available!&lt;br /&gt;
* One is shown for both DSi and 3DS (9MB), and the other is only shown for 3DS (16MB).&lt;br /&gt;
* The size of the highlighted drive is now shown.&lt;br /&gt;
* File/folder attributes can now be changed.&lt;br /&gt;
* Time text is no longer cleared, except for when dumping GBA ROMs.&lt;br /&gt;
* Directory options (&amp;lt;code&amp;gt;R+A&amp;lt;/code&amp;gt;) are now shown.&lt;br /&gt;
* You can now press &amp;lt;code&amp;gt;R+A&amp;lt;/code&amp;gt; while any &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; dir is highlighted, to go back to the drive menu.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Fixed some TWL ROM dumps not containing the complete header.&lt;br /&gt;
* It is unknown if the bug with missing TWL binaries is fixed.&lt;br /&gt;
* ([https://github.com/Epicpkmn11 Epicpkmn11]) Fixed file browsing being super flickery.&lt;br /&gt;
* When renaming a file/folder or creating a folder, unsupported characters are now blanked out, to prevent deletion.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.1===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* DS(i) carts can now be dumped to Slot-2 flashcards as well! (Untested)&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* TWL ROMs are now properly dumped.&lt;br /&gt;
* It is recommended to update to this version, and redump, if you dumped them with v2.0.0.&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Some TWL ROM dumps will still not be proper, such as Pokemon B/W 1&amp;amp;2.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* You can now backup your DS(i) game carts to the SD card!&lt;br /&gt;
* Supports both &#039;&#039;&#039;NTR&#039;&#039;&#039; (DS) and &#039;&#039;&#039;TWL&#039;&#039;&#039; (DSi-Enhanced/Exclusive) carts.&lt;br /&gt;
* Both full ROM and save dumps will be made, with TWL ROMs including the DSi header and (arm9i/7i) binaries, and trimming, as an option.&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Modcrypt region(s) of TWL areas are improperly decrypted. The dumped ROM may not work in NO$GBA or the CycloDS iEvolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.5: TWL Christmas release===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Added direct access support for Acekard 2i with the banner of Hello Kitty no Panda Sports Stadium.&lt;br /&gt;
* Filesize is now 88KB smaller.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* DLDI driver is now retained when launching homebrew from SD card.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.4: New Years release===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* When dumping a GBA ROM, the SRAM is dumped as well.&lt;br /&gt;
&#039;&#039;Improvements&#039;&#039;&lt;br /&gt;
* [https://github.com/profi200 profi200]&#039;s improved SD code used in fastboot3DS, and [https://github.com/shutterbug2000 shutterbug2000] &amp;amp; [https://github.com/ahezard ahezard]&#039;s NDMA code used in nds-bootstrap, are now used to slightly boost SD reads.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed bug with renaming a file&#039;s name to a new name with spaces. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.3===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Filesizes are shown next to the filenames.&lt;br /&gt;
* You can now hold R+X to rename a file or folder. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* You can now hold R+Y to create a new folder.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; is now always shown before the file/folder list. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* You can no longer copy and paste a file in same location as copied file.&lt;br /&gt;
* &amp;lt;code&amp;gt;1 Bytes&amp;lt;/code&amp;gt; is now shown as &amp;lt;code&amp;gt;1 Byte&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.2===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Added recursive copying (copy files and dirs within dirs). (thanks to @Epicpkmn11)&lt;br /&gt;
* When taking a screenshot, the bottom screen will now be taken as well.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Screenshots will no longer exclude the first vertical line.&lt;br /&gt;
* When taking a screenshot, &amp;lt;code&amp;gt;/gm9i/out&amp;lt;/code&amp;gt; will now be created, if it doesn&#039;t exist.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.1, now with screenshot capture!===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Screenshot capture has been added! (Credit to devkitPro for the code used in the nds example)&lt;br /&gt;
* Hold R+L buttons to take a screenshot.&lt;br /&gt;
* New logo, where it&#039;s similar to the original GodMode9 logo. (Logo made by [https://github.com/zacchi4k zacchi4k])&lt;br /&gt;
* The icon has been updated as well.&lt;br /&gt;
* CIA users: To see the new icon, delete GodMode9i from &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;DSiWare&amp;lt;/code&amp;gt; in System Settings, then install the CIA again.&lt;br /&gt;
* Recursive folder deleting has been added, so now folders can be deleted properly! (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* &amp;lt;code&amp;gt;.dsi&amp;lt;/code&amp;gt; files can now be booted! (thanks to [https://github.com/ChampionLeake ChampionLeake])&lt;br /&gt;
* Power button text has been updated for 3DS consoles, along with the addition of a HOME button text.&lt;br /&gt;
* Removed unneeded exception stub and bootstub.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Prevented wrapping with Left/Right press. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Screenshot captures lack the first vertical line.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* GM9i now has the look of the original GodMode9!&lt;br /&gt;
** The path and time text on top is now colored green.&lt;br /&gt;
** Un-highlighted selections are now darkened.&lt;br /&gt;
** Directories/folders now show &amp;lt;code&amp;gt;(dir)&amp;lt;/code&amp;gt; on the right side of the screen.&lt;br /&gt;
** &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; is now shown on drive root.&lt;br /&gt;
* SD card can now be remounted again on NO$GBA (if .nds itself is ran).&lt;br /&gt;
&#039;&#039;Improvement&#039;&#039;&lt;br /&gt;
* File sizes are now loaded into memory, and displayed from there, instead of loading file size on each file highlight.&lt;br /&gt;
* Fixes big files taking a second to show the size on-screen.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Certain Slot-1 carts (such as R4i and 3DS carts) will no longer cause the app to shut down the console.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.2.1===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* The GodMode icon of DOOM has been added to the logo!&lt;br /&gt;
* CIA users: To see the new icon, delete GodMode9i from &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;DSiWare&amp;lt;/code&amp;gt; in System Settings, then install the CIA again.&lt;br /&gt;
* SD card&#039;s volume label is now shown.&lt;br /&gt;
* While copying a file, the number of bytes copied, alongside the actual file size, are now shown.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* The boot option for .firm payloads is no longer shown on DSi consoles.&lt;br /&gt;
* Should now work properly on CycloDS iEvolution in DSi mode.&lt;br /&gt;
* Removed SD remounting, as it never worked.&lt;br /&gt;
* After deleting file which is contained in clipboard, the clipboard is now cleared.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.2.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Non-spoofed AK2i carts should now be supported when running from the SD card or as a CIA.&lt;br /&gt;
* You can now move files between the SD card and flashcard.&lt;br /&gt;
* The NitroFS of a .nds file can now be mounted.&lt;br /&gt;
* Software version is now added to the filename of a dumped GBA ROM.&lt;br /&gt;
* &amp;lt;code&amp;gt;[fat:/] GAMECART&amp;lt;/code&amp;gt; is now shown, only if flashcard is successfully mounted.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; can no longer be copied to clipboard.&lt;br /&gt;
* Clipboard can no longer be restored after moving a file, as clipboard would contain a non-existent file.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1.0 (Rev 01)===&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed major bug where reading from GBA cart memory on DSi and 3DS consoles would cause a Guru Meditation Error. &amp;lt;br&amp;gt; The reads now only occur on DS Phat/lite consoles&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* DS Phat/lite users: You can now dump your GBA cartridges to your flashcard!&lt;br /&gt;
* Added feature to copy or move a file to a specific folder.&lt;br /&gt;
* Can now mount/unmount flashcard by holding R+B. (Only works in DS mode)&lt;br /&gt;
* SD card/CIA users: Will try to read microSD from R4i Gold 3DS Plus.&lt;br /&gt;
* If the app crashes after the GM9i logo, hold Y during the logo on next boot, to disable Slot-1 access.&lt;br /&gt;
&#039;&#039;Improvement&#039;&#039;&lt;br /&gt;
* Moved most TWL/DSi-mode code, including the built-in DLDI drivers, to arm9i binary.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed nothing being shown when pressing A on a non-bootable file in &amp;lt;code&amp;gt;gm9i/out&amp;lt;/code&amp;gt;.&lt;br /&gt;
* It&#039;ll now simply not do anything, if only either the SD card or flashcard is mounted.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0.0 (Rev 01)===&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;Copy to /gmi9/out&amp;lt;/code&amp;gt; spelling error fixed. Now shows &amp;lt;code&amp;gt;Copy to /gm9i/out&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0.0: Initial release===&lt;br /&gt;
* This is the first release of GodMode9i for the DS and DSi (and also works on 3DS).&lt;br /&gt;
* In this version, you can browse files, including deleting, and copying files between the SD card and flashcard.&lt;br /&gt;
* Supported flashcards, if being ran off the SD card or as a CIA:&lt;br /&gt;
** Acekard 2(i)&lt;br /&gt;
** R4 Ultra&lt;br /&gt;
* NOTE: Do not keep a 3DS cart in the slot, or else the app will crash.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Creator of GodMode9i.&lt;br /&gt;
* [https://github.com/zacchi4k zacchi4k]: Creator of the GodMode9i logo used in v1.3.1 and onwards.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Save reading code from his save manager tool.&lt;br /&gt;
* [https://github.com/JimmyZ JimmyZ]: NAND code from twlnf (with writing code stripped for safety reasons).&lt;br /&gt;
* [https://github.com/devkitPro devkitPro]: devkitARM, libnds, original nds-hb-menu code, and screenshot code.&lt;br /&gt;
* [https://github.com/d0k3 d0k3]: Original GM9 app and name for the Nintendo 3DS, which this is inspired by.&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=File:GodMode9i-v2.3.1.7z&amp;diff=16372</id>
		<title>File:GodMode9i-v2.3.1.7z</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=File:GodMode9i-v2.3.1.7z&amp;diff=16372"/>
		<updated>2020-05-28T23:02:05Z</updated>

		<summary type="html">&lt;p&gt;Pk11: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=16031</id>
		<title>Pkmn-chest</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=16031"/>
		<updated>2020-04-23T06:06:22Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update for pkmn-chest v2.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = pkmn-chest&lt;br /&gt;
| image       = [[File:pkmn-chest.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.0.1&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = Pk11, Universal-Team&lt;br /&gt;
| website     = https://universal-team.github.io/projects/pkmn-chest.html&lt;br /&gt;
| download    = Media:pkmn-chest-v2.1.zip&lt;br /&gt;
| source      = https://github.com/Universal-Team/pkmn-chest&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pokémon Chest is an app for the DS(i) that can store and edit Pokémon in the DS and GBA Pokémon games.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Loading save files from DSi SD, Flashcard SD, and retail cartridges&lt;br /&gt;
* Storing up to &amp;lt;abbr title=&amp;quot;(Flashcards)&amp;quot;&amp;gt;50&amp;lt;/abbr&amp;gt; or &amp;lt;abbr title=&amp;quot;(DSi/3DS SD)&amp;quot;&amp;gt;500&amp;lt;/abbr&amp;gt; boxes of Pokémon per chest with support for multiple chests&lt;br /&gt;
* Editing most Pokémon, trainer, and other save data&lt;br /&gt;
* Editing items in the bag&lt;br /&gt;
* Injecting pk* files from SD&lt;br /&gt;
* Dumping Pokémon to pk* files&lt;br /&gt;
* Translated to Chinese, English, French, German, Indonesian, Italian, Japanese, Korean, Lithuanian, Polish, Portuguese, Russian, and Spanish&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download the file&lt;br /&gt;
# Copy pkmn-chest.nds to your SD card&lt;br /&gt;
# If you see a &amp;lt;code&amp;gt;nitroFSInit() failed...&amp;lt;/code&amp;gt; error then place a copy of pkmn-chest.nds at &amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.1: Added Chinese and Polish and widescreen on 3DS===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added top screen widescreen support on 3DS&lt;br /&gt;
** Run from TWiLight Menu++ with aspect ratio set to 16:10 and have [https://github.com/DS-Homebrew/TWiLightMenu/wiki/Playing-in-Widescreen widescreen set up]&lt;br /&gt;
* Added Polish and Chinese (Simplified &amp;amp; Traditional)&lt;br /&gt;
* Chinese (Simplified) and Korean will now be used as the default language on DSi&#039;s from those regions in DSi mode&lt;br /&gt;
* Added a held item indicator in the boxes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Redesigned / rekerned some letters (mostly unused ones)&lt;br /&gt;
* Corrected arrow positioning in sort and filter menus&lt;br /&gt;
* The .cia version&#039;s title ID has been changed from `####` to `WPKA` so you may have two copies on your home menu after installing this update, feel free to install the old one&lt;br /&gt;
* Now /_nds/pkmn-chest/pkmn-chest.nds will be checked if pkmn-chest.nds is found in the current directory but is outdated&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed crash when viewing a female Frillish or Jellicent&lt;br /&gt;
* Fixed party Pokemon showing on the dump message in the party&lt;br /&gt;
* Fixed generated Gen. 3 Pokemon not having an ability and single ability Gen. 3 Pokemon&#039;s abilities being removed&lt;br /&gt;
* Fixed not updating party info after editing&lt;br /&gt;
** Fixes problems like requiring a level up / putting in the box before exp would update&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.1: Bug fix update: Black Kyurem crash===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* The NitroFS rom (&amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;)&#039;s version is now checked and a warning will be shown if its outdated&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Black Kyurem causing the app to crash&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0: Generation three support!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added generation three save support!&lt;br /&gt;
** This works from both save files and real cartridges (cartridges only on DS (Lite))&lt;br /&gt;
* Custom theming support&lt;br /&gt;
** Check the [https://github.com/Universal-Team/pkmn-chest/wiki/getting-started-(themes) GitHub wiki] for info on how to make a theme&lt;br /&gt;
** You can customize all images, colors, and add custom background music&lt;br /&gt;
* After dumping Pokémon it now shows an info box to let you know where it was dumped to&lt;br /&gt;
* Added Pokémon Center (Gen. 3) song&lt;br /&gt;
* Made a [https://github.com/Universal-Team/pkmn-chest/blob/master/resources/pkmn-chest.nds.png boxart] for TWiLight Menu++&lt;br /&gt;
* &amp;lt;code&amp;gt;.pk6&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.pk7&amp;lt;/code&amp;gt; files can now be injected, however Pokémon added in generation 6 or 7 will not show correctly&lt;br /&gt;
* Added setting a Pokémon&#039;s OT to the current trainer from the summary&lt;br /&gt;
* Added pressing `START` on the top menu to exit the app&lt;br /&gt;
* A please wait message is now shown while dumping a save&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changed &amp;lt;code&amp;gt;Deutsche&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;Deutsch&amp;lt;/code&amp;gt; in the language names&lt;br /&gt;
* Japanese and Korean now use &amp;lt;code&amp;gt;円&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;원&amp;lt;/code&amp;gt; respecively instead of Pokédollars&lt;br /&gt;
* The core save code is now using a submodule shared with [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&lt;br /&gt;
* Some options in summary were moved, now the nickname is changed by clicking it above the Pokémon&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed the first item from the next pouch showing in the previous pouch&lt;br /&gt;
* Block editing Key Items with touch&lt;br /&gt;
* Fixed wallpaper selection palettes&lt;br /&gt;
* Fixed Poké Ball palettes being wrong&lt;br /&gt;
* Fixed palettes for changing forms&lt;br /&gt;
* Fixed nature selection in the filter menu&lt;br /&gt;
* Fixed ability changing not working correctly in generation 5&lt;br /&gt;
* Fixed Italian DS&#039;s defaulting to Spanish and Spanish DS&#039;s defaulting to English&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1: New update for the new decade!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added Party Pokémon management from within the box screen&lt;br /&gt;
** This means you can now move Pokémon to / from the party&lt;br /&gt;
** Also removed the Party menu from the X Menu&lt;br /&gt;
* You can now type using the buttons&lt;br /&gt;
** Controlled with D-Pad + face buttons with L/R for modifiers&lt;br /&gt;
** Letter arrangement and 4 / 8 direction modes configurable in settings&lt;br /&gt;
* You can now type Hangul&lt;br /&gt;
** The input should work exactly the same as macOS 10.14&#039;s 2-Set Hangul input, including combining things into groups of 3+ letters, but as many of the more complex letter groups aren&#039;t in the font they won&#039;t show, once you type the next letter to split it out it&#039;ll show back up, though (ex. &amp;lt;code&amp;gt;퐄&amp;lt;/code&amp;gt; won&#039;t show, but on typing &amp;lt;code&amp;gt;ㅔ&amp;lt;/code&amp;gt; it&#039;ll split to &amp;lt;code&amp;gt;포케&amp;lt;/code&amp;gt;)&lt;br /&gt;
* A preview of the flick character is now shown on 10-key keyboards&lt;br /&gt;
* The missing letters from Lithuanian and Russian have been added&lt;br /&gt;
** Cyrillic was completely redesigned to better match the style of the Latin letters&lt;br /&gt;
* You can now browse in subdirectories when injecting from pk* files&lt;br /&gt;
* You can now edit the items in your bag!&lt;br /&gt;
* You can now filter Pokémon based on types, stats, etc&lt;br /&gt;
* You can now sort Pokémon based on types, stats, etc&lt;br /&gt;
* Added a notice to close and reopen the console if saving freezes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changing &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt;&#039;s form now goes &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt;&lt;br /&gt;
* Slot-1 isn&#039;t scanned when a flashcard is being used&lt;br /&gt;
** Fixes some flashcards such as the R4i Gold 3DS Plus&lt;br /&gt;
* The kerning on many characters have been improved&lt;br /&gt;
* Light background lists now have dark backgrounds so as not to need two graphics for lists&lt;br /&gt;
* Config has been changes to use a &amp;lt;code&amp;gt;.json&amp;lt;/code&amp;gt; file instead of a &amp;lt;code&amp;gt;.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
** This means your settings from v1.0 won&#039;t be able to be loaded&lt;br /&gt;
* Switched background graphics to use 256 color layers and graphics&lt;br /&gt;
** This means flashcards and DSi SD can now both use all graphics as it freed up a lot of RAM&lt;br /&gt;
* Added Indonesian translation&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed type images being in the wrong language sometimes&lt;br /&gt;
* Fixed non-base stats being in the wrong order&lt;br /&gt;
* Fixed the last move / Pokémon / item / etc not showing in lists sometimes&lt;br /&gt;
* Fixed now clearing the release Pokémon prompt when clicking with touch&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0: Out of beta!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added editing a Pokémon&#039;s held item&lt;br /&gt;
* Box wallpapers are now supported and can be edited&lt;br /&gt;
* Added Portuguese and Lithuanian* translations&lt;br /&gt;
** *Some characters used in the Lithuanian translation don&#039;t have graphics yet&lt;br /&gt;
* Changing a Pokémon&#039;s gender now makes sure the gender is possible for that Pokémon&lt;br /&gt;
** Changing species also makes sure to use a valid gender&lt;br /&gt;
* The system language is now used as the default language&lt;br /&gt;
* Added Twinleaf Town&#039;s song and re-added Pokémon Center gen. 5&#039;s song&lt;br /&gt;
** (a new mod of the gen. 5 pokécenter song)&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Backups are now saved named the current date and time in a folder for the save&lt;br /&gt;
* The sound effects and music volumes have been lowered to ~75%&lt;br /&gt;
* Flashcards are now able to use more proper graphics due to some RAM savings&lt;br /&gt;
* On flashcards chests are now limited to 50 boxes (they use too much RAM if you go higher)&lt;br /&gt;
* Money now has a Pokédollar symbol&lt;br /&gt;
* Updated the nitroFSInit() failed message&lt;br /&gt;
* Box top bar can now be touched to bring up the menu&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Pokémon sprites sometimes looking corrupted&lt;br /&gt;
* Fixed the yellow cursor mode being able to overwrite Pokémon&lt;br /&gt;
* Fixed crashing when changing the species when creating a Pokémon&lt;br /&gt;
* Fixed Castform&#039;s alternate form&#039;s data&lt;br /&gt;
* Fixed the arrow sprite overflowing into the shiny star sprite&lt;br /&gt;
* Fixed Korean saves not working&lt;br /&gt;
* Fixed BP using a u32 for Generation 5 games&lt;br /&gt;
* Fixed year being set wrong if not changed&lt;br /&gt;
* Fixed crashing if the met location was higher than the max in the vector&lt;br /&gt;
* Fixed box jump in chest not moving the cursor back&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Beta versions===&lt;br /&gt;
Changelogs from beta versions can be found on GitHub:&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.11 v0.11]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.10 v0.10]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.9 v0.9]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.8 v0.8]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.7 v0.7]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.6 v0.6]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.5 v0.5]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.4 v0.4]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.3 v0.3]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.2 v0.2]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.1 v0.1]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developer===&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: GUI code, porting PKSM&#039;s save and bank management code&lt;br /&gt;
===Translators===&lt;br /&gt;
* [https://github.com/antoine62 antoine62]: French&lt;br /&gt;
* [https://github.com/Ch1p5 Chips]: Portuguese, some Spanish and French&lt;br /&gt;
* [https://github.com/cimo95 cimo95]: Indonesian&lt;br /&gt;
* [https://github.com/DavidPires David Pires]: Portuguese&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Italian&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: English and Japanese&lt;br /&gt;
* [https://twitter.com/@ExtocineN Extocine]: Russian&lt;br /&gt;
* [https://steamcommunity.com/profiles/76561198276444028 lemonnade0]: Lithuanian&lt;br /&gt;
* [https://github.com/NightYoshi370/ NightYoshi370]: French&lt;br /&gt;
* [https://github.com/R-YaTian R-YaTian]: Chinese&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: German&lt;br /&gt;
* [https://github.com/whatter whatter]: Polish&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/devkitPro devkitPro], [https://github.com/WinterMute WinterMute]: devkitARM, libnds, and libfat.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: [https://github.com/edo9300/ndsi-savedumper ndsi-savedumper]&#039;s gamecard save dumping and injecting code&lt;br /&gt;
* [https://github.com/FlagBrew Flagbrew], [https://github.com/piepie62 piepie62]: [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&#039;s save and bank management code&lt;br /&gt;
* [https://github.com/kwsch Kurt]: [https://github.com/kwsch/PKHeX PKHeX] which was a major reference for the generation 3 code&lt;br /&gt;
* Pokedoc: [https://code.google.com/archive/p/savegame-manager savegame-manager]&#039;s GBA save dumping and injecting&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Adding flashcard and SD being used together and code from [https://github.com/DS-Homebrew/TWiLightMenu TWiLight Menu++]&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: Idea to make a Pokémon Bank for the DS(i]&lt;br /&gt;
* [https://github.com/TotallyNotGuy TotallyNotGuy]: Finding &amp;amp; making graphics and the Pokémon Center generation 4 song&lt;br /&gt;
===Music===&lt;br /&gt;
* [https://modarchive.org/module.php?181718 Pokémon Center (Gen 1)]&lt;br /&gt;
* [https://modarchive.org/module.php?181711 Elm&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181717 Oak&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181756 Game Corner]&lt;br /&gt;
* [https://modarchive.org/module.php?178770 Twinleaf Town].&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=File:Pkmn-chest-v2.1.zip&amp;diff=16032</id>
		<title>File:Pkmn-chest-v2.1.zip</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=File:Pkmn-chest-v2.1.zip&amp;diff=16032"/>
		<updated>2020-04-23T06:06:10Z</updated>

		<summary type="html">&lt;p&gt;Pk11: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14626</id>
		<title>Pkmn-chest</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14626"/>
		<updated>2020-02-22T04:14:51Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update for pkmn-chest v2.0.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = pkmn-chest&lt;br /&gt;
| image       = [[File:pkmn-chest.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.0.1&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = Pk11, Universal-Team&lt;br /&gt;
| website     = https://universal-team.github.io/projects/pkmn-chest.html&lt;br /&gt;
| download    = https://github.com/Universal-Team/pkmn-chest/releases/download/v2.0.1/pkmn-chest.nds&lt;br /&gt;
| source      = https://github.com/Universal-Team/pkmn-chest&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pokémon Chest is an app for the DS(i) that can store and edit Pokémon in the DS and GBA Pokémon games.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Loading save files from DSi SD, Flashcard SD, and retail cartridges&lt;br /&gt;
* Storing up to &amp;lt;abbr title=&amp;quot;(Flashcards)&amp;quot;&amp;gt;50&amp;lt;/abbr&amp;gt; or &amp;lt;abbr title=&amp;quot;(DSi/3DS SD)&amp;quot;&amp;gt;500&amp;lt;/abbr&amp;gt; boxes of Pokémon per chest with support for multiple chests&lt;br /&gt;
* Editing most Pokémon, trainer, and other save data&lt;br /&gt;
* Editing items in the bag&lt;br /&gt;
* Injecting pk* files from SD&lt;br /&gt;
* Dumping Pokémon to pk* files&lt;br /&gt;
* Translated to English, French, German, Indonesian, Italian, Japanese, Korean, Lithuanian, Portuguese, Russian, and Spanish&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download the file&lt;br /&gt;
# Copy pkmn-chest.nds to your SD card&lt;br /&gt;
# If you see a &amp;lt;code&amp;gt;nitroFSInit() failed...&amp;lt;/code&amp;gt; error then place a copy of pkmn-chest.nds at &amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.0.1: Bug fix update: Black Kyurem crash===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* The NitroFS rom (&amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;)&#039;s version is now checked and a warning will be shown if its outdated&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Black Kyurem causing the app to crash&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0: Generation three support!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added generation three save support!&lt;br /&gt;
** This works from both save files and real cartridges (cartridges only on DS (Lite))&lt;br /&gt;
* Custom theming support&lt;br /&gt;
** Check the [https://github.com/Universal-Team/pkmn-chest/wiki/getting-started-(themes) GitHub wiki] for info on how to make a theme&lt;br /&gt;
** You can customize all images, colors, and add custom background music&lt;br /&gt;
* After dumping Pokémon it now shows an info box to let you know where it was dumped to&lt;br /&gt;
* Added Pokémon Center (Gen. 3) song&lt;br /&gt;
* Made a [https://github.com/Universal-Team/pkmn-chest/blob/master/resources/pkmn-chest.nds.png boxart] for TWiLight Menu++&lt;br /&gt;
* &amp;lt;code&amp;gt;.pk6&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.pk7&amp;lt;/code&amp;gt; files can now be injected, however Pokémon added in generation 6 or 7 will not show correctly&lt;br /&gt;
* Added setting a Pokémon&#039;s OT to the current trainer from the summary&lt;br /&gt;
* Added pressing `START` on the top menu to exit the app&lt;br /&gt;
* A please wait message is now shown while dumping a save&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changed &amp;lt;code&amp;gt;Deutsche&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;Deutsch&amp;lt;/code&amp;gt; in the language names&lt;br /&gt;
* Japanese and Korean now use &amp;lt;code&amp;gt;円&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;원&amp;lt;/code&amp;gt; respecively instead of Pokédollars&lt;br /&gt;
* The core save code is now using a submodule shared with [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&lt;br /&gt;
* Some options in summary were moved, now the nickname is changed by clicking it above the Pokémon&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed the first item from the next pouch showing in the previous pouch&lt;br /&gt;
* Block editing Key Items with touch&lt;br /&gt;
* Fixed wallpaper selection palettes&lt;br /&gt;
* Fixed Poké Ball palettes being wrong&lt;br /&gt;
* Fixed palettes for changing forms&lt;br /&gt;
* Fixed nature selection in the filter menu&lt;br /&gt;
* Fixed ability changing not working correctly in generation 5&lt;br /&gt;
* Fixed Italian DS&#039;s defaulting to Spanish and Spanish DS&#039;s defaulting to English&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1: New update for the new decade!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added Party Pokémon management from within the box screen&lt;br /&gt;
** This means you can now move Pokémon to / from the party&lt;br /&gt;
** Also removed the Party menu from the X Menu&lt;br /&gt;
* You can now type using the buttons&lt;br /&gt;
** Controlled with D-Pad + face buttons with L/R for modifiers&lt;br /&gt;
** Letter arrangement and 4 / 8 direction modes configurable in settings&lt;br /&gt;
* You can now type Hangul&lt;br /&gt;
** The input should work exactly the same as macOS 10.14&#039;s 2-Set Hangul input, including combining things into groups of 3+ letters, but as many of the more complex letter groups aren&#039;t in the font they won&#039;t show, once you type the next letter to split it out it&#039;ll show back up, though (ex. &amp;lt;code&amp;gt;퐄&amp;lt;/code&amp;gt; won&#039;t show, but on typing &amp;lt;code&amp;gt;ㅔ&amp;lt;/code&amp;gt; it&#039;ll split to &amp;lt;code&amp;gt;포케&amp;lt;/code&amp;gt;)&lt;br /&gt;
* A preview of the flick character is now shown on 10-key keyboards&lt;br /&gt;
* The missing letters from Lithuanian and Russian have been added&lt;br /&gt;
** Cyrillic was completely redesigned to better match the style of the Latin letters&lt;br /&gt;
* You can now browse in subdirectories when injecting from pk* files&lt;br /&gt;
* You can now edit the items in your bag!&lt;br /&gt;
* You can now filter Pokémon based on types, stats, etc&lt;br /&gt;
* You can now sort Pokémon based on types, stats, etc&lt;br /&gt;
* Added a notice to close and reopen the console if saving freezes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changing &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt;&#039;s form now goes &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt;&lt;br /&gt;
* Slot-1 isn&#039;t scanned when a flashcard is being used&lt;br /&gt;
** Fixes some flashcards such as the R4i Gold 3DS Plus&lt;br /&gt;
* The kerning on many characters have been improved&lt;br /&gt;
* Light background lists now have dark backgrounds so as not to need two graphics for lists&lt;br /&gt;
* Config has been changes to use a &amp;lt;code&amp;gt;.json&amp;lt;/code&amp;gt; file instead of a &amp;lt;code&amp;gt;.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
** This means your settings from v1.0 won&#039;t be able to be loaded&lt;br /&gt;
* Switched background graphics to use 256 color layers and graphics&lt;br /&gt;
** This means flashcards and DSi SD can now both use all graphics as it freed up a lot of RAM&lt;br /&gt;
* Added Indonesian translation&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed type images being in the wrong language sometimes&lt;br /&gt;
* Fixed non-base stats being in the wrong order&lt;br /&gt;
* Fixed the last move / Pokémon / item / etc not showing in lists sometimes&lt;br /&gt;
* Fixed now clearing the release Pokémon prompt when clicking with touch&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0: Out of beta!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added editing a Pokémon&#039;s held item&lt;br /&gt;
* Box wallpapers are now supported and can be edited&lt;br /&gt;
* Added Portuguese and Lithuanian* translations&lt;br /&gt;
** *Some characters used in the Lithuanian translation don&#039;t have graphics yet&lt;br /&gt;
* Changing a Pokémon&#039;s gender now makes sure the gender is possible for that Pokémon&lt;br /&gt;
** Changing species also makes sure to use a valid gender&lt;br /&gt;
* The system language is now used as the default language&lt;br /&gt;
* Added Twinleaf Town&#039;s song and re-added Pokémon Center gen. 5&#039;s song&lt;br /&gt;
** (a new mod of the gen. 5 pokécenter song)&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Backups are now saved named the current date and time in a folder for the save&lt;br /&gt;
* The sound effects and music volumes have been lowered to ~75%&lt;br /&gt;
* Flashcards are now able to use more proper graphics due to some RAM savings&lt;br /&gt;
* On flashcards chests are now limited to 50 boxes (they use too much RAM if you go higher)&lt;br /&gt;
* Money now has a Pokédollar symbol&lt;br /&gt;
* Updated the nitroFSInit() failed message&lt;br /&gt;
* Box top bar can now be touched to bring up the menu&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Pokémon sprites sometimes looking corrupted&lt;br /&gt;
* Fixed the yellow cursor mode being able to overwrite Pokémon&lt;br /&gt;
* Fixed crashing when changing the species when creating a Pokémon&lt;br /&gt;
* Fixed Castform&#039;s alternate form&#039;s data&lt;br /&gt;
* Fixed the arrow sprite overflowing into the shiny star sprite&lt;br /&gt;
* Fixed Korean saves not working&lt;br /&gt;
* Fixed BP using a u32 for Generation 5 games&lt;br /&gt;
* Fixed year being set wrong if not changed&lt;br /&gt;
* Fixed crashing if the met location was higher than the max in the vector&lt;br /&gt;
* Fixed box jump in chest not moving the cursor back&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Beta versions===&lt;br /&gt;
Changelogs from beta versions can be found on GitHub:&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.11 v0.11]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.10 v0.10]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.9 v0.9]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.8 v0.8]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.7 v0.7]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.6 v0.6]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.5 v0.5]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.4 v0.4]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.3 v0.3]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.2 v0.2]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.1 v0.1]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developer===&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: GUI code, porting PKSM&#039;s save and bank management code&lt;br /&gt;
===Translators===&lt;br /&gt;
* [https://github.com/antoine62 antoine62]: French&lt;br /&gt;
* [https://github.com/Ch1p5 Chips]: Portuguese, some Spanish and French&lt;br /&gt;
* [https://github.com/cimo95 cimo95]: Indonesian&lt;br /&gt;
* [https://github.com/DavidPires David Pires]: Portuguese&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Italian&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: English and Japanese&lt;br /&gt;
* [https://twitter.com/@ExtocineN Extocine]: Russian&lt;br /&gt;
* [https://steamcommunity.com/profiles/76561198276444028 lemonnade0]: Lithuanian&lt;br /&gt;
* [https://github.com/NightYoshi370/ NightYoshi370]: French&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: German&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/devkitPro devkitPro], [https://github.com/WinterMute WinterMute]: devkitARM, libnds, and libfat.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: [https://github.com/edo9300/ndsi-savedumper ndsi-savedumper]&#039;s gamecard save dumping and injecting code&lt;br /&gt;
* [https://github.com/FlagBrew Flagbrew], [https://github.com/piepie62 piepie62]: [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&#039;s save and bank management code&lt;br /&gt;
* [https://github.com/kwsch Kurt]: [https://github.com/kwsch/PKHeX PKHeX] which was a major reference for the generation 3 code&lt;br /&gt;
* Pokedoc: [https://code.google.com/archive/p/savegame-manager savegame-manager]&#039;s GBA save dumping and injecting&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Adding flashcard and SD being used together and code from [https://github.com/DS-Homebrew/TWiLightMenu TWiLight Menu++]&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: Idea to make a Pokémon Bank for the DS(i]&lt;br /&gt;
* [https://github.com/TotallyNotGuy TotallyNotGuy]: Finding &amp;amp; making graphics and the Pokémon Center generation 4 song&lt;br /&gt;
===Music===&lt;br /&gt;
* [https://modarchive.org/module.php?181718 Pokémon Center (Gen 1)]&lt;br /&gt;
* [https://modarchive.org/module.php?181711 Elm&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181717 Oak&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181756 Game Corner]&lt;br /&gt;
* [https://modarchive.org/module.php?178770 Twinleaf Town].&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14625</id>
		<title>Pkmn-chest</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14625"/>
		<updated>2020-02-19T23:29:17Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update for pkmn-chest v2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = pkmn-chest&lt;br /&gt;
| image       = [[File:pkmn-chest.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.0&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = Pk11, Universal-Team&lt;br /&gt;
| website     = https://universal-team.github.io/projects/pkmn-chest.html&lt;br /&gt;
| download    = https://github.com/Universal-Team/pkmn-chest/releases/download/v2.0/pkmn-chest.nds&lt;br /&gt;
| source      = https://github.com/Universal-Team/pkmn-chest&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pokémon Chest is an app for the DS(i) that can store and edit Pokémon in the DS and GBA Pokémon games.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Loading save files from DSi SD, Flashcard SD, and retail cartridges&lt;br /&gt;
* Storing up to &amp;lt;abbr title=&amp;quot;(Flashcards)&amp;quot;&amp;gt;50&amp;lt;/abbr&amp;gt; or &amp;lt;abbr title=&amp;quot;(DSi/3DS SD)&amp;quot;&amp;gt;500&amp;lt;/abbr&amp;gt; boxes of Pokémon per chest with support for multiple chests&lt;br /&gt;
* Editing most Pokémon, trainer, and other save data&lt;br /&gt;
* Editing items in the bag&lt;br /&gt;
* Injecting pk* files from SD&lt;br /&gt;
* Dumping Pokémon to pk* files&lt;br /&gt;
* Translated to English, French, German, Indonesian, Italian, Japanese, Korean, Lithuanian, Portuguese, Russian, and Spanish&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download the file&lt;br /&gt;
# Copy pkmn-chest.nds to your SD card&lt;br /&gt;
# If you see a &amp;lt;code&amp;gt;nitroFSInit() failed...&amp;lt;/code&amp;gt; error then place a copy of pkmn-chest.nds at &amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.0: Generation three support!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added generation three save support!&lt;br /&gt;
** This works from both save files and real cartridges (cartridges only on DS (Lite))&lt;br /&gt;
* Custom theming support&lt;br /&gt;
** Check the [https://github.com/Universal-Team/pkmn-chest/wiki/getting-started-(themes) GitHub wiki] for info on how to make a theme&lt;br /&gt;
** You can customize all images, colors, and add custom background music&lt;br /&gt;
* After dumping Pokémon it now shows an info box to let you know where it was dumped to&lt;br /&gt;
* Added Pokémon Center (Gen. 3) song&lt;br /&gt;
* Made a [https://github.com/Universal-Team/pkmn-chest/blob/master/resources/pkmn-chest.nds.png boxart] for TWiLight Menu++&lt;br /&gt;
* &amp;lt;code&amp;gt;.pk6&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;.pk7&amp;lt;/code&amp;gt; files can now be injected, however Pokémon added in generation 6 or 7 will not show correctly&lt;br /&gt;
* Added setting a Pokémon&#039;s OT to the current trainer from the summary&lt;br /&gt;
* Added pressing `START` on the top menu to exit the app&lt;br /&gt;
* A please wait message is now shown while dumping a save&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changed &amp;lt;code&amp;gt;Deutsche&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;Deutsch&amp;lt;/code&amp;gt; in the language names&lt;br /&gt;
* Japanese and Korean now use &amp;lt;code&amp;gt;円&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;원&amp;lt;/code&amp;gt; respecively instead of Pokédollars&lt;br /&gt;
* The core save code is now using a submodule shared with [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&lt;br /&gt;
* Some options in summary were moved, now the nickname is changed by clicking it above the Pokémon&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed the first item from the next pouch showing in the previous pouch&lt;br /&gt;
* Block editing Key Items with touch&lt;br /&gt;
* Fixed wallpaper selection palettes&lt;br /&gt;
* Fixed Poké Ball palettes being wrong&lt;br /&gt;
* Fixed palettes for changing forms&lt;br /&gt;
* Fixed nature selection in the filter menu&lt;br /&gt;
* Fixed ability changing not working correctly in generation 5&lt;br /&gt;
* Fixed Italian DS&#039;s defaulting to Spanish and Spanish DS&#039;s defaulting to English&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1: New update for the new decade!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added Party Pokémon management from within the box screen&lt;br /&gt;
** This means you can now move Pokémon to / from the party&lt;br /&gt;
** Also removed the Party menu from the X Menu&lt;br /&gt;
* You can now type using the buttons&lt;br /&gt;
** Controlled with D-Pad + face buttons with L/R for modifiers&lt;br /&gt;
** Letter arrangement and 4 / 8 direction modes configurable in settings&lt;br /&gt;
* You can now type Hangul&lt;br /&gt;
** The input should work exactly the same as macOS 10.14&#039;s 2-Set Hangul input, including combining things into groups of 3+ letters, but as many of the more complex letter groups aren&#039;t in the font they won&#039;t show, once you type the next letter to split it out it&#039;ll show back up, though (ex. &amp;lt;code&amp;gt;퐄&amp;lt;/code&amp;gt; won&#039;t show, but on typing &amp;lt;code&amp;gt;ㅔ&amp;lt;/code&amp;gt; it&#039;ll split to &amp;lt;code&amp;gt;포케&amp;lt;/code&amp;gt;)&lt;br /&gt;
* A preview of the flick character is now shown on 10-key keyboards&lt;br /&gt;
* The missing letters from Lithuanian and Russian have been added&lt;br /&gt;
** Cyrillic was completely redesigned to better match the style of the Latin letters&lt;br /&gt;
* You can now browse in subdirectories when injecting from pk* files&lt;br /&gt;
* You can now edit the items in your bag!&lt;br /&gt;
* You can now filter Pokémon based on types, stats, etc&lt;br /&gt;
* You can now sort Pokémon based on types, stats, etc&lt;br /&gt;
* Added a notice to close and reopen the console if saving freezes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changing &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt;&#039;s form now goes &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt;&lt;br /&gt;
* Slot-1 isn&#039;t scanned when a flashcard is being used&lt;br /&gt;
** Fixes some flashcards such as the R4i Gold 3DS Plus&lt;br /&gt;
* The kerning on many characters have been improved&lt;br /&gt;
* Light background lists now have dark backgrounds so as not to need two graphics for lists&lt;br /&gt;
* Config has been changes to use a &amp;lt;code&amp;gt;.json&amp;lt;/code&amp;gt; file instead of a &amp;lt;code&amp;gt;.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
** This means your settings from v1.0 won&#039;t be able to be loaded&lt;br /&gt;
* Switched background graphics to use 256 color layers and graphics&lt;br /&gt;
** This means flashcards and DSi SD can now both use all graphics as it freed up a lot of RAM&lt;br /&gt;
* Added Indonesian translation&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed type images being in the wrong language sometimes&lt;br /&gt;
* Fixed non-base stats being in the wrong order&lt;br /&gt;
* Fixed the last move / Pokémon / item / etc not showing in lists sometimes&lt;br /&gt;
* Fixed now clearing the release Pokémon prompt when clicking with touch&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0: Out of beta!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added editing a Pokémon&#039;s held item&lt;br /&gt;
* Box wallpapers are now supported and can be edited&lt;br /&gt;
* Added Portuguese and Lithuanian* translations&lt;br /&gt;
** *Some characters used in the Lithuanian translation don&#039;t have graphics yet&lt;br /&gt;
* Changing a Pokémon&#039;s gender now makes sure the gender is possible for that Pokémon&lt;br /&gt;
** Changing species also makes sure to use a valid gender&lt;br /&gt;
* The system language is now used as the default language&lt;br /&gt;
* Added Twinleaf Town&#039;s song and re-added Pokémon Center gen. 5&#039;s song&lt;br /&gt;
** (a new mod of the gen. 5 pokécenter song)&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Backups are now saved named the current date and time in a folder for the save&lt;br /&gt;
* The sound effects and music volumes have been lowered to ~75%&lt;br /&gt;
* Flashcards are now able to use more proper graphics due to some RAM savings&lt;br /&gt;
* On flashcards chests are now limited to 50 boxes (they use too much RAM if you go higher)&lt;br /&gt;
* Money now has a Pokédollar symbol&lt;br /&gt;
* Updated the nitroFSInit() failed message&lt;br /&gt;
* Box top bar can now be touched to bring up the menu&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Pokémon sprites sometimes looking corrupted&lt;br /&gt;
* Fixed the yellow cursor mode being able to overwrite Pokémon&lt;br /&gt;
* Fixed crashing when changing the species when creating a Pokémon&lt;br /&gt;
* Fixed Castform&#039;s alternate form&#039;s data&lt;br /&gt;
* Fixed the arrow sprite overflowing into the shiny star sprite&lt;br /&gt;
* Fixed Korean saves not working&lt;br /&gt;
* Fixed BP using a u32 for Generation 5 games&lt;br /&gt;
* Fixed year being set wrong if not changed&lt;br /&gt;
* Fixed crashing if the met location was higher than the max in the vector&lt;br /&gt;
* Fixed box jump in chest not moving the cursor back&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Beta versions===&lt;br /&gt;
Changelogs from beta versions can be found on GitHub:&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.11 v0.11]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.10 v0.10]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.9 v0.9]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.8 v0.8]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.7 v0.7]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.6 v0.6]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.5 v0.5]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.4 v0.4]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.3 v0.3]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.2 v0.2]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.1 v0.1]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developer===&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: GUI code, porting PKSM&#039;s save and bank management code&lt;br /&gt;
===Translators===&lt;br /&gt;
* [https://github.com/antoine62 antoine62]: French&lt;br /&gt;
* [https://github.com/Ch1p5 Chips]: Portuguese, some Spanish and French&lt;br /&gt;
* [https://github.com/cimo95 cimo95]: Indonesian&lt;br /&gt;
* [https://github.com/DavidPires David Pires]: Portuguese&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Italian&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: English and Japanese&lt;br /&gt;
* [https://twitter.com/@ExtocineN Extocine]: Russian&lt;br /&gt;
* [https://steamcommunity.com/profiles/76561198276444028 lemonnade0]: Lithuanian&lt;br /&gt;
* [https://github.com/NightYoshi370/ NightYoshi370]: French&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: German&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/devkitPro devkitPro], [https://github.com/WinterMute WinterMute]: devkitARM, libnds, and libfat.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: [https://github.com/edo9300/ndsi-savedumper ndsi-savedumper]&#039;s gamecard save dumping and injecting code&lt;br /&gt;
* [https://github.com/FlagBrew Flagbrew], [https://github.com/piepie62 piepie62]: [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&#039;s save and bank management code&lt;br /&gt;
* [https://github.com/kwsch Kurt]: [https://github.com/kwsch/PKHeX PKHeX] which was a major reference for the generation 3 code&lt;br /&gt;
* Pokedoc: [https://code.google.com/archive/p/savegame-manager savegame-manager]&#039;s GBA save dumping and injecting&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Adding flashcard and SD being used together and code from [https://github.com/DS-Homebrew/TWiLightMenu TWiLight Menu++]&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: Idea to make a Pokémon Bank for the DS(i]&lt;br /&gt;
* [https://github.com/TotallyNotGuy TotallyNotGuy]: Finding &amp;amp; making graphics and the Pokémon Center generation 4 song&lt;br /&gt;
===Music===&lt;br /&gt;
* [https://modarchive.org/module.php?181718 Pokémon Center (Gen 1)]&lt;br /&gt;
* [https://modarchive.org/module.php?181711 Elm&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181717 Oak&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181756 Game Corner]&lt;br /&gt;
* [https://modarchive.org/module.php?178770 Twinleaf Town].&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=SRLoader&amp;diff=14624</id>
		<title>SRLoader</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=SRLoader&amp;diff=14624"/>
		<updated>2020-02-18T12:19:06Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Pk11 moved page SRLoader to TWiLight Menu++: SRLoader was renamed to TWiLight Menu++ a while ago&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[TWiLight Menu++]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=List_of_DS_homebrew_applications&amp;diff=14622</id>
		<title>List of DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=List_of_DS_homebrew_applications&amp;diff=14622"/>
		<updated>2020-02-18T05:24:05Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Add nds-bootstrap link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Linkbar DS}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TOChorizontal|Media players|Utilities|Operating systems|Math|Music|Other}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;==Media players==&lt;br /&gt;
&lt;br /&gt;
=== Video and audio ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[DbrowSer]]&lt;br /&gt;
| File browser that can play mp3 and view jpg files.&lt;br /&gt;
| Tommie &lt;br /&gt;
|-	&lt;br /&gt;
| [[DSMediaCenter]]&lt;br /&gt;
| A full-fledged homebrew launcher/movie player.&lt;br /&gt;
| Hillbilly&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMplay]]&lt;br /&gt;
| Media player application that plays DSM files.&lt;br /&gt;
| Infantile Paralysiser&lt;br /&gt;
|-&lt;br /&gt;
| [[DSTwo iPlayer]]&lt;br /&gt;
| Media player for DSTWO.&lt;br /&gt;
| Supercard&lt;br /&gt;
|-&lt;br /&gt;
| [[DSVideo]]&lt;br /&gt;
| Video player and converter.&lt;br /&gt;
| Dominic Ludlam&lt;br /&gt;
|-&lt;br /&gt;
| [[MoonShell]]&lt;br /&gt;
| Well known multimedia player.&lt;br /&gt;
| Moonlight &lt;br /&gt;
|-&lt;br /&gt;
| [[MPEG4 Player]]&lt;br /&gt;
| An MPEG4 Player for the DS.&lt;br /&gt;
| Erspicu_brox &lt;br /&gt;
|-&lt;br /&gt;
| [[Tuna-viDS]]&lt;br /&gt;
| Plays AVI files that contain Xvid encoded video and MP3 encoded audio.&lt;br /&gt;
| Chishm&lt;br /&gt;
|-&lt;br /&gt;
| [[XM7Play]]&lt;br /&gt;
| XM/MOD player.&lt;br /&gt;
| Sverx&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Video only ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Spinal Media Player]]&lt;br /&gt;
| Movie player.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Audio only ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Advanced Sound Library]]&lt;br /&gt;
| A sound library for the NDS.&lt;br /&gt;
| Noda&lt;br /&gt;
|-&lt;br /&gt;
| [[A Tint of MENUdo: Player]]&lt;br /&gt;
| Media player for [[MENUdo|MENUdo]].&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[DSAmp]]&lt;br /&gt;
| Control Winamp from DS.&lt;br /&gt;
| PadrinatoR&lt;br /&gt;
|-&lt;br /&gt;
| [[Dissonance]]&lt;br /&gt;
| Internet radio client for DS.&lt;br /&gt;
| Dave Brady&lt;br /&gt;
|-&lt;br /&gt;
| [[FAT Player MikMod]]&lt;br /&gt;
| A player module track.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[LibXM7]]&lt;br /&gt;
| A C library to play XM (and MOD) modules using only ARM7 resources. &lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[LMP-ng]]&lt;br /&gt;
| MP3 Player, Ipod clone.&lt;br /&gt;
| Lucas&lt;br /&gt;
|-&lt;br /&gt;
| [[Lo.mp3]]&lt;br /&gt;
| Skinnable mp3 player.&lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Music Player]]&lt;br /&gt;
| Uses fincs&#039; SSEQ Player to play the music.&lt;br /&gt;
| KazoWAR&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSWebradio]]&lt;br /&gt;
| Streaming web radio client.&lt;br /&gt;
| Yaouank &lt;br /&gt;
|-&lt;br /&gt;
| [[Online Jukebox DS]]&lt;br /&gt;
| Shoutcast player for DS.&lt;br /&gt;
| The coon&lt;br /&gt;
|-&lt;br /&gt;
| [[PAMOD]]&lt;br /&gt;
| Fully customizable modplayer.&lt;br /&gt;
| Kleevah&lt;br /&gt;
|-&lt;br /&gt;
| [[PocketSPC]]&lt;br /&gt;
| Emulates the audio hardware of the SNES, playing SPC sequence files. &lt;br /&gt;
| Gladius&lt;br /&gt;
|-&lt;br /&gt;
| [[Raw Sound Player]]&lt;br /&gt;
| RAW sound player.&lt;br /&gt;
| Extreme Coder&lt;br /&gt;
|-&lt;br /&gt;
| [[SIDPlayerDS]]&lt;br /&gt;
| Port of SIDPlayer,a replayer program for C64 music.&lt;br /&gt;
| GPF&lt;br /&gt;
|-&lt;br /&gt;
| [[SylphAMP]]&lt;br /&gt;
| Winamp-to-NDS interface.&lt;br /&gt;
| Ficedula &lt;br /&gt;
|-&lt;br /&gt;
| [[XMid NITRO NDS]]&lt;br /&gt;
| A MIDI player.&lt;br /&gt;
| Ruben&lt;br /&gt;
|-&lt;br /&gt;
| [[YetAnOtherMp3Player]]&lt;br /&gt;
| MP3 Player.&lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[3in1 Expansion Pack]]&lt;br /&gt;
| Allow user to load GBA ROMs from Flash Card Slot 1.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[3in1 SRAM Test]]&lt;br /&gt;
| Verify the SRAM memory of EZ 3in1.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[Ands-pdf]]&lt;br /&gt;
| PDF reader.&lt;br /&gt;
| Albinofrenchy&lt;br /&gt;
|-&lt;br /&gt;
| [[Back2fw]]&lt;br /&gt;
| A homebrew to boot DS firmware. &lt;br /&gt;
| Yasu &lt;br /&gt;
|-&lt;br /&gt;
| [[BackupBuddy]]&lt;br /&gt;
| Find files of the extensions on card and upload to an FTP server. &lt;br /&gt;
| Joe Ciagamitaro&lt;br /&gt;
|-&lt;br /&gt;
| [[Balik Bayan DevWifi]]&lt;br /&gt;
| Send files from PC to DS via Wifi then automatically runs it.&lt;br /&gt;
| Soulanger &lt;br /&gt;
|-&lt;br /&gt;
| [[BLARGH Text Editor]]&lt;br /&gt;
| Implement Joe Strout&#039;s HexInput method of inputting text on DS.&lt;br /&gt;
| Anomalous_underdog&lt;br /&gt;
|-&lt;br /&gt;
| [[Bowser]]&lt;br /&gt;
| Minimalistic browser for the NDS storage cards.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Brandy Basic V for Dslinux]]&lt;br /&gt;
| The Brandy BBC Basic V interpreter.&lt;br /&gt;
| David Daniels&lt;br /&gt;
|-&lt;br /&gt;
| [[Bunjalloo]]&lt;br /&gt;
| Simple web browser for the Nintendo DS.&lt;br /&gt;
| Quirkysoft&lt;br /&gt;
|-&lt;br /&gt;
| [[ComBox]]&lt;br /&gt;
| Allow files transfer between 2 DS,computer and a FTP server on Internet.&lt;br /&gt;
| Lilou&lt;br /&gt;
|-&lt;br /&gt;
| [[ComicbookDS]]&lt;br /&gt;
| Comics reader.&lt;br /&gt;
| Gnese&lt;br /&gt;
|-&lt;br /&gt;
| [[ContactsDS]]&lt;br /&gt;
| A contacts organizer.&lt;br /&gt;
| Hero2 &lt;br /&gt;
|-&lt;br /&gt;
| [[DB Downloader]]&lt;br /&gt;
| Automatically download cheats code that corresponds to linker. &lt;br /&gt;
| Javils&lt;br /&gt;
|-&lt;br /&gt;
| [[Dillama]]&lt;br /&gt;
| Control Xbox Media Center with DS (XBMC not Xbox 360). &lt;br /&gt;
| Tsunami0ne &lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin Reader]]&lt;br /&gt;
| Txt and Html reader on DS.&lt;br /&gt;
| Chris Liu&lt;br /&gt;
|-&lt;br /&gt;
| [[DPhone]]&lt;br /&gt;
| A iPhone clone.&lt;br /&gt;
| Hillbilly&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2DS]]&lt;br /&gt;
| Allows user to send files without router or via a DS to another without size limit.&lt;br /&gt;
| Kram&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Tools]]&lt;br /&gt;
| Two tools in one: SkinUp and DataUp.&lt;br /&gt;
| Fef51&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBash]]&lt;br /&gt;
| Web-Browser for Bash.org, QDB.us and German-Bash.org plus mp3 player.&lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBook]]&lt;br /&gt;
| Text viewer.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[DSchedule]]&lt;br /&gt;
| Organizer application compatible with ICal and Google calendar.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSCompress]]&lt;br /&gt;
| GZip utility to unzip zip files and GZip files.&lt;br /&gt;
| Carpman&lt;br /&gt;
|-&lt;br /&gt;
| [[DScritor]]&lt;br /&gt;
| Create text writing on a handwriting.&lt;br /&gt;
| Miguel28&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Dictionary]]&lt;br /&gt;
| Turning your DS into a dictionary.&lt;br /&gt;
| William Garrison &lt;br /&gt;
|-&lt;br /&gt;
| [[DS-DOS]]&lt;br /&gt;
| MS-DOS type clone featuring a command line interface.&lt;br /&gt;
| Wolped&lt;br /&gt;
|-&lt;br /&gt;
| [[DSecure]]&lt;br /&gt;
| Flashcard security Homebrew.&lt;br /&gt;
| Luca.Fraga&lt;br /&gt;
|-&lt;br /&gt;
| [[DSe Notepad]]&lt;br /&gt;
| A notepad app originated by Enira.&lt;br /&gt;
| TD9175&lt;br /&gt;
|-&lt;br /&gt;
| [[DSFile2]]&lt;br /&gt;
| File browser application with editing functions.&lt;br /&gt;
| Calcprogrammer1 &lt;br /&gt;
|-&lt;br /&gt;
| [[DSFTP]]&lt;br /&gt;
| FTP server for DS.&lt;br /&gt;
| Bjoern Giesler&lt;br /&gt;
|-&lt;br /&gt;
| [[DSHobro]]&lt;br /&gt;
| DS HOmebrew BROwser.&lt;br /&gt;
| Costello&lt;br /&gt;
|-&lt;br /&gt;
| [[Dsio]]&lt;br /&gt;
| An &amp;quot;interface&amp;quot; allowing to interact with the DS in both senses (Send / Receive Data 8 bits).&lt;br /&gt;
| RefiX&lt;br /&gt;
|-&lt;br /&gt;
| [[DSKiosk]]&lt;br /&gt;
| A homebrew organizer/launcher.&lt;br /&gt;
| Kornflexx&lt;br /&gt;
|-&lt;br /&gt;
| [[DSlibris]]&lt;br /&gt;
| Text reader incorporating html support.&lt;br /&gt;
| Ray Haleblian&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMouse]]&lt;br /&gt;
| Allows DS to become a mouse to control PC.&lt;br /&gt;
| Dankredues &lt;br /&gt;
|-&lt;br /&gt;
| [[DSNotes]]&lt;br /&gt;
| Note application, which is similar an offline pictochat.&lt;br /&gt;
| Qwerpoi&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLua]]&lt;br /&gt;
| LUA scripting for the NDS.&lt;br /&gt;
| DSLua team &lt;br /&gt;
|-&lt;br /&gt;
| [[DSOrganize]]&lt;br /&gt;
| An wide-ranging organizer application.&lt;br /&gt;
| Dragonminded&lt;br /&gt;
|-&lt;br /&gt;
| [[DsOS]]&lt;br /&gt;
| Multifunction application.&lt;br /&gt;
| Aurelio&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPhoto]]&lt;br /&gt;
| Photo viewer.&lt;br /&gt;
| Arialia&lt;br /&gt;
|-&lt;br /&gt;
| [[DSReader]]&lt;br /&gt;
| Ebook reader.&lt;br /&gt;
| Eddie Park&lt;br /&gt;
|-&lt;br /&gt;
| [[DSwiki]]&lt;br /&gt;
| Offline Wikipedia Reader.&lt;br /&gt;
| OlliPolli&lt;br /&gt;
|-&lt;br /&gt;
| [[Dsup]]&lt;br /&gt;
| Similar to [[DSFTP|DSFTP]] and [[DS2DS|DS2DS]].&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSZip]]&lt;br /&gt;
| Offline Wikipedia Reader.&lt;br /&gt;
| Pierluig&lt;br /&gt;
|-&lt;br /&gt;
| [[Dump NDS]]&lt;br /&gt;
| Backup GBA game saves with Slot-1 flashcart.&lt;br /&gt;
| UnplayedNamer&lt;br /&gt;
|-&lt;br /&gt;
| [[Eagle: BMP Viewer]]&lt;br /&gt;
| Program to display a BMP image. &lt;br /&gt;
| DreamIsland&lt;br /&gt;
|-&lt;br /&gt;
| [[Editeur Master]]&lt;br /&gt;
| To edit scripts directly on DS. &lt;br /&gt;
| Nicolas Mougeot &lt;br /&gt;
|-&lt;br /&gt;
| [[Eepinator]]&lt;br /&gt;
| A basic EEPROM backup tool. &lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[EFS Library]]&lt;br /&gt;
| Library/tools to manage files within a NDS binary. &lt;br /&gt;
| Noda&lt;br /&gt;
|-&lt;br /&gt;
| [[EOSTools]]&lt;br /&gt;
| Able to download skins and maintain updates for Supercard. &lt;br /&gt;
| Fef51&lt;br /&gt;
|-&lt;br /&gt;
| [[Etool]]&lt;br /&gt;
| Etool EZ4 version, a save manager. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[EZ4skin]]&lt;br /&gt;
| Skin GBA/NDS gfx and text for EZ4. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[FAS1]]&lt;br /&gt;
| A tool to flash a FlashAdvance cartridge in Slot-2 from a Slot-1 device. &lt;br /&gt;
| Smiths&lt;br /&gt;
|-&lt;br /&gt;
| [[File Manager]]&lt;br /&gt;
| Manage files on card and send/receive files from other DS. &lt;br /&gt;
| Padnoter&lt;br /&gt;
|-&lt;br /&gt;
| [[FileNinja]]&lt;br /&gt;
| FTP Client for the DS. &lt;br /&gt;
| Azaydius, Irtehmongoose, Justinparker&lt;br /&gt;
|-&lt;br /&gt;
| [[GBA Backup Tool]]&lt;br /&gt;
| SLOT-1 GBA back-up tool. &lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[GBALdr]]&lt;br /&gt;
| 3in1 loading tool. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[GhostBuster]]&lt;br /&gt;
| Repair/correct the defects of ghosting that appears on DSi.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9i]]&lt;br /&gt;
| A full access file browser for the Nintendo DS and DSi consoles&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[HomebreWifi]]&lt;br /&gt;
| Download homebrew through wireless connection. &lt;br /&gt;
| XEM &lt;br /&gt;
|-&lt;br /&gt;
| [[IFile]]&lt;br /&gt;
| A lightweight file manager. &lt;br /&gt;
| Darkchild &lt;br /&gt;
|-&lt;br /&gt;
| [[IkuReader]]&lt;br /&gt;
| A handy eBook reader application for the Nintendo DS is now available for download. &lt;br /&gt;
| Chintoi&lt;br /&gt;
|-&lt;br /&gt;
| [[Image Viewer]]&lt;br /&gt;
| A document reader and image viewer for DSTWO.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[IMGView]]&lt;br /&gt;
| View pictures for R4/R4i.&lt;br /&gt;
| NachtaraChecker&lt;br /&gt;
|-&lt;br /&gt;
| [[IReader]]&lt;br /&gt;
| Iphoto like image viewer.&lt;br /&gt;
| Godslash&lt;br /&gt;
|-&lt;br /&gt;
| [[JabberDS]]&lt;br /&gt;
| Jabber client.&lt;br /&gt;
| Theli&lt;br /&gt;
|-&lt;br /&gt;
| [[JoyDS]]&lt;br /&gt;
| Use NDS as a joypad using PPJoy.&lt;br /&gt;
| Luccax&lt;br /&gt;
|-&lt;br /&gt;
| [[JPEG Viewer]]&lt;br /&gt;
| Views JPEG images.&lt;br /&gt;
| RobM&lt;br /&gt;
|-&lt;br /&gt;
| [[Lector&amp;amp;Traductor]]&lt;br /&gt;
| Opens txt files in utf8 encoding and allows associating a dictionary to translate unknown words.&lt;br /&gt;
| Memorydes&lt;br /&gt;
|-&lt;br /&gt;
| [[MasterSO]]&lt;br /&gt;
| Shell for DS that includes a tester keys, MP3 player, sound recorder, notepad etc.&lt;br /&gt;
| The Dark Master &lt;br /&gt;
|-&lt;br /&gt;
| [[Mawaqeet DS]]&lt;br /&gt;
| Muslim prayer time utility.&lt;br /&gt;
| Mzr603 &lt;br /&gt;
|-&lt;br /&gt;
| [[Micro]]&lt;br /&gt;
| A text editor like pico.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[Micro Lua DS]]&lt;br /&gt;
| Micro Lua DS is a Lua interpreter for the famous game console from Nintendo.&lt;br /&gt;
| Reylak&lt;br /&gt;
|-&lt;br /&gt;
| [[Minidico ds]]&lt;br /&gt;
| Mini French dictionary - Japanese(romanji) dictionary.&lt;br /&gt;
| Yostane&lt;br /&gt;
|-&lt;br /&gt;
| [[Morning Timer]]&lt;br /&gt;
| Clock app for ds.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[Multitouch Photoviewer]]&lt;br /&gt;
| An image display application.&lt;br /&gt;
| Dragontje124&lt;br /&gt;
|-&lt;br /&gt;
| [[NDoS]]&lt;br /&gt;
| Includes note, reader, contact list and drawing apps.&lt;br /&gt;
| Gally&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Backup Tool FTPd]]&lt;br /&gt;
| Backup retail saves from DS to PC over WiFi.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Backup Tool Slot2]]&lt;br /&gt;
| DS rom/save dumper for DLDI supporting GBA slot flashcarts.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS SAVES to SLOT-2]]&lt;br /&gt;
| Make valid backups of Nintendo DS games&#039; savedata and restore them.&lt;br /&gt;
| Marc_max&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSkybook]]&lt;br /&gt;
| A Japanese Book Reader.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[NewDictS]]&lt;br /&gt;
| DS homebrew application for encyclopedias, dictionaries, translators and much more.&lt;br /&gt;
| Sesa&lt;br /&gt;
|-&lt;br /&gt;
| [[Note DS]]&lt;br /&gt;
| Create and edit notes on the DS.&lt;br /&gt;
| Carlo999 &lt;br /&gt;
|-&lt;br /&gt;
| [[Notepad DS]]&lt;br /&gt;
| Able to create, manage, edit and save custom notes.&lt;br /&gt;
| Pichubolt090&lt;br /&gt;
|-&lt;br /&gt;
| [[NotePaint]]&lt;br /&gt;
| Text editor and drawing tool.&lt;br /&gt;
| RRRDGames&lt;br /&gt;
|-&lt;br /&gt;
| [[Okiwi DS]]&lt;br /&gt;
| Web browser on NDS.&lt;br /&gt;
| Pedro J. Estébanez&lt;br /&gt;
|-&lt;br /&gt;
| [[pkmn-chest]]&lt;br /&gt;
| A Pokémon Bank for the 3rd through 5th generation Pokémon games.&lt;br /&gt;
| Pk11, Universal-Team&lt;br /&gt;
|-&lt;br /&gt;
| [[PoffPad]]&lt;br /&gt;
| Writing application that uses gestures to record alphabetic letters.&lt;br /&gt;
| Poffy &lt;br /&gt;
|-&lt;br /&gt;
| [[qDSed]]&lt;br /&gt;
| A homebrew text reader.&lt;br /&gt;
| QRT&lt;br /&gt;
|-&lt;br /&gt;
| [[R6 Save Relocator]]&lt;br /&gt;
| Automatically finds deserted .SAV files for Neoflash R6.&lt;br /&gt;
| MK2k&lt;br /&gt;
|-&lt;br /&gt;
| [[ReadMore]]&lt;br /&gt;
| Ebooks reader in TXT format.&lt;br /&gt;
| Björn Giesler&lt;br /&gt;
|-&lt;br /&gt;
| [[ReinMoon]]&lt;br /&gt;
| Save Game editor.&lt;br /&gt;
| Infantile Paralysiser&lt;br /&gt;
|-&lt;br /&gt;
| [[Reno Studio Neo Compo]]&lt;br /&gt;
| A notepad software.&lt;br /&gt;
| Willreno&lt;br /&gt;
|-&lt;br /&gt;
| [[Reveil Humain]]&lt;br /&gt;
| An alarm clock which plays MP3 files. &lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
| [[Reveil MP3]]&lt;br /&gt;
| MP3 Alarm Clock.&lt;br /&gt;
| Squale76&lt;br /&gt;
|-&lt;br /&gt;
| [[SavReceiver]]&lt;br /&gt;
| Client to receive save files sent by [[Savsender|Savsender]].&lt;br /&gt;
| Starcom.fr&lt;br /&gt;
|-&lt;br /&gt;
| [[SavSend]]&lt;br /&gt;
| &#039;Download&#039; the save-files from original cartridges.&lt;br /&gt;
| Leinad  &lt;br /&gt;
|-&lt;br /&gt;
| [[Savsender]]&lt;br /&gt;
| A simple EEPROM backup tool using Wifi.&lt;br /&gt;
| The B Ark &lt;br /&gt;
|-&lt;br /&gt;
| [[Simple GBA Dumper]]&lt;br /&gt;
| Reads a GBA cartridge and saves it to the Slot-1 flashcard via DLDI. &lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[Simple GBA Mode Switcher]]&lt;br /&gt;
| Boot a GBA cart in Slot-2 with Slot-1 DS flash carts. &lt;br /&gt;
| Ryanfb &lt;br /&gt;
|-&lt;br /&gt;
| [[SliDeS]]&lt;br /&gt;
| Viewing photos (256 * 192) as Slide Show.&lt;br /&gt;
| Carcas42&lt;br /&gt;
|-&lt;br /&gt;
| [[SunOL]]&lt;br /&gt;
| An NDS official release list viewer.&lt;br /&gt;
| Sundevds &lt;br /&gt;
|-&lt;br /&gt;
| [[SunOS]]&lt;br /&gt;
| An open source OS for DS.&lt;br /&gt;
| Sundevds &lt;br /&gt;
|-&lt;br /&gt;
| [[SvSiP]]&lt;br /&gt;
| Use Nintendo DS as an actual phone.&lt;br /&gt;
| Samuelv&lt;br /&gt;
|-&lt;br /&gt;
| [[TextDS]]&lt;br /&gt;
| Text viewer with edit function.&lt;br /&gt;
| Stormwave&lt;br /&gt;
|-&lt;br /&gt;
| [[Textview]]&lt;br /&gt;
| Standalone text viewer.&lt;br /&gt;
| Bliss&lt;br /&gt;
|-&lt;br /&gt;
| [[The SMS Center]]&lt;br /&gt;
| Able to send SMS to mobile phones with tremendous speed.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplecard Sample]]&lt;br /&gt;
| Sample code that uses all functions of the EZ 3in1 from a slot 1 card with read access.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[Trimmer DS]]&lt;br /&gt;
| Trim rom directly on NDS.&lt;br /&gt;
| BboyFroX&lt;br /&gt;
|-&lt;br /&gt;
| [[TTDSi Check]]&lt;br /&gt;
| TTi Genuine or Fake Check program (Only for TTi).&lt;br /&gt;
| Ndstt&lt;br /&gt;
|-&lt;br /&gt;
| [[TWiLight Menu++]]&lt;br /&gt;
| DSi Menu replacement for DS/DSi/3DS/2DS&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[Txtwriter]]&lt;br /&gt;
| Text editor optimized for easy, fast typing.&lt;br /&gt;
| Alan Gerow, Sektor&lt;br /&gt;
|-&lt;br /&gt;
| [[VocableDS]]&lt;br /&gt;
| Vocabulary trainer.&lt;br /&gt;
| Frezzy&lt;br /&gt;
|-&lt;br /&gt;
| [[VocabularioDS]]&lt;br /&gt;
| Spanish French Dictionary.&lt;br /&gt;
| SpixShadow&lt;br /&gt;
|-&lt;br /&gt;
| [[Wifi Voice Chat Client]]&lt;br /&gt;
| Use NDS as a phone which allows Wifi Voice Chat.&lt;br /&gt;
| Infantile Paralyser&lt;br /&gt;
|-&lt;br /&gt;
| [[Wood Dumper]]&lt;br /&gt;
| Nintendo DS Dumping Tool.&lt;br /&gt;
| Wood &lt;br /&gt;
|-&lt;br /&gt;
| [[WordDs]]&lt;br /&gt;
| Text editor designed for nds that saves files in html format.&lt;br /&gt;
| Frezzy&#039;s&lt;br /&gt;
|-&lt;br /&gt;
| [[Xsystem]]&lt;br /&gt;
| Semi os/filebrowser like DS-DOS.&lt;br /&gt;
| Hacker013&lt;br /&gt;
|-&lt;br /&gt;
| [[YetiBrowser]]&lt;br /&gt;
| MK2/3 SD file browser/reader/editor/viewer.&lt;br /&gt;
| Smealum&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Operating systems ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[DarkSO]]&lt;br /&gt;
| NDS Operating System.&lt;br /&gt;
| DarkSceneGroup &lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Key]]&lt;br /&gt;
| Wardriving/Remote desktop tool.&lt;br /&gt;
| Sypherce&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2PC]]&lt;br /&gt;
| Remote administrator similar to Win2DS. &lt;br /&gt;
| Luis_mikau&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Win]]&lt;br /&gt;
| Using DS to control your computer.&lt;br /&gt;
| Monkeynz&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBlue]]&lt;br /&gt;
| Wifi Modules, Scratch Pad, Remote Desktop, Calendar and Shoutcast support.&lt;br /&gt;
| ThaKilla &lt;br /&gt;
|-&lt;br /&gt;
| [[DSBrowser - Dual Slot]]&lt;br /&gt;
| A Multi-cart file browser.&lt;br /&gt;
| Cornaljoe&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLinux]]&lt;br /&gt;
| Port of Linux to the Nintendo DS handheld device.&lt;br /&gt;
| DSLinux team&lt;br /&gt;
|-&lt;br /&gt;
| [[DSOperators]]&lt;br /&gt;
| Homebrew OS which features some applications and games.&lt;br /&gt;
| WolfSpider&lt;br /&gt;
|-&lt;br /&gt;
| [[DS-Me]]&lt;br /&gt;
| Operating system (OS), as can be Linux or Windows.&lt;br /&gt;
| Mikau, Plata&lt;br /&gt;
|-&lt;br /&gt;
| [[DSuite]]&lt;br /&gt;
| Contains a file browser and a contact list among other things.&lt;br /&gt;
| Ssjowowo, Achilleas&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Vista]]&lt;br /&gt;
| An adaptation of the Vista operating system Windows Vista on DS.&lt;br /&gt;
| Filou HB&lt;br /&gt;
|-&lt;br /&gt;
| [[DSVNC]]&lt;br /&gt;
| VNC client for Nintendo DS to control the computer.&lt;br /&gt;
| Thoduv&lt;br /&gt;
|-&lt;br /&gt;
| [[HWOS2]]&lt;br /&gt;
| Operating system that boots homebrew.&lt;br /&gt;
| Funkystuff&lt;br /&gt;
|-&lt;br /&gt;
| [[Inferno DS]]&lt;br /&gt;
| Port of the Inferno Operating system.&lt;br /&gt;
| Noah Evans &lt;br /&gt;
|-&lt;br /&gt;
| [[ManuSO]]&lt;br /&gt;
| Shell consists of a Textpad, calculator and stopwatch and several games.&lt;br /&gt;
| ManuelVS&lt;br /&gt;
|-&lt;br /&gt;
| [[MENUdo]]&lt;br /&gt;
| Free homebrew operating system.&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[M OSDS]]&lt;br /&gt;
| A Spell application includes MP3 player, alam, notepad, etc.&lt;br /&gt;
| Mmuziek&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS WinS]]&lt;br /&gt;
| Windowing systems on Nintendo DS, an API for the Nintendo Dual Screen.&lt;br /&gt;
| LiraNuna&lt;br /&gt;
|-&lt;br /&gt;
| [[Play Boot Ds]]&lt;br /&gt;
| Contain several boot up screens of different gaming consoles.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[R4Menu]]&lt;br /&gt;
| R4Menu for any flash cart.&lt;br /&gt;
| Spinal_cord&lt;br /&gt;
|-&lt;br /&gt;
| [[Remote Touch DS]]&lt;br /&gt;
| Remote control your PC.&lt;br /&gt;
| BlazerRazor&lt;br /&gt;
|-&lt;br /&gt;
| [[RyOS]]&lt;br /&gt;
| An alternative OS for Supercard DSTwo user.&lt;br /&gt;
| RyoGem&lt;br /&gt;
|-&lt;br /&gt;
| [[Wii4DS]]&lt;br /&gt;
| Emulates Wii system on DS.&lt;br /&gt;
| Hiei03&lt;br /&gt;
|-&lt;br /&gt;
| [[WinDS]]&lt;br /&gt;
| Windowing systems includes several programs.&lt;br /&gt;
| LiraNuna&lt;br /&gt;
|-&lt;br /&gt;
| [[Winex DS]]&lt;br /&gt;
| Refer to Windows as system window and icons are similar.&lt;br /&gt;
| Froskito&lt;br /&gt;
|-&lt;br /&gt;
| [[WintenDos]]&lt;br /&gt;
| Recreation the Windows operating system for DS.&lt;br /&gt;
| Darkyesus&lt;br /&gt;
|-&lt;br /&gt;
| [[WiXP]]&lt;br /&gt;
| Windows XP Style Homebrew.&lt;br /&gt;
| Ametller124&lt;br /&gt;
|-&lt;br /&gt;
| [[Woopsi]]&lt;br /&gt;
| Nintendo DS GUI library.&lt;br /&gt;
| Ant 512&lt;br /&gt;
|-&lt;br /&gt;
| [[X-Soft]]&lt;br /&gt;
| With interchangeable skins environments, applications and games.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Math ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Automatii]]&lt;br /&gt;
| cellular automata (life).&lt;br /&gt;
| Gcb&lt;br /&gt;
|-&lt;br /&gt;
| [[Biorhythm]]&lt;br /&gt;
| A mathematical application of human biology.&lt;br /&gt;
| Shyriu42&lt;br /&gt;
|-&lt;br /&gt;
| [[CalcEmu]]&lt;br /&gt;
| Also named DS85, TI-85 scientific calculator emulator.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Calculator DS]]&lt;br /&gt;
| Calculator App for the Nintendo DS.&lt;br /&gt;
| Lien &lt;br /&gt;
|-&lt;br /&gt;
| [[Digit Solver]]&lt;br /&gt;
| Turns DS into a calculator.&lt;br /&gt;
| Mushroomfantasy&lt;br /&gt;
|-&lt;br /&gt;
| [[DS-HPCALC]]&lt;br /&gt;
| HP11C and HP16C scientific calculator.&lt;br /&gt;
| Jeff Laing&lt;br /&gt;
|-&lt;br /&gt;
| [[Eigenmath DS]]&lt;br /&gt;
| Free computer algebra system. &lt;br /&gt;
| Leonel H. Sandoval&lt;br /&gt;
|-&lt;br /&gt;
| [[GraphDS]]&lt;br /&gt;
| Graphing calculator application.&lt;br /&gt;
| MorganDS&lt;br /&gt;
|-&lt;br /&gt;
| [[Handwriting Calculator]]&lt;br /&gt;
| Inspired by the handwriting calculator from nokia labs.&lt;br /&gt;
| Quipeace&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrots DS]]&lt;br /&gt;
| A fractal browser for NDS.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrot Fractal]]&lt;br /&gt;
| A fractal browser.&lt;br /&gt;
| TheMagnitude&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrot Set Explorer]]&lt;br /&gt;
| A Mandelbrot generator.&lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[Maths Mate: Auto Algebra!]]&lt;br /&gt;
| Able to work out simple algebra equation.&lt;br /&gt;
| Jpoopdog&lt;br /&gt;
|-&lt;br /&gt;
| [[MathomaticDS]]&lt;br /&gt;
| Port of Mathomatic to the DS. &lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[MoonCalc]]&lt;br /&gt;
| Calculator on DS. &lt;br /&gt;
| Moonlight&lt;br /&gt;
|-&lt;br /&gt;
| [[NdsMandel]]&lt;br /&gt;
| A fractal browser for the NintendoDS.&lt;br /&gt;
| YJay&lt;br /&gt;
|-&lt;br /&gt;
| [[Pa_Calc]]&lt;br /&gt;
| Simple Calculator.&lt;br /&gt;
| Jandujar&lt;br /&gt;
|-&lt;br /&gt;
| [[TablesDS]]&lt;br /&gt;
| Table of multiplication.&lt;br /&gt;
| Mrvbscript &lt;br /&gt;
|-&lt;br /&gt;
| [[Wabbit DS]]&lt;br /&gt;
| TI-83+ Emulator.&lt;br /&gt;
| JimE &lt;br /&gt;
|-&lt;br /&gt;
| [[Zognc]]&lt;br /&gt;
| Scientific Calculator.&lt;br /&gt;
| Zogna&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Music ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[AXE]]&lt;br /&gt;
| Chiptune solo.&lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[Betablocker]]&lt;br /&gt;
| Livecoding performance.&lt;br /&gt;
| Dave&lt;br /&gt;
|-&lt;br /&gt;
| [[Bliptracker]]&lt;br /&gt;
| NDS drum machine.&lt;br /&gt;
| Dan &lt;br /&gt;
|-&lt;br /&gt;
| [[CellsDS]]&lt;br /&gt;
| A flexible, programmable grid-based music sequencer.&lt;br /&gt;
| Clone45&lt;br /&gt;
|-&lt;br /&gt;
| [[ChorDS]]&lt;br /&gt;
| A portable guitar with the ability to play free partitions.&lt;br /&gt;
| Deuspi, Nob, Shinza&lt;br /&gt;
|-&lt;br /&gt;
| [[Dboy]]&lt;br /&gt;
| A tracker-style sample sequencer.&lt;br /&gt;
| Checkpoint&lt;br /&gt;
|-&lt;br /&gt;
| [[DDJs Silver]]&lt;br /&gt;
| A Disc Jockey Table.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[DrumMe]]&lt;br /&gt;
| A drum kit.&lt;br /&gt;
| NeX&lt;br /&gt;
|-&lt;br /&gt;
| [[Drummer]]&lt;br /&gt;
| A networked digital musical interface, allows multiple users to design and play a drum kit.&lt;br /&gt;
| Andrea Bianchi, Woon Seung Yeo &lt;br /&gt;
|-&lt;br /&gt;
| [[Drummers]]&lt;br /&gt;
| Digital musical interface for drum kit.&lt;br /&gt;
| Lien&lt;br /&gt;
|-&lt;br /&gt;
| [[DrumPad DS]]&lt;br /&gt;
| Simple drum pad app.&lt;br /&gt;
| Whistlingboy&lt;br /&gt;
|-&lt;br /&gt;
| [[DsAPM?]]&lt;br /&gt;
| Sounds of TV program called APM TV3.&lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[DSDaft]]&lt;br /&gt;
| Daft Punk console.&lt;br /&gt;
| Corenting&lt;br /&gt;
|-&lt;br /&gt;
| [[Ds-h]]&lt;br /&gt;
| Change Nintendo DS into a harmonica.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[DsKara]]&lt;br /&gt;
| A karaoke application.&lt;br /&gt;
| Graph05&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMCU]]&lt;br /&gt;
| A wireless mix controller. &lt;br /&gt;
| Dan&lt;br /&gt;
|-&lt;br /&gt;
| [[DS MIDI Keyboard]]&lt;br /&gt;
| Acts as a MIDI keyboard. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMetronome]]&lt;br /&gt;
| Metronome on NDS. &lt;br /&gt;
| Demented&lt;br /&gt;
|-&lt;br /&gt;
| [[DSolfege]]&lt;br /&gt;
| Port of Solfege. &lt;br /&gt;
| Pianopenguin&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Sampling Keyboard]]&lt;br /&gt;
| Kind of like a casio sk-1. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Synth]]&lt;br /&gt;
| Sixteen mononphonic midi channel that you can control over wifi. &lt;br /&gt;
| Evan Morris&lt;br /&gt;
|-&lt;br /&gt;
| [[dSTAR]]&lt;br /&gt;
| Midi sequencer. &lt;br /&gt;
| Therain&lt;br /&gt;
|-&lt;br /&gt;
| [[DStep]]&lt;br /&gt;
| A live sequencer. &lt;br /&gt;
| Evil Jed&lt;br /&gt;
|-&lt;br /&gt;
| [[DuckSlinger]]&lt;br /&gt;
| Piano on DS. &lt;br /&gt;
| Coda&lt;br /&gt;
|-&lt;br /&gt;
| [[Finger Drum]]&lt;br /&gt;
| A simple virtual drum kit.&lt;br /&gt;
| Mathieu Veron &lt;br /&gt;
|-&lt;br /&gt;
| [[FUDI Kaos DS]]&lt;br /&gt;
| Use NDS as a Kaospad style input to send messages over the wifi to music program.&lt;br /&gt;
| Chris McCormick&lt;br /&gt;
|-&lt;br /&gt;
| [[GlitchDS]]&lt;br /&gt;
| A powerful cellular automation sequencer. &lt;br /&gt;
| Clone45 &lt;br /&gt;
|-&lt;br /&gt;
| [[GrooveStep]]&lt;br /&gt;
| Full featured music making application. &lt;br /&gt;
| Bioroid&lt;br /&gt;
|-&lt;br /&gt;
| [[GuitarSound]]&lt;br /&gt;
| Guitar and bass tuner.&lt;br /&gt;
| Fooshi&lt;br /&gt;
|-&lt;br /&gt;
| [[iDaft DS]]&lt;br /&gt;
| iDaft ported on the Nintendo DS.&lt;br /&gt;
| Reyhn&lt;br /&gt;
|-&lt;br /&gt;
| [[Jazzier Suite]]&lt;br /&gt;
| Aid musicians in improving ability to recognize pitch,read music,etc.&lt;br /&gt;
| Gaz&lt;br /&gt;
|-&lt;br /&gt;
| [[Kaos DS]]&lt;br /&gt;
| An XY controller to adjust MIDI controls. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[KnobsAndSlidersDS]]&lt;br /&gt;
| Create widgets on the DS by sending it messages from your PC or laptop.&lt;br /&gt;
| Chris McCormick&lt;br /&gt;
|-&lt;br /&gt;
| [[Lab Rec]]&lt;br /&gt;
| A Lab recording.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[LibXM7]]&lt;br /&gt;
| A C library to play XM (and MOD) modules using only ARM7 resources. &lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[MidiControl]]&lt;br /&gt;
| A kaoss clone, used to be MidiPad.&lt;br /&gt;
| Benji7905&lt;br /&gt;
|-&lt;br /&gt;
| [[MIDI Jammer]]&lt;br /&gt;
| Graphical midi tool.&lt;br /&gt;
| Andrew Buch&lt;br /&gt;
|-&lt;br /&gt;
| [[Monome DS]]&lt;br /&gt;
| Simple simulation of a monome 40h like device with some artistic license.&lt;br /&gt;
| Grizzly Adams &lt;br /&gt;
|-&lt;br /&gt;
| [[Musicly Ocarina]]&lt;br /&gt;
| Playable Ocarina on NDS.&lt;br /&gt;
| Dereklarue&lt;br /&gt;
|-&lt;br /&gt;
| [[My-MeloDS]]&lt;br /&gt;
| Piano-based music application.&lt;br /&gt;
| Outphase,Zoharmodifier &lt;br /&gt;
|-&lt;br /&gt;
| [[MyPiano]]&lt;br /&gt;
| A 61 note virtual Piano for Nintendo DS.&lt;br /&gt;
| BranMuffin&lt;br /&gt;
|-&lt;br /&gt;
| [[My Virtual Piano]]&lt;br /&gt;
| Play a piano on Nintendo DS.&lt;br /&gt;
| Electronix &lt;br /&gt;
|-&lt;br /&gt;
| [[NDS_BGMFILER]]&lt;br /&gt;
| A music making application, features midi playback, keyboard, channel selection.&lt;br /&gt;
| MeRAMAN&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSOcarina]]&lt;br /&gt;
| A 4-hole ocarina for Nintendo DS.&lt;br /&gt;
| Danielps&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroTracker]]&lt;br /&gt;
| A versatile tool for creating music.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[Olas]]&lt;br /&gt;
| Calming wave sound.&lt;br /&gt;
| Naruto1994&lt;br /&gt;
|-&lt;br /&gt;
| [[Piano DS]]&lt;br /&gt;
| Virtual piano simulator.&lt;br /&gt;
| CrashingThunder &lt;br /&gt;
|-&lt;br /&gt;
| [[Piano Vero]]&lt;br /&gt;
| A piano application to detect notes on keyboard.&lt;br /&gt;
| Blackos&lt;br /&gt;
|-&lt;br /&gt;
| [[Pulse DS]]&lt;br /&gt;
| A MIDI synthesizer to produce Game-Boy-like sounds.&lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[ProteinDS]]&lt;br /&gt;
| Similar to ElectroPlankton concept.&lt;br /&gt;
| Gorgull&lt;br /&gt;
|-&lt;br /&gt;
| [[RepeaterDS]]&lt;br /&gt;
| Stuttering sample player.&lt;br /&gt;
| Clone45 &lt;br /&gt;
|-&lt;br /&gt;
| [[Seno DS]]&lt;br /&gt;
| Music live sequencer for the Nintendo DS. &lt;br /&gt;
| A128&lt;br /&gt;
|-&lt;br /&gt;
| [[Sniff_jazzbox]]&lt;br /&gt;
| Converts the wlan-waves into sound waves. &lt;br /&gt;
| La1n &lt;br /&gt;
|-&lt;br /&gt;
| [[Solfege]]&lt;br /&gt;
| Music theory application. &lt;br /&gt;
| Guex&lt;br /&gt;
|-&lt;br /&gt;
| [[Sonic AS]]&lt;br /&gt;
| MIDI player. &lt;br /&gt;
| Ruben&lt;br /&gt;
|-&lt;br /&gt;
| [[SoundBoardDS]]&lt;br /&gt;
| Similar to a DJ’s soundboard.&lt;br /&gt;
| BranMuffin&lt;br /&gt;
|-&lt;br /&gt;
| [[Sound Cells]]&lt;br /&gt;
| An experimental synth.&lt;br /&gt;
| Patryk&lt;br /&gt;
|-&lt;br /&gt;
| [[Sound Orbit]]&lt;br /&gt;
| A sound manipulation homebrew.&lt;br /&gt;
| Simon Kenny&lt;br /&gt;
|-&lt;br /&gt;
| [[South Park Sound]]&lt;br /&gt;
| Contains sounds of different characters from South Park.&lt;br /&gt;
| ATHUR6&lt;br /&gt;
|-&lt;br /&gt;
| [[String Tuner DS]]&lt;br /&gt;
| Useful to tune guitars and other musical instruments.&lt;br /&gt;
| Object65&lt;br /&gt;
|-&lt;br /&gt;
| [[StrumMe]]&lt;br /&gt;
| A sampled guitar.&lt;br /&gt;
| NeX&lt;br /&gt;
|-&lt;br /&gt;
| [[TabBed]]&lt;br /&gt;
| Guitar application.&lt;br /&gt;
| Wizlon&lt;br /&gt;
|-&lt;br /&gt;
| [[The Legend Of Zelda Symphony]]&lt;br /&gt;
| Ocarina simulator which appeared in the game Legend of Zelda.&lt;br /&gt;
| RDilus&lt;br /&gt;
|-&lt;br /&gt;
| [[ToneSynthDS]]&lt;br /&gt;
| A NDS Composer Applications.&lt;br /&gt;
| HotelSinus Sound Design&lt;br /&gt;
|-&lt;br /&gt;
| [[Toy Piano]]&lt;br /&gt;
| Sampled piano.&lt;br /&gt;
| Brian Grogan Jr&lt;br /&gt;
|-&lt;br /&gt;
| [[TuneItDS]]&lt;br /&gt;
| Guitar tuning tool.&lt;br /&gt;
| SimplexProductions&lt;br /&gt;
|-&lt;br /&gt;
| [[UkuleleDS]]&lt;br /&gt;
| Virtual guitar tool.&lt;br /&gt;
| Patryk&lt;br /&gt;
|-&lt;br /&gt;
| [[WireWorld DS]]&lt;br /&gt;
| DS version of a cellular automation.&lt;br /&gt;
| Asiekierka&lt;br /&gt;
|-&lt;br /&gt;
| [[Xylophono]]&lt;br /&gt;
| Classic xylophone.&lt;br /&gt;
| Mars_Visage_Software&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda Instruments]]&lt;br /&gt;
| Sounds from the Zelda series.&lt;br /&gt;
| Buck_7&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda SFX DS]]&lt;br /&gt;
| Zelda NES Music Homebrew.&lt;br /&gt;
| King Dodongo&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[24ClockDS]]&lt;br /&gt;
| The clock from the TV show 24.&lt;br /&gt;
| Felix&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarma]]&lt;br /&gt;
| Customize-able alarm.&lt;br /&gt;
| Lien&lt;br /&gt;
|-&lt;br /&gt;
| [[Alphabet Arabe O Clic]]&lt;br /&gt;
| Arabic educational application.&lt;br /&gt;
| Nabli Ahmed &lt;br /&gt;
|-&lt;br /&gt;
| [[Alphablocks]]&lt;br /&gt;
| Alphabet learning application for children.&lt;br /&gt;
| IceDaddy&lt;br /&gt;
|-&lt;br /&gt;
| [[AMAP4DS]]&lt;br /&gt;
| Metro and bus maps viewer.&lt;br /&gt;
| Christophe Andreani&lt;br /&gt;
|-&lt;br /&gt;
| [[Amy The Chatterbot]]&lt;br /&gt;
| Port of AineBot 0.8.12.&lt;br /&gt;
| DVSoftware&lt;br /&gt;
|-&lt;br /&gt;
| [[Analog clock]]&lt;br /&gt;
| A simple analog clock.&lt;br /&gt;
| Moonlight&lt;br /&gt;
|-&lt;br /&gt;
| [[Animanatee]]&lt;br /&gt;
| Flickbook style animation program.&lt;br /&gt;
| DekuTree64 &lt;br /&gt;
|-&lt;br /&gt;
| [[AnimEDS]]&lt;br /&gt;
| A sprite/animation editor.&lt;br /&gt;
| PypeBros &lt;br /&gt;
|-&lt;br /&gt;
| [[ARcardPACK]]&lt;br /&gt;
| Simulates the 3DS AR cards on an NDS, 3DS, or PSP.&lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[ASCII Art Maker]]&lt;br /&gt;
| An ASCII art application.&lt;br /&gt;
| XDPirate&lt;br /&gt;
|-&lt;br /&gt;
| [[A Tint of MENUdo: Doodle]]&lt;br /&gt;
| Paint tool for [[MENUdo|MENUdo]].&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[Autoescuela DS]]&lt;br /&gt;
| Practice driving tests to help getting a driver license.&lt;br /&gt;
| Zante&lt;br /&gt;
|-&lt;br /&gt;
| [[Avia : Tropic Edition]]&lt;br /&gt;
| Free birdwatcher&#039;s guide.&lt;br /&gt;
| Simplex Productions&lt;br /&gt;
|-&lt;br /&gt;
| [[Beup Live]]&lt;br /&gt;
| Windows Live Messenger (Formally MSN messenger) clone.&lt;br /&gt;
| KevinC and HtheB&lt;br /&gt;
|-&lt;br /&gt;
| [[Bible for NDS]]&lt;br /&gt;
| Bible software for NDS, Lite, DSi and 3DS.&lt;br /&gt;
| BibleforNDS&lt;br /&gt;
|-&lt;br /&gt;
| [[Binary Clock]]&lt;br /&gt;
| A binary clock.&lt;br /&gt;
| Mastertop101&lt;br /&gt;
|-&lt;br /&gt;
| [[BootFirmware]]&lt;br /&gt;
| Boot firmware without taking out slot-1 card.&lt;br /&gt;
| Playallday&lt;br /&gt;
|-&lt;br /&gt;
| [[Carnet d&#039;adresse]]&lt;br /&gt;
| [[Micro Lua DS|MicroLUA]] address book.&lt;br /&gt;
| Papymouge&lt;br /&gt;
|-&lt;br /&gt;
| [[CC Creator]]&lt;br /&gt;
| Create simple cartoons, using the famous &amp;quot;memes&amp;quot; circulating on the Internet.&lt;br /&gt;
| Froskito&lt;br /&gt;
|-&lt;br /&gt;
| [[CC Game]]&lt;br /&gt;
| Includes 50 funny images or memes for a good laugh.&lt;br /&gt;
| Dioni0396&lt;br /&gt;
|-&lt;br /&gt;
| [[ChaTchI]]&lt;br /&gt;
| Chat on a server that stores the conversations.&lt;br /&gt;
| Eglomer&lt;br /&gt;
|-&lt;br /&gt;
| [[Check NDS]]&lt;br /&gt;
| Check the screen, touchscreen, buttons, speaker and microphone.&lt;br /&gt;
| Bong @ HKCC&lt;br /&gt;
|-&lt;br /&gt;
| [[ChessClock]]&lt;br /&gt;
| Turns Nintendo DS into a Chess Clock.&lt;br /&gt;
| Guilhoboy&lt;br /&gt;
|-&lt;br /&gt;
| [[Chinese Touch]]&lt;br /&gt;
| Chinese educational tool.&lt;br /&gt;
| Syslock &lt;br /&gt;
|-&lt;br /&gt;
| [[Chuck Norris Facts DS]]&lt;br /&gt;
| Include exceptional jokes of Chuck Norris. &lt;br /&gt;
| MasterDJE&lt;br /&gt;
|-&lt;br /&gt;
| [[ClIRC]]&lt;br /&gt;
| IRC client.&lt;br /&gt;
| Cluster&lt;br /&gt;
|-&lt;br /&gt;
| [[ClockDS]]&lt;br /&gt;
| Clock and alarm for the DS.&lt;br /&gt;
| Stormwave&lt;br /&gt;
|-&lt;br /&gt;
| [[Cng&#039;s Button Tester]]&lt;br /&gt;
| Check if all buttons are working.&lt;br /&gt;
| Crazyninjaguy&lt;br /&gt;
|-&lt;br /&gt;
| [[Colors!]]&lt;br /&gt;
| A simplistic digital painting application for NDS which inspired by using Wacom boards in Photoshop or Painter.&lt;br /&gt;
| Jens Andersson&lt;br /&gt;
|-&lt;br /&gt;
| [[Comprobación de Botones]]&lt;br /&gt;
| Buttons tester for DS.&lt;br /&gt;
| Cheleon15&lt;br /&gt;
|-&lt;br /&gt;
| [[Constellations DS]]&lt;br /&gt;
| Constellations DS is a DS homebrew application to view and learn about stars and constellations. &lt;br /&gt;
| Nameless&lt;br /&gt;
|-&lt;br /&gt;
| [[CosmosDS]]&lt;br /&gt;
| Information about solar system.&lt;br /&gt;
| Mikethunder&lt;br /&gt;
|-&lt;br /&gt;
| [[Cronometro]]&lt;br /&gt;
| A stopwatch.&lt;br /&gt;
| DanXZero&lt;br /&gt;
|-&lt;br /&gt;
| [[DadoS]]&lt;br /&gt;
| DS dice thrower for role playing games.&lt;br /&gt;
| DKnight&lt;br /&gt;
|-&lt;br /&gt;
| [[Death Chimp]]&lt;br /&gt;
| A tech demo with music and image effect.&lt;br /&gt;
| K2&lt;br /&gt;
|-&lt;br /&gt;
| [[DiagnoDS]]&lt;br /&gt;
| DS console tester.&lt;br /&gt;
| AlmamuPP&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnose]]&lt;br /&gt;
| DS function tester.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
| [[DiceDS]]&lt;br /&gt;
| Tool for RPG player that want to play everytime.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice Roller DS]]&lt;br /&gt;
| Roll dices on your DS.&lt;br /&gt;
| Wisen&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice Roller (Rainbow)]]&lt;br /&gt;
| Dice roller.&lt;br /&gt;
| Rainbow&lt;br /&gt;
|-&lt;br /&gt;
| [[Draw]]&lt;br /&gt;
| Port of sketching application &amp;quot;Sketches of Q&amp;quot;.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Draw-Stereo]]&lt;br /&gt;
| Stereogram drawing application.&lt;br /&gt;
| Micromoog&lt;br /&gt;
|-&lt;br /&gt;
| [[DrinkMe]]&lt;br /&gt;
| Helps user run a power hour-style drinking contest. &lt;br /&gt;
| Maniacdevnull&lt;br /&gt;
|-&lt;br /&gt;
| [[DSAIM]]&lt;br /&gt;
| An AIM/Icq client for the DS.&lt;br /&gt;
| Ryan Kegel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSArsenal]]&lt;br /&gt;
| Weapon viewer with information.&lt;br /&gt;
| Karatekid1111&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Battery Life Timer]]&lt;br /&gt;
| NDS application that shows battery life.&lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBible]]&lt;br /&gt;
| Bible-reading app.4 translations included.&lt;br /&gt;
| Jeremy Ruten&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Button Counter]]&lt;br /&gt;
| Check button presses, holds, and counts. &lt;br /&gt;
| Kiaku&lt;br /&gt;
|-&lt;br /&gt;
| [[DSCalibrate]]&lt;br /&gt;
| A calibration application.&lt;br /&gt;
| Arialia&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Chat]]&lt;br /&gt;
| Homebrew Pictochat with online history.&lt;br /&gt;
| Bafio&lt;br /&gt;
|-&lt;br /&gt;
| [[DSdiag]]&lt;br /&gt;
| Nintendo DS Diagnostics Tool.&lt;br /&gt;
| TheOnlyEnglishRose(TD)&lt;br /&gt;
|-&lt;br /&gt;
| [[DSF]]&lt;br /&gt;
| File interpreter.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSgf]]&lt;br /&gt;
| A go game recorder and reviewer.&lt;br /&gt;
| Nio101&lt;br /&gt;
|-&lt;br /&gt;
| [[DSilver]]&lt;br /&gt;
| A text-based card library for MtG.&lt;br /&gt;
| Lyon4&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Kanji Flash]]&lt;br /&gt;
| Learning Japanese Kanji for Non-Japanese.&lt;br /&gt;
| Schellingb &lt;br /&gt;
|-&lt;br /&gt;
| [[DSKash]]&lt;br /&gt;
| Remake of old currency converter GpKash.&lt;br /&gt;
| Chris&lt;br /&gt;
|-&lt;br /&gt;
| [[DSketch]]&lt;br /&gt;
| Simple sketch drawing application.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLamp]]&lt;br /&gt;
| A torch on DS. &lt;br /&gt;
| Corenting&lt;br /&gt;
|-&lt;br /&gt;
| [[DS_LCD_Tester]]&lt;br /&gt;
| An application to check DS screens. &lt;br /&gt;
| KING CORN&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLiveWeather]]&lt;br /&gt;
| Fetch the current weather information with WIFI. &lt;br /&gt;
| Lick&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Maps]]&lt;br /&gt;
| Google Maps viewer.&lt;br /&gt;
| DMC&lt;br /&gt;
|-&lt;br /&gt;
| [[DSmerlin]]&lt;br /&gt;
| A single character recognition engine clone.&lt;br /&gt;
| David Lott &lt;br /&gt;
|-&lt;br /&gt;
| [[DSPad]]&lt;br /&gt;
| Turn DS into a wireless gamepad.&lt;br /&gt;
| Ced&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPadTilt]]&lt;br /&gt;
| Turn DS into a motion sensing USB gamepad.&lt;br /&gt;
| KeithE&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPixelFix]]&lt;br /&gt;
| Fix dead pixel on DS. &lt;br /&gt;
| MADcat1990/Darkchild&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPlib]]&lt;br /&gt;
| A library for PAlib. &lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Sleep]]&lt;br /&gt;
| Help user to fall asleep.&lt;br /&gt;
| Filou HB&lt;br /&gt;
|-&lt;br /&gt;
| [[DSpertator]]&lt;br /&gt;
| MP3 Alarm Clock with other customizable features.&lt;br /&gt;
| Copete23&lt;br /&gt;
|-&lt;br /&gt;
| [[DSSpeech Speech Synthesizer]]&lt;br /&gt;
| DS port of a speech synth from Atari ST.&lt;br /&gt;
| Headspin&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Star Chart]]&lt;br /&gt;
| An application for stargazers.&lt;br /&gt;
| Pokeball29 &lt;br /&gt;
|-&lt;br /&gt;
| [[DSTELNET]]&lt;br /&gt;
| Connect to Telnet servers.&lt;br /&gt;
| ILOVEPIE&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Test]]&lt;br /&gt;
| A test application.&lt;br /&gt;
| Mcat12&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Twitter]]&lt;br /&gt;
| Twitter client for the NDS.&lt;br /&gt;
| Acdtrux&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Visual Novel Reader]]&lt;br /&gt;
| visual novel reader.&lt;br /&gt;
| Jake Probst, anoNL&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Weather]]&lt;br /&gt;
| Displays the current weather conditions with Wifi function.&lt;br /&gt;
| WolfSpider&lt;br /&gt;
|-&lt;br /&gt;
| [[DSWave]]&lt;br /&gt;
| Library for [[Micro Lua DS|Micro Lua DS]], resemble the wave effect of PSP.&lt;br /&gt;
| RedHunter&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Weather Report]]&lt;br /&gt;
| A weather station on DS.&lt;br /&gt;
| Stravingo&lt;br /&gt;
|-&lt;br /&gt;
| [[DSZhongwen]]&lt;br /&gt;
| Learn the basics of Mandarin Chinese.&lt;br /&gt;
| Rrc2soft&lt;br /&gt;
|-&lt;br /&gt;
| [[DuelDS]]&lt;br /&gt;
| An assistant for the card game Yu-Gi-Oh!&lt;br /&gt;
| Dr.Razor &lt;br /&gt;
|-&lt;br /&gt;
| [[EnigmaNDS]]&lt;br /&gt;
| Enigma machine simulator.&lt;br /&gt;
| Mincemeatteam&lt;br /&gt;
|-&lt;br /&gt;
| [[Environment Mapping]]&lt;br /&gt;
| 3d sample for Libnds.&lt;br /&gt;
| Payk&lt;br /&gt;
|-&lt;br /&gt;
| [[ESpeak]]&lt;br /&gt;
| Speech synthesizer for English and other languages.&lt;br /&gt;
| N00bey &lt;br /&gt;
|-&lt;br /&gt;
| [[Etch]]&lt;br /&gt;
| Paint app focused towards pixel art with other features.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[EvoCheatUp]]&lt;br /&gt;
| Modified version of the [[UsrCheatUp|UsrCheatUp]].&lt;br /&gt;
| SolidusRegim&lt;br /&gt;
|-&lt;br /&gt;
| [[Evolution: 28 ans de consoles portables]]&lt;br /&gt;
| An educational App about 28 years development of portable consoles. &lt;br /&gt;
| MasterDje&lt;br /&gt;
|-	&lt;br /&gt;
| [[FavDS]]&lt;br /&gt;
| Save &amp;amp; run NDS files by putting location in a text file.&lt;br /&gt;
| Xiao32&lt;br /&gt;
|-&lt;br /&gt;
| [[Fb4nds]]&lt;br /&gt;
| Facebook&#039;s chat client.&lt;br /&gt;
| Lino &lt;br /&gt;
|-&lt;br /&gt;
| [[Fencing]]&lt;br /&gt;
| A program for fencers, referees, directors, and coaches.&lt;br /&gt;
| Minty &lt;br /&gt;
|-&lt;br /&gt;
| [[FerretBoysFunbrew]]&lt;br /&gt;
| A fun homebrew.&lt;br /&gt;
| Ferretboy007&lt;br /&gt;
|-&lt;br /&gt;
| [[Fiches pour le BAC S]]&lt;br /&gt;
| A revision sheets LAC S.&lt;br /&gt;
| Beda&lt;br /&gt;
|-&lt;br /&gt;
| [[FlashDS]]&lt;br /&gt;
| 8 color flash light for the NDS. &lt;br /&gt;
| Coincoin&lt;br /&gt;
|-&lt;br /&gt;
| [[FlashcarDS]]&lt;br /&gt;
| A Spaced Repetition flashcards application, similar to Anki.&lt;br /&gt;
| Nfinite&lt;br /&gt;
|-&lt;br /&gt;
| [[Flickbook]]&lt;br /&gt;
| Animation app for the Nintendo DS.&lt;br /&gt;
| Masscat&lt;br /&gt;
|-&lt;br /&gt;
| [[Flipbook]]&lt;br /&gt;
| MSPaint-like drawing program.&lt;br /&gt;
| Sintax&lt;br /&gt;
|-&lt;br /&gt;
| [[GameUp]]&lt;br /&gt;
| Utility for Nintendo DS that conclude the trilogy of the Up-Series homebrews.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[GH Painter]]&lt;br /&gt;
| Draw on DS using the Guitar Grip to pick colors.&lt;br /&gt;
| Mjsdude&lt;br /&gt;
|-&lt;br /&gt;
| [[GIF/CARD viewer for Magic: The Gathering]]&lt;br /&gt;
| Card viewer for the card game: Magic The Gathering.&lt;br /&gt;
| Sylus101 &lt;br /&gt;
|-&lt;br /&gt;
| [[Gun Game]]&lt;br /&gt;
| Remake of gun application.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[HandWritter]]&lt;br /&gt;
| Hand writing app that able to identify characters.&lt;br /&gt;
| Earth2222&lt;br /&gt;
|-&lt;br /&gt;
| [[HappyCat]]&lt;br /&gt;
| Happy cat demo on DS.&lt;br /&gt;
| Dragonminded&lt;br /&gt;
|-&lt;br /&gt;
| [[Heero&#039;s HBDB]]&lt;br /&gt;
| Cheatfiles for [[DSOrganize|DSOrganize]].&lt;br /&gt;
| Heeroo&lt;br /&gt;
|-&lt;br /&gt;
| [[HMTK]]&lt;br /&gt;
| Health Monitoring Tool Kit for Diabetes.&lt;br /&gt;
| Arrpirate&lt;br /&gt;
|-&lt;br /&gt;
| [[I Ching DS]]&lt;br /&gt;
| I Ching Readings.&lt;br /&gt;
| Sam Malone&lt;br /&gt;
|-&lt;br /&gt;
| [[Ipod Touch Gun App]]&lt;br /&gt;
| A gun app from ipod touch.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[IRCDS]]&lt;br /&gt;
| IRC client with custom skin support.&lt;br /&gt;
| Davido2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Isofácil]]&lt;br /&gt;
| Isometric drawing application with color.&lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese And English Phrase Converter]]&lt;br /&gt;
| Translate English phrase to Japanese.&lt;br /&gt;
| Iainprice&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese Hiragana &amp;amp; Katakana Review]]&lt;br /&gt;
| Kana character review tool.&lt;br /&gt;
| DesertDog&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese Training]]&lt;br /&gt;
| Japanese learning application .&lt;br /&gt;
| Cuicui666&lt;br /&gt;
|-&lt;br /&gt;
| [[JapFR]]&lt;br /&gt;
| Application to learn Japanese vocabulary.&lt;br /&gt;
| Benjamalin&lt;br /&gt;
|-&lt;br /&gt;
| [[JOZ2 3AM]]&lt;br /&gt;
| Depicts 36 various Sourates from the 114 of the Coran.&lt;br /&gt;
| Nabli Ahmed &lt;br /&gt;
|-&lt;br /&gt;
| [[Just a clock...]]&lt;br /&gt;
| A simple analog clock app.&lt;br /&gt;
| Hoitjuh55&lt;br /&gt;
|-&lt;br /&gt;
| [[Kana DS]]&lt;br /&gt;
| Japanese learner.&lt;br /&gt;
| Julio Gorgé &lt;br /&gt;
|-&lt;br /&gt;
| [[KanjiDs]]&lt;br /&gt;
| Japanese Kanji learner.&lt;br /&gt;
| LeToto&lt;br /&gt;
|-&lt;br /&gt;
| [[Kanji.es]]&lt;br /&gt;
| Program to learn to write Japanese Kanji symbols.&lt;br /&gt;
| Zeroathiradi&lt;br /&gt;
|-&lt;br /&gt;
| [[Lampe]]&lt;br /&gt;
| Flashlight application.&lt;br /&gt;
| NachtaraChecker&lt;br /&gt;
|-&lt;br /&gt;
| [[Lampe DS]]&lt;br /&gt;
| A simple flashlight application coded in µLua.&lt;br /&gt;
| Aurel2108&lt;br /&gt;
|-&lt;br /&gt;
| [[LCD_Tester]]&lt;br /&gt;
| Recover pixels vague.&lt;br /&gt;
| Kleevah&lt;br /&gt;
|-&lt;br /&gt;
| [[Linterna DS]]&lt;br /&gt;
| A flashlight on DS with different colors to choose from.&lt;br /&gt;
| Neopiro&lt;br /&gt;
|-&lt;br /&gt;
| [[Loituma Girl DS]]&lt;br /&gt;
| An adaptation of some popular flash animations.&lt;br /&gt;
| Gnese &lt;br /&gt;
|-&lt;br /&gt;
| [[LoL]]&lt;br /&gt;
| Contains 33 jokes.&lt;br /&gt;
| APSSPA&lt;br /&gt;
|-&lt;br /&gt;
| [[Mediatheque DS]]&lt;br /&gt;
| A library to manage your collection of comics/movies/stamps etc.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[Meditation with Talah Rama]]&lt;br /&gt;
| A meditation timer/guide for the DS.&lt;br /&gt;
| Backtothefuture&lt;br /&gt;
|-&lt;br /&gt;
| [[MegaHAL DS]]&lt;br /&gt;
| Conversation simulator better known as a “chatterbox.”.&lt;br /&gt;
| Asiekierka &lt;br /&gt;
|-&lt;br /&gt;
| [[MegaStopwatch]]&lt;br /&gt;
| Megaman theme stop watch.&lt;br /&gt;
| Thungbard&lt;br /&gt;
|-&lt;br /&gt;
| [[MemoryDeS]]&lt;br /&gt;
| Allow user to study and review vocabulary lists in the Apprenticeship of languages​​.&lt;br /&gt;
| Memorydes&lt;br /&gt;
|-&lt;br /&gt;
| [[MemtestARM]]&lt;br /&gt;
| Makes sure that your RAM pak is working fine.&lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[Mendeleiev]]&lt;br /&gt;
| Periodic table and element information/list.&lt;br /&gt;
| MasterDje&lt;br /&gt;
|-&lt;br /&gt;
| [[Metroid Gravity]]&lt;br /&gt;
| Metroid Prime Hunters animation simulator.&lt;br /&gt;
| Disgepia&lt;br /&gt;
|-&lt;br /&gt;
| [[MorseDS]]&lt;br /&gt;
| Morse translator.&lt;br /&gt;
| Aguilera_87&lt;br /&gt;
|-&lt;br /&gt;
| [[Motion Plotter]]&lt;br /&gt;
| An app that draws lines.&lt;br /&gt;
| Sektor&lt;br /&gt;
|-&lt;br /&gt;
| [[MythRemote]]&lt;br /&gt;
| A network remote control for MythTV frontends.&lt;br /&gt;
| Grizzly Adams&lt;br /&gt;
|-&lt;br /&gt;
| [[NdéS]]&lt;br /&gt;
| Virtual dice on DS.&lt;br /&gt;
| Coincoin&lt;br /&gt;
|-&lt;br /&gt;
| [[nds-bootstrap]]&lt;br /&gt;
| Boot an nds file&lt;br /&gt;
| ahezard, RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSRo]]&lt;br /&gt;
| Client for eAthena servers for Ragnarok Online.&lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[Neko DS]]&lt;br /&gt;
| A port of an old PC app.&lt;br /&gt;
| ThemePark&lt;br /&gt;
|-&lt;br /&gt;
| [[NeoKey Fileviewer]]&lt;br /&gt;
| An alternate fileviewer.&lt;br /&gt;
| D-loader&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSMail]]&lt;br /&gt;
| RSS and POP mail client.&lt;br /&gt;
| Bronto&lt;br /&gt;
|-&lt;br /&gt;
| [[NdsMiiMaker]]&lt;br /&gt;
| Create your own Mii.&lt;br /&gt;
| CoinCoin&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSpiritLevel]]&lt;br /&gt;
| A spirit level application inspired by an application on Android.&lt;br /&gt;
| Bootlegger&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroHax]]&lt;br /&gt;
| Cheat tool for official games running on the Nintendo DS. &lt;br /&gt;
| Chishm&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroTracker]]&lt;br /&gt;
| A versatile tool for creating music.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[Oclock]]&lt;br /&gt;
| Alarm clock on DS.&lt;br /&gt;
| Cid2Mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[.:OsUp:.]]&lt;br /&gt;
| A homebrew allows user to update through WiFi the OS of the flashcard.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[OtaClockDS]]&lt;br /&gt;
| Port of Otacon&#039;s desktop clock application.&lt;br /&gt;
| Madcat1990 &lt;br /&gt;
|-&lt;br /&gt;
| [[PAINT BLACK DS]]&lt;br /&gt;
| An application for creating black and white drawings.&lt;br /&gt;
| Cid2mizard &lt;br /&gt;
|-&lt;br /&gt;
| [[Paint DS (ps991)]]&lt;br /&gt;
| Paint application.&lt;br /&gt;
| Ps991&lt;br /&gt;
|-&lt;br /&gt;
| [[Paint DS]]&lt;br /&gt;
| A Paint application.&lt;br /&gt;
| S_hansse&lt;br /&gt;
|-&lt;br /&gt;
| [[Paint Stylus]]&lt;br /&gt;
| Another type of graphics editor Paint.&lt;br /&gt;
| RDilus&lt;br /&gt;
|-&lt;br /&gt;
| [[PassMe2 SRAM Writer]]&lt;br /&gt;
| Writes the SRAM in GBA mode for PassMe2.&lt;br /&gt;
| Pepsiman&lt;br /&gt;
|-&lt;br /&gt;
| [[Perpetual Calendar + Clock]]&lt;br /&gt;
| Calendar and a clock.&lt;br /&gt;
| Taiyou&lt;br /&gt;
|-&lt;br /&gt;
| [[Phidias]]&lt;br /&gt;
| A drawing program for Nintendo DS.&lt;br /&gt;
| Tapio Pyrhönen&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictoblog]]&lt;br /&gt;
| Allows you to post hand drawn images to your Blog.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[PikuLinterna DS]]&lt;br /&gt;
| Simulates a flashlight on Nintendo DS. &lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[PikUsos DS]]&lt;br /&gt;
| Contains a digital clock, flashlight, paint and more. &lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[Pintared]]&lt;br /&gt;
| An advanced version of Telesketch. &lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[PixelFixer]]&lt;br /&gt;
| Flashes the screen in different colors to unstuck pixels.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[PIXELMAN]]&lt;br /&gt;
| Sprite designing, testing and animation tool. &lt;br /&gt;
| Sylus101&lt;br /&gt;
|-&lt;br /&gt;
| [[Pocket Pixie DS]]&lt;br /&gt;
| Graphics editor. &lt;br /&gt;
| Morukutsu&lt;br /&gt;
|-&lt;br /&gt;
| [[Poker Blinds Timer]]&lt;br /&gt;
| Poker tournament blind timer.&lt;br /&gt;
| Der-Leo&lt;br /&gt;
|-&lt;br /&gt;
| [[Pokething]]&lt;br /&gt;
| DS AR marking viewer to be used with the 3DS Pokedex app. &lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[PolyTouch]]&lt;br /&gt;
| Polygons painter.&lt;br /&gt;
| René C. Kiesler&lt;br /&gt;
|-&lt;br /&gt;
| [[PPaPP]]&lt;br /&gt;
| Shows coordinates of the desired point with a Stylus.&lt;br /&gt;
| Virtua Peanuts&lt;br /&gt;
|-&lt;br /&gt;
| [[Project JDS]]&lt;br /&gt;
| Japanese &#039;alphabets&#039; learning application.&lt;br /&gt;
| Ashai Rey&lt;br /&gt;
|-&lt;br /&gt;
| [[Prueba de Botones]]&lt;br /&gt;
| Button tester on NDS.&lt;br /&gt;
| 0-00&lt;br /&gt;
|-&lt;br /&gt;
| [[Pstros NDS]]&lt;br /&gt;
| MIDP implementation run on the CLDC java machine compiled for NDS. &lt;br /&gt;
| Ole&lt;br /&gt;
|-&lt;br /&gt;
| [[Putzpie Etch A Sketch]]&lt;br /&gt;
| Etch-a-Sketch for NDS. &lt;br /&gt;
| Putzpie&lt;br /&gt;
|-&lt;br /&gt;
| [[RAC]]&lt;br /&gt;
| Tool used to back up and restore the town on Animal Crossing: Wild World to a SLOT-2 device. &lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[RangerDS]]&lt;br /&gt;
| A GPS application. &lt;br /&gt;
| Ranger &lt;br /&gt;
|-&lt;br /&gt;
| [[RMMnDS]]&lt;br /&gt;
| Calculate shortest path program for the metro&#039;s net of Madrid.&lt;br /&gt;
| Mincemeatteam&lt;br /&gt;
|-&lt;br /&gt;
| [[RPaint]]&lt;br /&gt;
| A paint like application for NDS.&lt;br /&gt;
| Revo&lt;br /&gt;
|-&lt;br /&gt;
| [[Roast Of Mario]]&lt;br /&gt;
| Port of a short Mario clip from the internet.&lt;br /&gt;
| Chadrcheze&lt;br /&gt;
|-&lt;br /&gt;
| [[SCDS1 Pokemon Cheat]]&lt;br /&gt;
| A .scc Pokemon diamond Action Replay cheats for Supercard DS.&lt;br /&gt;
| -=M*C=-&lt;br /&gt;
|-&lt;br /&gt;
| [[Scrabble Assistant DS]]&lt;br /&gt;
| Assist players using the board version of Scrabble game.&lt;br /&gt;
| Nicolas Pillot&lt;br /&gt;
|-&lt;br /&gt;
| [[SDepS]]&lt;br /&gt;
| A pedometer for the Nintendo DS.&lt;br /&gt;
| Tobiasbp&lt;br /&gt;
|-&lt;br /&gt;
| [[SEDS(sprite editor)]]&lt;br /&gt;
| Small drawing and animation tool.&lt;br /&gt;
| PypeBros&lt;br /&gt;
|-&lt;br /&gt;
| [[Simple Diagnosis]]&lt;br /&gt;
| Use it to see if DS needs a new rubber pad or fixes.&lt;br /&gt;
| Kiaku&lt;br /&gt;
|-&lt;br /&gt;
| [[SK8 Dice]]&lt;br /&gt;
| Port of the skating dice game which based on real dices for skaters.&lt;br /&gt;
| Amchacon&lt;br /&gt;
|-&lt;br /&gt;
| [[SkinSelcter]]&lt;br /&gt;
| Swap between multi-skins loaded on DS (for DSTT and YS menu).&lt;br /&gt;
| Tora Software&lt;br /&gt;
|-&lt;br /&gt;
| [[SkinUp]]&lt;br /&gt;
| Manage and upgrade skin&#039;s archive directly from Nintendo DS (Supercard DS One only).&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[Sleeper Killer]]&lt;br /&gt;
| An alarm clock with special features.&lt;br /&gt;
| Mastertop101&lt;br /&gt;
|-&lt;br /&gt;
| [[Somebodys Watching Me]]&lt;br /&gt;
| Video of &amp;quot;Somebody&#039;s Watching Me&amp;quot; by R&amp;amp;B artist Rockwell.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[South Africa World Cup 2010 DS Manager]]&lt;br /&gt;
| Manage the schedule and results of your favorite teams from World Cup.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[Stoppuhr DS]]&lt;br /&gt;
| A stopwatch with a little lapcomputer.&lt;br /&gt;
| Roman Adler&lt;br /&gt;
|-&lt;br /&gt;
| [[Stopwatch DS]]&lt;br /&gt;
| Stopwatch for DS.&lt;br /&gt;
| Foxi4&lt;br /&gt;
|-&lt;br /&gt;
| [[StopwatchDS]]&lt;br /&gt;
| Basic stop watch application based on Timer Demo by Chris Liu.&lt;br /&gt;
| Syntech&lt;br /&gt;
|-&lt;br /&gt;
| [[Super Alarm]]&lt;br /&gt;
| Alarm clock with Super Mario World scenarios.&lt;br /&gt;
| Emov2k4&lt;br /&gt;
|-&lt;br /&gt;
| [[Sudoku Solver]]&lt;br /&gt;
| An application that solve Sudoku puzzle.&lt;br /&gt;
| Krupkat&lt;br /&gt;
|-&lt;br /&gt;
| [[Sudoky]]&lt;br /&gt;
| Sudoku puzzles solver.&lt;br /&gt;
| Bobiwan&lt;br /&gt;
|-&lt;br /&gt;
| [[SuitekiDS]]&lt;br /&gt;
| Spanish-Japanese and English-Japanese dictionaries.&lt;br /&gt;
| Hispadic&lt;br /&gt;
|-&lt;br /&gt;
| [[Super Cutre Botons]]&lt;br /&gt;
| Buttons tester.&lt;br /&gt;
| Salsaman&lt;br /&gt;
|-&lt;br /&gt;
| [[SutraDS]]&lt;br /&gt;
| Portable kamasutra guide.&lt;br /&gt;
| Cid2mizard &lt;br /&gt;
|-&lt;br /&gt;
| [[SystemTest]]&lt;br /&gt;
| Able to see the language, time, color and more.&lt;br /&gt;
| Playallday&lt;br /&gt;
|-&lt;br /&gt;
| [[Table Sixty-Nine]]&lt;br /&gt;
| Find out if you are seated at table #69 in any radix. &lt;br /&gt;
| Chris&lt;br /&gt;
|-&lt;br /&gt;
| [[TapSpeedTest]]&lt;br /&gt;
| A model on how fast an average (trained) user can tap up a given button combination. &lt;br /&gt;
| Ant6n&lt;br /&gt;
|-&lt;br /&gt;
| [[TAUNT DS]]&lt;br /&gt;
| Send &amp;quot;taunts&amp;quot; to another DS via wifi.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[TelecranDS]]&lt;br /&gt;
| An adaptation of telecran.&lt;br /&gt;
| Oxo&lt;br /&gt;
|-&lt;br /&gt;
| [[Telesketch]]&lt;br /&gt;
| Pixel by pixel painter.&lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[The Magic Counter]]&lt;br /&gt;
| An application for the card game Magic The Gathering. &lt;br /&gt;
| 4n4bol&lt;br /&gt;
|-&lt;br /&gt;
| [[The Stiff Man X: The Parcel]]&lt;br /&gt;
| Download the latest news and competitions through a server.&lt;br /&gt;
| StudioPlatinum&lt;br /&gt;
|-&lt;br /&gt;
| [[ThreaDS]]&lt;br /&gt;
| A thread library for DS.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Tirada2]]&lt;br /&gt;
| Dice roller.&lt;br /&gt;
| Aguilera_87&lt;br /&gt;
|-&lt;br /&gt;
| [[Tiri]]&lt;br /&gt;
| A typing Siri for DS.&lt;br /&gt;
| EyKcir&lt;br /&gt;
|-&lt;br /&gt;
| [[Touch Test]]&lt;br /&gt;
| Find bad areas of NDS touch screen.&lt;br /&gt;
| Unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[TouchTest DS]]&lt;br /&gt;
| Help diagnose the touchscreen.&lt;br /&gt;
| Briankealing&lt;br /&gt;
|-&lt;br /&gt;
| [[Treasures of Gaia]]&lt;br /&gt;
| View the entire earth on DS via Google Maps.&lt;br /&gt;
| Stravingo&lt;br /&gt;
|-&lt;br /&gt;
| [[TwitOnly]]&lt;br /&gt;
| Japanese Twitter application.&lt;br /&gt;
| Momoonga&lt;br /&gt;
|-&lt;br /&gt;
| [[UAPaint]]&lt;br /&gt;
| Drawing application.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[Ultimate Dog Tease]]&lt;br /&gt;
| Port of one of the most viewed videos on Youtube.&lt;br /&gt;
| Klaatu42 (from Youtube)&lt;br /&gt;
|-&lt;br /&gt;
| [[Uptime DS]]&lt;br /&gt;
| Test energy-consumption of different cards and batteries.&lt;br /&gt;
| Freemaan&lt;br /&gt;
|-&lt;br /&gt;
| [[UsrCheatUp]]&lt;br /&gt;
| Update cheats from DS through Wi-Fi.&lt;br /&gt;
| Giovanni &lt;br /&gt;
|-&lt;br /&gt;
| [[VibratorDS]]&lt;br /&gt;
| A vibrator for the Nintendo DS. &lt;br /&gt;
| Nehrem&lt;br /&gt;
|-&lt;br /&gt;
| [[VoiceAlarmClock]]&lt;br /&gt;
| Alarm clock with own recorded voice.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[Vortex Generator]]&lt;br /&gt;
| Generate visual effects.&lt;br /&gt;
| Dantheman&lt;br /&gt;
|-&lt;br /&gt;
| [[Walkie-Talkie]]&lt;br /&gt;
| Walkie-Talkie for the DS.&lt;br /&gt;
| Ericgies&lt;br /&gt;
|-&lt;br /&gt;
| [[Wallpaper]]&lt;br /&gt;
| Learn polish.&lt;br /&gt;
| Tigro&lt;br /&gt;
|-&lt;br /&gt;
| [[Wecker DS]]&lt;br /&gt;
| Alarm clock with an mp3 file.&lt;br /&gt;
| MystBoy&lt;br /&gt;
|-&lt;br /&gt;
| [[Wildlife Greenhouse]]&lt;br /&gt;
| Guide for camper with variety of edible plants.&lt;br /&gt;
| SimplexProductions&lt;br /&gt;
|-&lt;br /&gt;
| [[Woctochat]]&lt;br /&gt;
| Chatting App for the DS.&lt;br /&gt;
| Acceuil&lt;br /&gt;
|-&lt;br /&gt;
| [[Yahoo Messenger]]&lt;br /&gt;
| A Yahoo Messenger client.&lt;br /&gt;
| Atomsoft &lt;br /&gt;
|-&lt;br /&gt;
| [[Zatmar paint]]&lt;br /&gt;
| Based on Paint from Windows.&lt;br /&gt;
| Zatmar&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda The Six Sages]]&lt;br /&gt;
| Zelda animation simulator.&lt;br /&gt;
| JUDELCO&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
[[Category:Homebrew applications| ]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=List_of_3DS_homebrew_loaders&amp;diff=14621</id>
		<title>List of 3DS homebrew loaders</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=List_of_3DS_homebrew_loaders&amp;diff=14621"/>
		<updated>2020-02-18T05:21:26Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Update TWLoader and SRLoader links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Linkbar 3DS}}&lt;br /&gt;
&lt;br /&gt;
{{TOChorizontal|Custom Firmwares|Exploits|Title Launchers}}&lt;br /&gt;
&lt;br /&gt;
=== Title Launchers ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;{| class=&amp;quot;apptable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| [[TWiLight Menu++]]&lt;br /&gt;
|  DSi Menu replacement for DS/DSi/3DS/2DS&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Menu 3DS]]&lt;br /&gt;
| Another GUI for nds-bootstrap&lt;br /&gt;
| ahezard&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLoader]]&lt;br /&gt;
|  Outdated CTR-mode app that loads .nds ROMs natively, not through emulation.&amp;lt;br&amp;gt;(Replaced by [[TWiLight Menu++]])&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Custom Firmwares ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Exploits ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=14620</id>
		<title>TWiLight Menu++</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=14620"/>
		<updated>2020-02-18T05:19:15Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Major rewrite to SRLoader page to bring all the info up to date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = TWiLight Menu++&lt;br /&gt;
| image       = [[image:srloader.jpg|250px]]&lt;br /&gt;
| type        = Homebrew Loaders&lt;br /&gt;
| version     = v12.0.0&lt;br /&gt;
| licence     = MIT&lt;br /&gt;
| author      = RocketRobz&lt;br /&gt;
| website     = https://github.com/DS-Homebrew/TWiLightMenu&lt;br /&gt;
| download    = https://github.com/DS-Homebrew/TWiLightMenu/releases/download/v12.0.0/TWiLightMenu.7z&lt;br /&gt;
| source      = https://github.com/DS-Homebrew/TWiLightMenu&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
TWiLight Menu++, or TWLMenu++ for short, is a frontend for nds-bootstrap, for DS, DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
[[File:Widescreen comparison.jpg|thumb|right|Super Mario 64 DS being run in multiplayer via [[nds-bootstrap]] on DSi and 3DS, with the 3DS running in widescreen.]]&lt;br /&gt;
&lt;br /&gt;
* Launch DS(i) ROMs from the SD card and/or flashcard, via [[nds-bootstrap]] (comes included with the app)!&lt;br /&gt;
* For flashcards, the flashcard kernel/firmware can optionally be used to boot the games.&lt;br /&gt;
* Automatic on-the-fly AP-patching! Drag and drop your ROMs onto the SD card, and play, without any additional steps!&lt;br /&gt;
** The included AP-patches are loaded for a specific game, by nds-bootstrap, and the patching is done in RAM, leaving your original ROM untouched.&lt;br /&gt;
* Bring the DSi Menu to your DS Phat/lite, by putting TWLMenu++ on a flashcard!&lt;br /&gt;
* First DS flashcard UI to show animated icons from DSi-Enhanced, DSi-Exclusive, and DSiWare games!&lt;br /&gt;
* For DSi/3DS/2DS users: Overclock your DS games to 133mhz, faster than normal DS clock speed of 67mhz!&lt;br /&gt;
* For DSi/3DS/2DS users: Change sound frequency from 32kHz to 48kHz for higher sound quality!&lt;br /&gt;
* Directly access the following flashcards&#039; microSD cards, and switch to and from there anytime!&lt;br /&gt;
** Acekard 2i (Games cannot be booted)&lt;br /&gt;
** R4 Ultra (regular, not R4i) (r4ultra.com)&lt;br /&gt;
* Set the language to your preference.&lt;br /&gt;
* Run the last played ROM on TWiLight Menu++ startup.&lt;br /&gt;
* Play retro games from these consoles:&lt;br /&gt;
** (Super) GameBoy (Color), via GameYob&lt;br /&gt;
** NES/Famicom, via nesDS&lt;br /&gt;
** Sega Master System/Game Gear, via S8DS&lt;br /&gt;
** Sega MegaDrive/Genesis, via jEnesisDS&lt;br /&gt;
** Super Nintendo/Famicom, via SNEmulDS&lt;br /&gt;
* 3DS/2DS users: Play DS games in 16:10 widescreen! Not all games will work with this feature.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Non-CFW DSi/3DS/2DS users (Not recommended)===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# Launch your exploted DSiWare game, and TWiLight Menu++ will load!&lt;br /&gt;
&#039;&#039;&#039;NOTE for DSi users:&#039;&#039;&#039; If you&#039;re using exploits such as Memory Pit, ugopwn, Flipnote Lenny, or 4swordshax to boot TWiLight Menu++ some DS ROMs will not play sound properly.&lt;br /&gt;
&lt;br /&gt;
The following DSiWare exploits are compatible with nds-bootstrap without CFW:&lt;br /&gt;
* sudokuhax (uses GenericTWLPayload)&lt;br /&gt;
* fieldrunnerhax (uses GenericTWLPayload)&lt;br /&gt;
* grtpwn (uses GenericTWLPayload)&lt;br /&gt;
* ugopwn/Flipnote Lenny (only for v0.11.0 and v0.11.2)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===DSi users with Unlaunch and/or HiyaCFW===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Extract what&#039;s in &amp;quot;DSi - CFW users/SDNAND root&amp;quot; to the root of your SD card.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# (Unlaunch users) In Unlaunch menu, go to options, and set the &amp;quot;No button&amp;quot; option to &amp;quot;TWLMENUPP&amp;quot;.&lt;br /&gt;
# Launch TWiLight Menu++!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===CFW 3DS users, via Updater===&lt;br /&gt;
# Use [[FBI]] to install the [[TWiLight Menu++ Updater]]. You can download it [https://github.com/RocketRobz/TWiLightMenu-Updater/releases here], or with this [https://gbatemp.b-cdn.net/attachments/twlmupdater-qrcode-png.187568/ QR code].&lt;br /&gt;
# Launch the updater.&lt;br /&gt;
# Touch Release next to TWL Menu++. Extraction may take a while.&lt;br /&gt;
# Do Step 3 again, but for nds-bootstrap.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===CFW 3DS users, manual method===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Extract the .cia files from the &amp;quot;3DS - CFW users&amp;quot; folder, to anywhere on the SD Card.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# Install the .cia files you extracted. &amp;lt;br&amp;gt; &#039;&#039;&#039;NOTE:&#039;&#039;&#039; If you&#039;re using EmuNAND, then install them to SysNAND as well.&lt;br /&gt;
# Launch TWiLight Menu++!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Flashcard users===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;Flashcard users&amp;quot; folder, to the flashcard&#039;s microSD card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;Flashcard users&amp;quot; folder, to the flashcard&#039;s microSD card root.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your flashcard&#039;s microSD card.&lt;br /&gt;
# (Optional) Using your flashcard firmware to load retail/commercial ROMs instead of nds-bootstrap.&lt;br /&gt;
## Download a pack for your flashcard (skip to step 4, if your flashcard is not listed):&lt;br /&gt;
##* [[Media:DS Game Forwarder pack (R4iDSN, R4i Gold RTS, R4 Ultra).7z|R4iDSN/R4 Ultra]]&lt;br /&gt;
##* [[Media:DS Game Forwarder pack (SC DSTWO).7z|SuperCard DSTWO]]&lt;br /&gt;
## Extract what&#039;s in &amp;quot;for Slot-1 microSD&amp;quot; to the root of the flashcard&#039;s microSD card.&lt;br /&gt;
## After this and setting up TWiLight Menu++ on your flashcard, set &amp;quot;Use nds-bootstrap&amp;quot; to &amp;quot;No&amp;quot; so the flashcard firmware will be used instead of nds-bootstrap.&lt;br /&gt;
# (Optional) Autobooting to TWiLight Menu++&lt;br /&gt;
#* Extract what&#039;s in &amp;quot;Flashcard users/Autoboot/(your flashcard)&amp;quot; to the root of the flashcard&#039;s microSD card. (Skip this, if you don&#039;t see your flashcard.)&lt;br /&gt;
# You&#039;re good to go! Launch your flashcard, and TWiLight Menu++ will load! (Load &amp;quot;boot.nds&amp;quot;, if you&#039;re in the regular flashcard menu, or if autobooting doesn&#039;t work.)&lt;br /&gt;
* You can also set your preferred sound/mic frequency, if you&#039;re using a DSi, 3DS, or 2DS.&lt;br /&gt;
* If you want to use TWL clock speed and/or VRAM boost on your flashcard games, launch your flashcard using TWiLight Menu++ on the console&#039;s SD card, with the &amp;quot;SCFG access in Slot-1&amp;quot; setting turned on.&lt;br /&gt;
&lt;br /&gt;
==Video demonstration==&lt;br /&gt;
&amp;lt;youtube&amp;gt;fc9-TtALeA8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: In this video, loading speed is slower than the current nds-bootstrap version.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
===DSi, 3DS, and SEGA Saturn themes===&lt;br /&gt;
* Left/Right: Select a game/app&lt;br /&gt;
* A/START: Launch game/app&lt;br /&gt;
* B: Go up one directory&lt;br /&gt;
* L/R: Switch pages&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* X: Delete/hide game&lt;br /&gt;
* (DSi/Saturn theme) SELECT: DS Classic menu&lt;br /&gt;
** (Where TWLMenu++ Settings, the Slot-1 game, and the last ran game can be accessed)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===R4 theme===&lt;br /&gt;
&#039;&#039;On R4 theme main menu:&#039;&#039;&lt;br /&gt;
* Left/Right: Select game list, lanch Slot-1, or launch GBARunner2&lt;br /&gt;
* A: Open game list, launch Slot-1, or launch GBARunner2&lt;br /&gt;
* START/SELECT: Open TWLMenu++ Settings&lt;br /&gt;
&#039;&#039;In game list:&#039;&#039;&lt;br /&gt;
* Up/Down: Select a game/app&lt;br /&gt;
* A: Launch game/app&lt;br /&gt;
* B: Go up one directory&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* X: Delete/hide game&lt;br /&gt;
* START: Return to R4 theme main menu&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Acekard theme===&lt;br /&gt;
* Up/Down: Select a game/app&lt;br /&gt;
* A: Launch game/app&lt;br /&gt;
* B/L: Go up one directory&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* START: Options menu&lt;br /&gt;
* SELECT: Change list mode&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===With CFW: DS ROMs on SD/carts===&lt;br /&gt;
* L+R+DOWN+B for 2 seconds: Return to TWiLight Menu++.&lt;br /&gt;
** (If using an o3DS, then it does not work on all models)&lt;br /&gt;
&lt;br /&gt;
For DS game compatibility, please check this list:&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/edit?usp=sharing List of games that work from SD Card]&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: (3DS users) This is a DS(i) emulator, right?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: No, this is not an emulator. The menu and DS games (loaded via nds-bootstrap) are ran natively in the console&#039;s DS/DSi mode.&amp;lt;br&amp;gt;&lt;br /&gt;
The only consoles emulated are NES, Sega MS/GG, GB(C), Sega Gen/MD, SNES, and GBA (but partially, as some parts (such as graphics) are ran natively).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: After installing the TWiLight Menu++ CIAs, I don&#039;t see the app on the 3DS HOME Menu. How can I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Reboot the console.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Why is my 3DS/2DS stuck on black screen when launching TWiLight Menu++? Why is my 3DS/2DS powering off when launching TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: TWL_FIRM might&#039;ve somehow got corrupted.&amp;lt;br&amp;gt;&lt;br /&gt;
Follow this guide to fix the issue: [https://3ds.hacks.guide/troubleshooting#dsi--ds-functionality-is-broken-after-completing-the-guide DSi / DS functionality is broken after completing the guide]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: I followed all the steps on how to play in widescreen, but the supported games are still running in 4:3, but with glitchiness on the right side. How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Try re-downloading the patcher, and run &amp;quot;wide.bat&amp;quot; again, and copy the remade/updated .cxi file to &amp;quot;sd:/_nds/TWiLightMenu/TwlBg/&amp;quot;, and rename it to &amp;quot;Widescreen.cxi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: I followed all the steps on how to play in widescreen, but the supported games are still running in 4:3, but with hex numbers on the right side. How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: You did not make and/or run &amp;quot;wide.bat&amp;quot;. Please do that, and then copy the remade/updated .cxi file to &amp;quot;sd:/_nds/TWiLightMenu/TwlBg/&amp;quot;, and rename it to &amp;quot;Widescreen.cxi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: After launching a game in widescreen, the TWLMenu++ GUI is stretched in the top screen! How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: In FBI, delete both TWiLight Menu++ titles (in purple text) in the title list, then install both the latest TWLMenu++ CIAs.&amp;lt;br&amp;gt;&lt;br /&gt;
Back in the title list, launch &amp;quot;TWiLight Menu++ Last-ran ROM&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn&#039;t fix it, delete &amp;quot;TwlBg.cxi&amp;quot; at &amp;quot;sd:/luma/sysmodules/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: How do I get past Luma&#039;s exception screen when trying to soft-reset the game, or return to TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Enable game patching in Luma settings, or update Luma to v10.0 (or later).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: How do I fix TWiLight Menu++ restarting when launching a game? How do I fix TWiLight Menu++ giving a Guru Meditation Error when launching a game?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Go into TWLMenu++ Settings, and disable &amp;quot;Update recently played list&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Can The Biggest Loser boot TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Why do I get a white screen when trying to load a game from SD Card, and how do I fix it?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A1: You&#039;re using an incompatible DSiWare exploit. It should use GenericTWLPayload for DS ROMs to work.&lt;br /&gt;
&lt;br /&gt;
A2: nds-bootstrap shrinks the heap to fit it&#039;s own code for arm9, into cached memory. Shrinking the heap breaks some games.&amp;lt;br&amp;gt;&lt;br /&gt;
To disable heap shrink, hold L immediately after pressing A/START to launch the game.&lt;br /&gt;
&lt;br /&gt;
A3: Please note that not all games work from SD Card yet. Check the list above.&amp;lt;br&amp;gt;&lt;br /&gt;
If it&#039;s listed as compatible, try again.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re a DSi user, Please check the LED set in TWiLight Menu++ settings.&lt;br /&gt;
* WiFi/Camera: If it&#039;s on, that means it&#039;s loading from the ROM. If it&#039;s off for a while, and the screen is still white, that means the game is unsupported.&lt;br /&gt;
* Power: If it&#039;s purple, that means it&#039;s loading from the ROM. If it&#039;s blue (or red) for a while, and the screen is still white, that means the game is unsupported.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developers===&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Lead Developer, implementing the auto-reset power button function used in NTR-mode.&lt;br /&gt;
* [https://github.com/chyyran chyyran]: Porting the akMenu/Wood UI to TWiLight Menu++ &amp;amp; adding the ability to load sub-themes off the SD card for DSi/3DS themes.&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: Adding the ability to load sub-themes off the SD card for the R4 theme.&lt;br /&gt;
===App Launchers===&lt;br /&gt;
* [https://github.com/ahezard ahezard] &amp;amp; [https://github.com/shutterbug2000 shutterbug2000]: [[nds-bootstrap]] (used to launch Nintendo DS ROMs off the SD card), and NDMA SD read code.&lt;br /&gt;
* [https://github.com/Drenn1 Drenn]: [[GameYob]] (used to launch Gameboy ROMs)&lt;br /&gt;
* [https://coto88.bitbucket.io/ Coto]: Working on [[SNEmulDS]] with acheid/Loopy (used to launch SNES ROMs) &amp;amp; [[nesDS]] ([https://github.com/ApacheThunder/NesDS TWL Edition] by [https://github.com/ApacheThunder Apache Thunder]) (used to launch NES ROMs).&lt;br /&gt;
* Lordus: [[jEnesisDS]] (used to launch Sega Mega Drive/Genesis ROMs)&lt;br /&gt;
* [https://github.com/Gericom Gericom]: [[GBARunner2]] (used to load GameBoy Advance ROMs)&lt;br /&gt;
* [https://gbatemp.net/members/flubba.19963/ FluBBa]: [[S8DS]] (used to launch Sega Master System/Game Gear ROMs)&lt;br /&gt;
===Graphics &amp;amp; Themes===&lt;br /&gt;
* [https://gbatemp.net/members/spinal_cord.90607/ spinal_cord]: [[DSi4DS]] and [[DSision2]] graphics.&lt;br /&gt;
* [https://www.deviantart.com/starvingartist/ StarvingArtist]: Game Console icons.&lt;br /&gt;
* [https://github.com/FlameKat53 FlameKat53]: Manual icon for DSi theme&#039;s `SELECT` menu.&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/profi200 profi200]: Improved SD code from fastboot3DS.&lt;br /&gt;
* [https://github.com/devkitPro devkitPro]: Code used in [[nds-hb-menu]], and the use of the bootloader, [[devkitARM]], [[libnds]], and [[libfat]].&lt;br /&gt;
* Another World and Yellow Wood Goblin: The original akMenu/[[Wood Firmwares|Wood]] UI.&lt;br /&gt;
* [https://github.com/NightYoshi370 NightYoshi370]: Code cleanup&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=GodMode9i&amp;diff=14612</id>
		<title>GodMode9i</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=GodMode9i&amp;diff=14612"/>
		<updated>2020-02-16T04:10:00Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Create GodMode9i page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = GodMode9i&lt;br /&gt;
| image       = [[File:GodMode9i.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v2.2.0&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = RocketRobz&lt;br /&gt;
| website     = https://github.com/RocketRobz/GodMode9i&lt;br /&gt;
| download    = https://github.com/RocketRobz/GodMode9i/releases/download/v2.2.0/GodMode9i.7z&lt;br /&gt;
| source      = https://github.com/RocketRobz/GodMode9i&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
GodMode9i is a full access file browser for the Nintendo DS, Nintendo DSi, and Nintendo 3DS library of consoles. It works on any console that has either a flashcard or Custom Firmware.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Dump GameBoy Advance cartridges on the original Nintendo DS and Nintendo DS Lite consoles.&lt;br /&gt;
* Dump Nintendo DS/DSi cartridges on Nintendo DSi and Nintendo 3DS consoles.&lt;br /&gt;
* Copy, move, delete, rename files/folders and create folders.&lt;br /&gt;
* Mount the NitroFS for .nds files (allowing you to browse through them), including retail nds files.&lt;br /&gt;
* Browse files on supported flashcards when running GM9i from the NAND or SD Card. (AceKard 2(i) and R4 Ultra (r4ultra.com))&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download and extract the file&lt;br /&gt;
# Copy GodMode9i.nds to your SD card&lt;br /&gt;
# Most flashcards will see GodMode9i as a retail game, so you may need to launch it from [https://github.com/devkitPro/nds-hb-menu/releases/latest HBMenu] or [https://github.com/DS-Homebrew/TWiLightMenu/releases/latest TWiLight Menu++]&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v2.2.0: Goodbye twlnf! (Valentine&#039;s Day release)===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* NAND browsing is finally added! &amp;lt;br&amp;gt; The code is from twlnf (by JimmyZ), but for safety reasons, the NAND write code has been removed, so you won&#039;t have to worry about locking out Unlaunch installs/updates, or bricking your console. &amp;lt;br&amp;gt; This makes GodMode9i a safe alternative to twlnf for NAND browsing! &amp;lt;br&amp;gt; &#039;&#039;&#039;NOTE&#039;&#039;&#039;: This feature is only available for DSi consoles, and may not work without Unlaunch.&lt;br /&gt;
* Added direct access for Acekard 2i with Deep Labyrinth banner.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Added NitroFS mounting for other DS(i) ROM filetypes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.1.1: DS-mode bug fix release===&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Fixed green smiley faces appearing, instead of a green border.&lt;br /&gt;
* Fixed DS game dumping being shown on Slot-1 flashcards.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.1.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* The GUI now looks closer to the original GM9, with the top text now placed behind a green line, and unhighlighted folders now tinted blue.&lt;br /&gt;
* 2 RAM drives are now available!&lt;br /&gt;
* One is shown for both DSi and 3DS (9MB), and the other is only shown for 3DS (16MB).&lt;br /&gt;
* The size of the highlighted drive is now shown.&lt;br /&gt;
* File/folder attributes can now be changed.&lt;br /&gt;
* Time text is no longer cleared, except for when dumping GBA ROMs.&lt;br /&gt;
* Directory options (&amp;lt;code&amp;gt;R+A&amp;lt;/code&amp;gt;) are now shown.&lt;br /&gt;
* You can now press &amp;lt;code&amp;gt;R+A&amp;lt;/code&amp;gt; while any &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; dir is highlighted, to go back to the drive menu.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Fixed some TWL ROM dumps not containing the complete header.&lt;br /&gt;
* It is unknown if the bug with missing TWL binaries is fixed.&lt;br /&gt;
* ([https://github.com/Epicpkmn11 Epicpkmn11]) Fixed file browsing being super flickery.&lt;br /&gt;
* When renaming a file/folder or creating a folder, unsupported characters are now blanked out, to prevent deletion.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.1===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* DS(i) carts can now be dumped to Slot-2 flashcards as well! (Untested)&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* TWL ROMs are now properly dumped.&lt;br /&gt;
* It is recommended to update to this version, and redump, if you dumped them with v2.0.0.&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Some TWL ROM dumps will still not be proper, such as Pokemon B/W 1&amp;amp;2.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v2.0.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* You can now backup your DS(i) game carts to the SD card!&lt;br /&gt;
* Supports both &#039;&#039;&#039;NTR&#039;&#039;&#039; (DS) and &#039;&#039;&#039;TWL&#039;&#039;&#039; (DSi-Enhanced/Exclusive) carts.&lt;br /&gt;
* Both full ROM and save dumps will be made, with TWL ROMs including the DSi header and (arm9i/7i) binaries, and trimming, as an option.&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Modcrypt region(s) of TWL areas are improperly decrypted. The dumped ROM may not work in NO$GBA or the CycloDS iEvolution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.5: TWL Christmas release===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Added direct access support for Acekard 2i with the banner of Hello Kitty no Panda Sports Stadium.&lt;br /&gt;
* Filesize is now 88KB smaller.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* DLDI driver is now retained when launching homebrew from SD card.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.4: New Years release===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* When dumping a GBA ROM, the SRAM is dumped as well.&lt;br /&gt;
&#039;&#039;Improvements&#039;&#039;&lt;br /&gt;
* [https://github.com/profi200 profi200]&#039;s improved SD code used in fastboot3DS, and [https://github.com/shutterbug2000 shutterbug2000] &amp;amp; [https://github.com/ahezard ahezard]&#039;s NDMA code used in nds-bootstrap, are now used to slightly boost SD reads.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed bug with renaming a file&#039;s name to a new name with spaces. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.3===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Filesizes are shown next to the filenames.&lt;br /&gt;
* You can now hold R+X to rename a file or folder. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* You can now hold R+Y to create a new folder.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; is now always shown before the file/folder list. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* You can no longer copy and paste a file in same location as copied file.&lt;br /&gt;
* &amp;lt;code&amp;gt;1 Bytes&amp;lt;/code&amp;gt; is now shown as &amp;lt;code&amp;gt;1 Byte&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.2===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Added recursive copying (copy files and dirs within dirs). (thanks to @Epicpkmn11)&lt;br /&gt;
* When taking a screenshot, the bottom screen will now be taken as well.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* Screenshots will no longer exclude the first vertical line.&lt;br /&gt;
* When taking a screenshot, &amp;lt;code&amp;gt;/gm9i/out&amp;lt;/code&amp;gt; will now be created, if it doesn&#039;t exist.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.1, now with screenshot capture!===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Screenshot capture has been added! (Credit to devkitPro for the code used in the nds example)&lt;br /&gt;
* Hold R+L buttons to take a screenshot.&lt;br /&gt;
* New logo, where it&#039;s similar to the original GodMode9 logo. (Logo made by [https://github.com/zacchi4k zacchi4k])&lt;br /&gt;
* The icon has been updated as well.&lt;br /&gt;
* CIA users: To see the new icon, delete GodMode9i from &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;DSiWare&amp;lt;/code&amp;gt; in System Settings, then install the CIA again.&lt;br /&gt;
* Recursive folder deleting has been added, so now folders can be deleted properly! (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
* &amp;lt;code&amp;gt;.dsi&amp;lt;/code&amp;gt; files can now be booted! (thanks to [https://github.com/ChampionLeake ChampionLeake])&lt;br /&gt;
* Power button text has been updated for 3DS consoles, along with the addition of a HOME button text.&lt;br /&gt;
* Removed unneeded exception stub and bootstub.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Prevented wrapping with Left/Right press. (thanks to [https://github.com/Epicpkmn11 Epicpkmn11])&lt;br /&gt;
&#039;&#039;Known bug&#039;&#039;&lt;br /&gt;
* Screenshot captures lack the first vertical line.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.3.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* GM9i now has the look of the original GodMode9!&lt;br /&gt;
** The path and time text on top is now colored green.&lt;br /&gt;
** Un-highlighted selections are now darkened.&lt;br /&gt;
** Directories/folders now show &amp;lt;code&amp;gt;(dir)&amp;lt;/code&amp;gt; on the right side of the screen.&lt;br /&gt;
** &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; is now shown on drive root.&lt;br /&gt;
* SD card can now be remounted again on NO$GBA (if .nds itself is ran).&lt;br /&gt;
&#039;&#039;Improvement&#039;&#039;&lt;br /&gt;
* File sizes are now loaded into memory, and displayed from there, instead of loading file size on each file highlight.&lt;br /&gt;
* Fixes big files taking a second to show the size on-screen.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Certain Slot-1 carts (such as R4i and 3DS carts) will no longer cause the app to shut down the console.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.2.1===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* The GodMode icon of DOOM has been added to the logo!&lt;br /&gt;
* CIA users: To see the new icon, delete GodMode9i from &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;DSiWare&amp;lt;/code&amp;gt; in System Settings, then install the CIA again.&lt;br /&gt;
* SD card&#039;s volume label is now shown.&lt;br /&gt;
* While copying a file, the number of bytes copied, alongside the actual file size, are now shown.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* The boot option for .firm payloads is no longer shown on DSi consoles.&lt;br /&gt;
* Should now work properly on CycloDS iEvolution in DSi mode.&lt;br /&gt;
* Removed SD remounting, as it never worked.&lt;br /&gt;
* After deleting file which is contained in clipboard, the clipboard is now cleared.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.2.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* Non-spoofed AK2i carts should now be supported when running from the SD card or as a CIA.&lt;br /&gt;
* You can now move files between the SD card and flashcard.&lt;br /&gt;
* The NitroFS of a .nds file can now be mounted.&lt;br /&gt;
* Software version is now added to the filename of a dumped GBA ROM.&lt;br /&gt;
* &amp;lt;code&amp;gt;[fat:/] GAMECART&amp;lt;/code&amp;gt; is now shown, only if flashcard is successfully mounted.&lt;br /&gt;
&#039;&#039;Bug fixes&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;..&amp;lt;/code&amp;gt; can no longer be copied to clipboard.&lt;br /&gt;
* Clipboard can no longer be restored after moving a file, as clipboard would contain a non-existent file.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1.0 (Rev 01)===&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed major bug where reading from GBA cart memory on DSi and 3DS consoles would cause a Guru Meditation Error. &amp;lt;br&amp;gt; The reads now only occur on DS Phat/lite consoles&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.1.0===&lt;br /&gt;
&#039;&#039;What&#039;s new?&#039;&#039;&lt;br /&gt;
* DS Phat/lite users: You can now dump your GBA cartridges to your flashcard!&lt;br /&gt;
* Added feature to copy or move a file to a specific folder.&lt;br /&gt;
* Can now mount/unmount flashcard by holding R+B. (Only works in DS mode)&lt;br /&gt;
* SD card/CIA users: Will try to read microSD from R4i Gold 3DS Plus.&lt;br /&gt;
* If the app crashes after the GM9i logo, hold Y during the logo on next boot, to disable Slot-1 access.&lt;br /&gt;
&#039;&#039;Improvement&#039;&#039;&lt;br /&gt;
* Moved most TWL/DSi-mode code, including the built-in DLDI drivers, to arm9i binary.&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* Fixed nothing being shown when pressing A on a non-bootable file in &amp;lt;code&amp;gt;gm9i/out&amp;lt;/code&amp;gt;.&lt;br /&gt;
* It&#039;ll now simply not do anything, if only either the SD card or flashcard is mounted.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0.0 (Rev 01)===&lt;br /&gt;
&#039;&#039;Bug fix&#039;&#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;Copy to /gmi9/out&amp;lt;/code&amp;gt; spelling error fixed. Now shows &amp;lt;code&amp;gt;Copy to /gm9i/out&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0.0: Initial release===&lt;br /&gt;
* This is the first release of GodMode9i for the DS and DSi (and also works on 3DS).&lt;br /&gt;
* In this version, you can browse files, including deleting, and copying files between the SD card and flashcard.&lt;br /&gt;
* Supported flashcards, if being ran off the SD card or as a CIA:&lt;br /&gt;
** Acekard 2(i)&lt;br /&gt;
** R4 Ultra&lt;br /&gt;
* NOTE: Do not keep a 3DS cart in the slot, or else the app will crash.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Creator of GodMode9i.&lt;br /&gt;
* [https://github.com/zacchi4k zacchi4k]: Creator of the GodMode9i logo used in v1.3.1 and onwards.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Save reading code from his save manager tool.&lt;br /&gt;
* [https://github.com/JimmyZ JimmyZ]: NAND code from twlnf (with writing code stripped for safety reasons).&lt;br /&gt;
* [https://github.com/devkitPro devkitPro]: devkitARM, libnds, original nds-hb-menu code, and screenshot code.&lt;br /&gt;
* [https://github.com/d0k3 d0k3]: Original GM9 app and name for the Nintendo 3DS, which this is inspired by.&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14613</id>
		<title>Pkmn-chest</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=Pkmn-chest&amp;diff=14613"/>
		<updated>2020-02-16T04:05:30Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Create pkmn-chest page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = pkmn-chest&lt;br /&gt;
| image       = [[File:pkmn-chest.png]]&lt;br /&gt;
| type        = Utilities&lt;br /&gt;
| version     = v1.1&lt;br /&gt;
| licence     = GPL-3&lt;br /&gt;
| author      = Pk11, Universal-Team&lt;br /&gt;
| website     = https://universal-team.github.io/projects/pkmn-chest.html&lt;br /&gt;
| download    = https://github.com/Universal-Team/pkmn-chest/releases/download/v1.1/pkmn-chest.nds&lt;br /&gt;
| source      = https://github.com/Universal-Team/pkmn-chest&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pokémon Chest is an app for the DS(i) that can store and edit Pokémon in the DS Pokémon games.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Loading save files from DSi SD, Flashcard SD, and retail cartridges&lt;br /&gt;
* Storing up to &amp;lt;abbr title=&amp;quot;(Flashcards)&amp;quot;&amp;gt;50&amp;lt;/abbr&amp;gt; or &amp;lt;abbr title=&amp;quot;(DSi/3DS SD)&amp;quot;&amp;gt;500&amp;lt;/abbr&amp;gt; boxes of Pokémon per chest with support for multiple chests&lt;br /&gt;
* Editing most Pokémon, trainer, and other save data&lt;br /&gt;
* Editing items in the bag&lt;br /&gt;
* Injecting pk* files from SD&lt;br /&gt;
* Dumping Pokémon to pk4/pk5 files&lt;br /&gt;
* Translated to English, French, German, Indonesian, Italian, Japanese, Korean, Lithuanian, Portuguese, Russian, and Spanish&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Download the file&lt;br /&gt;
# Copy pkmn-chest.nds to your SD card&lt;br /&gt;
# If you see a &amp;lt;code&amp;gt;nitroFSInit() failed...&amp;lt;/code&amp;gt; error then place a copy of pkmn-chest.nds at &amp;lt;code&amp;gt;sd:/_nds/pkmn-chest/pkmn-chest.nds&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Changelog==&lt;br /&gt;
===v1.1: New update for the new decade!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added Party Pokémon management from within the box screen&lt;br /&gt;
** This means you can now move Pokémon to / from the party&lt;br /&gt;
** Also removed the Party menu from the X Menu&lt;br /&gt;
* You can now type using the buttons&lt;br /&gt;
** Controlled with D-Pad + face buttons with L/R for modifiers&lt;br /&gt;
** Letter arrangement and 4 / 8 direction modes configurable in settings&lt;br /&gt;
* You can now type Hangul&lt;br /&gt;
** The input should work exactly the same as macOS 10.14&#039;s 2-Set Hangul input, including combining things into groups of 3+ letters, but as many of the more complex letter groups aren&#039;t in the font they won&#039;t show, once you type the next letter to split it out it&#039;ll show back up, though (ex. &amp;lt;code&amp;gt;퐄&amp;lt;/code&amp;gt; won&#039;t show, but on typing &amp;lt;code&amp;gt;ㅔ&amp;lt;/code&amp;gt; it&#039;ll split to &amp;lt;code&amp;gt;포케&amp;lt;/code&amp;gt;)&lt;br /&gt;
* A preview of the flick character is now shown on 10-key keyboards&lt;br /&gt;
* The missing letters from Lithuanian and Russian have been added&lt;br /&gt;
** Cyrillic was completely redesigned to better match the style of the Latin letters&lt;br /&gt;
* You can now browse in subdirectories when injecting from pk* files&lt;br /&gt;
* You can now edit the items in your bag!&lt;br /&gt;
* You can now filter Pokémon based on types, stats, etc&lt;br /&gt;
* You can now sort Pokémon based on types, stats, etc&lt;br /&gt;
* Added a notice to close and reopen the console if saving freezes&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Changing &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt;&#039;s form now goes &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;つ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;づ&amp;lt;/code&amp;gt; → &amp;lt;code&amp;gt;っ&amp;lt;/code&amp;gt;&lt;br /&gt;
* Slot-1 isn&#039;t scanned when a flashcard is being used&lt;br /&gt;
** Fixes some flashcards such as the R4i Gold 3DS Plus&lt;br /&gt;
* The kerning on many characters have been improved&lt;br /&gt;
* Light background lists now have dark backgrounds so as not to need two graphics for lists&lt;br /&gt;
* Config has been changes to use a &amp;lt;code&amp;gt;.json&amp;lt;/code&amp;gt; file instead of a &amp;lt;code&amp;gt;.ini&amp;lt;/code&amp;gt;&lt;br /&gt;
** This means your settings from v1.0 won&#039;t be able to be loaded&lt;br /&gt;
* Switched background graphics to use 256 color layers and graphics&lt;br /&gt;
** This means flashcards and DSi SD can now both use all graphics as it freed up a lot of RAM&lt;br /&gt;
* Added Indonesian translation&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed type images being in the wrong language sometimes&lt;br /&gt;
* Fixed non-base stats being in the wrong order&lt;br /&gt;
* Fixed the last move / Pokémon / item / etc not showing in lists sometimes&lt;br /&gt;
* Fixed now clearing the release Pokémon prompt when clicking with touch&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===v1.0: Out of beta!===&lt;br /&gt;
&#039;&#039;What&#039;s new:&#039;&#039;&lt;br /&gt;
* Added editing a Pokémon&#039;s held item&lt;br /&gt;
* Box wallpapers are now supported and can be edited&lt;br /&gt;
* Added Portuguese and Lithuanian* translations&lt;br /&gt;
** *Some characters used in the Lithuanian translation don&#039;t have graphics yet&lt;br /&gt;
* Changing a Pokémon&#039;s gender now makes sure the gender is possible for that Pokémon&lt;br /&gt;
** Changing species also makes sure to use a valid gender&lt;br /&gt;
* The system language is now used as the default language&lt;br /&gt;
* Added Twinleaf Town&#039;s song and re-added Pokémon Center gen. 5&#039;s song&lt;br /&gt;
** (a new mod of the gen. 5 pokécenter song)&lt;br /&gt;
&#039;&#039;Changes:&#039;&#039;&lt;br /&gt;
* Backups are now saved named the current date and time in a folder for the save&lt;br /&gt;
* The sound effects and music volumes have been lowered to ~75%&lt;br /&gt;
* Flashcards are now able to use more proper graphics due to some RAM savings&lt;br /&gt;
* On flashcards chests are now limited to 50 boxes (they use too much RAM if you go higher)&lt;br /&gt;
* Money now has a Pokédollar symbol&lt;br /&gt;
* Updated the nitroFSInit() failed message&lt;br /&gt;
* Box top bar can now be touched to bring up the menu&lt;br /&gt;
&#039;&#039;Bug fixes:&#039;&#039;&lt;br /&gt;
* Fixed Pokémon sprites sometimes looking corrupted&lt;br /&gt;
* Fixed the yellow cursor mode being able to overwrite Pokémon&lt;br /&gt;
* Fixed crashing when changing the species when creating a Pokémon&lt;br /&gt;
* Fixed Castform&#039;s alternate form&#039;s data&lt;br /&gt;
* Fixed the arrow sprite overflowing into the shiny star sprite&lt;br /&gt;
* Fixed Korean saves not working&lt;br /&gt;
* Fixed BP using a u32 for Generation 5 games&lt;br /&gt;
* Fixed year being set wrong if not changed&lt;br /&gt;
* Fixed crashing if the met location was higher than the max in the vector&lt;br /&gt;
* Fixed box jump in chest not moving the cursor back&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Beta versions===&lt;br /&gt;
Changelogs from beta versions can be found on GitHub:&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.11 v0.11]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.10 v0.10]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.9 v0.9]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.8 v0.8]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.7 v0.7]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.6 v0.6]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.5 v0.5]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.4 v0.4]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.3 v0.3]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.2 v0.2]&lt;br /&gt;
* [https://github.com/Universal-Team/pkmn-chest/releases/tag/v0.1 v0.1]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developer===&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: GUI code, porting PKSM&#039;s save and bank management code&lt;br /&gt;
===Translators===&lt;br /&gt;
* [https://github.com/antoine62 antoine62]: French&lt;br /&gt;
* [https://github.com/Ch1p5 Chips]: Portuguese, some Spanish and French&lt;br /&gt;
* [https://github.com/cimo95 cimo95]: Indonesian&lt;br /&gt;
* [https://github.com/DavidPires David Pires]: Portuguese&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: Italian&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: English and Japanese&lt;br /&gt;
* [https://twitter.com/@ExtocineN Extocine]: Russian&lt;br /&gt;
* [https://steamcommunity.com/profiles/76561198276444028 lemonnade0]: Lithuanian&lt;br /&gt;
* [https://github.com/NightYoshi370/ NightYoshi370]: French&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: German&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/devkitPro devkitPro], [https://github.com/WinterMute WinterMute]: devkitARM, libnds, and libfat.&lt;br /&gt;
* [https://github.com/edo9300 edo9300]: [https://github.com/edo9300/ndsi-savedumper ndsi-savedumper]&#039;s gamecard save dumping and injecting code&lt;br /&gt;
* [https://github.com/FlagBrew Flagbrew], [https://github.com/piepie62 piepie62]: [https://github.com/FlagBrew/PKSM PKSM], [https://github.com/FlagBrew/PKSM-Core PKSM-Core]&#039;s save and bank management code&lt;br /&gt;
* [https://github.com/kwsch Kurt]: [https://github.com/kwsch/PKHeX PKHeX] which was a major reference for the generation 3 code&lt;br /&gt;
* Pokedoc: [https://code.google.com/archive/p/savegame-manager savegame-manager]&#039;s GBA save dumping and injecting&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Adding flashcard and SD being used together and code from [https://github.com/DS-Homebrew/TWiLightMenu TWiLight Menu++]&lt;br /&gt;
* [https://github.com/SuperSaiyajinStackZ StackZ]: Idea to make a Pokémon Bank for the DS(i]&lt;br /&gt;
* [https://github.com/TotallyNotGuy TotallyNotGuy]: Finding &amp;amp; making graphics and the Pokémon Center generation 4 song&lt;br /&gt;
===Music===&lt;br /&gt;
* [https://modarchive.org/module.php?181718 Pokémon Center (Gen 1)]&lt;br /&gt;
* [https://modarchive.org/module.php?181711 Elm&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181717 Oak&#039;s Lab]&lt;br /&gt;
* [https://modarchive.org/module.php?181756 Game Corner]&lt;br /&gt;
* [https://modarchive.org/module.php?178770 Twinleaf Town].&lt;br /&gt;
&lt;br /&gt;
[[Category:Homebrew applications]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=List_of_DS_homebrew_applications&amp;diff=14614</id>
		<title>List of DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=List_of_DS_homebrew_applications&amp;diff=14614"/>
		<updated>2020-02-15T21:00:09Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Add GodMode9i, pkmn-chest, and TWiLight Menu++&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Linkbar DS}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TOChorizontal|Media players|Utilities|Operating systems|Math|Music|Other}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;==Media players==&lt;br /&gt;
&lt;br /&gt;
=== Video and audio ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[DbrowSer]]&lt;br /&gt;
| File browser that can play mp3 and view jpg files.&lt;br /&gt;
| Tommie &lt;br /&gt;
|-	&lt;br /&gt;
| [[DSMediaCenter]]&lt;br /&gt;
| A full-fledged homebrew launcher/movie player.&lt;br /&gt;
| Hillbilly&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMplay]]&lt;br /&gt;
| Media player application that plays DSM files.&lt;br /&gt;
| Infantile Paralysiser&lt;br /&gt;
|-&lt;br /&gt;
| [[DSTwo iPlayer]]&lt;br /&gt;
| Media player for DSTWO.&lt;br /&gt;
| Supercard&lt;br /&gt;
|-&lt;br /&gt;
| [[DSVideo]]&lt;br /&gt;
| Video player and converter.&lt;br /&gt;
| Dominic Ludlam&lt;br /&gt;
|-&lt;br /&gt;
| [[MoonShell]]&lt;br /&gt;
| Well known multimedia player.&lt;br /&gt;
| Moonlight &lt;br /&gt;
|-&lt;br /&gt;
| [[MPEG4 Player]]&lt;br /&gt;
| An MPEG4 Player for the DS.&lt;br /&gt;
| Erspicu_brox &lt;br /&gt;
|-&lt;br /&gt;
| [[Tuna-viDS]]&lt;br /&gt;
| Plays AVI files that contain Xvid encoded video and MP3 encoded audio.&lt;br /&gt;
| Chishm&lt;br /&gt;
|-&lt;br /&gt;
| [[XM7Play]]&lt;br /&gt;
| XM/MOD player.&lt;br /&gt;
| Sverx&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Video only ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Spinal Media Player]]&lt;br /&gt;
| Movie player.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Audio only ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Advanced Sound Library]]&lt;br /&gt;
| A sound library for the NDS.&lt;br /&gt;
| Noda&lt;br /&gt;
|-&lt;br /&gt;
| [[A Tint of MENUdo: Player]]&lt;br /&gt;
| Media player for [[MENUdo|MENUdo]].&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[DSAmp]]&lt;br /&gt;
| Control Winamp from DS.&lt;br /&gt;
| PadrinatoR&lt;br /&gt;
|-&lt;br /&gt;
| [[Dissonance]]&lt;br /&gt;
| Internet radio client for DS.&lt;br /&gt;
| Dave Brady&lt;br /&gt;
|-&lt;br /&gt;
| [[FAT Player MikMod]]&lt;br /&gt;
| A player module track.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[LibXM7]]&lt;br /&gt;
| A C library to play XM (and MOD) modules using only ARM7 resources. &lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[LMP-ng]]&lt;br /&gt;
| MP3 Player, Ipod clone.&lt;br /&gt;
| Lucas&lt;br /&gt;
|-&lt;br /&gt;
| [[Lo.mp3]]&lt;br /&gt;
| Skinnable mp3 player.&lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Music Player]]&lt;br /&gt;
| Uses fincs&#039; SSEQ Player to play the music.&lt;br /&gt;
| KazoWAR&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSWebradio]]&lt;br /&gt;
| Streaming web radio client.&lt;br /&gt;
| Yaouank &lt;br /&gt;
|-&lt;br /&gt;
| [[Online Jukebox DS]]&lt;br /&gt;
| Shoutcast player for DS.&lt;br /&gt;
| The coon&lt;br /&gt;
|-&lt;br /&gt;
| [[PAMOD]]&lt;br /&gt;
| Fully customizable modplayer.&lt;br /&gt;
| Kleevah&lt;br /&gt;
|-&lt;br /&gt;
| [[PocketSPC]]&lt;br /&gt;
| Emulates the audio hardware of the SNES, playing SPC sequence files. &lt;br /&gt;
| Gladius&lt;br /&gt;
|-&lt;br /&gt;
| [[Raw Sound Player]]&lt;br /&gt;
| RAW sound player.&lt;br /&gt;
| Extreme Coder&lt;br /&gt;
|-&lt;br /&gt;
| [[SIDPlayerDS]]&lt;br /&gt;
| Port of SIDPlayer,a replayer program for C64 music.&lt;br /&gt;
| GPF&lt;br /&gt;
|-&lt;br /&gt;
| [[SylphAMP]]&lt;br /&gt;
| Winamp-to-NDS interface.&lt;br /&gt;
| Ficedula &lt;br /&gt;
|-&lt;br /&gt;
| [[XMid NITRO NDS]]&lt;br /&gt;
| A MIDI player.&lt;br /&gt;
| Ruben&lt;br /&gt;
|-&lt;br /&gt;
| [[YetAnOtherMp3Player]]&lt;br /&gt;
| MP3 Player.&lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[3in1 Expansion Pack]]&lt;br /&gt;
| Allow user to load GBA ROMs from Flash Card Slot 1.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[3in1 SRAM Test]]&lt;br /&gt;
| Verify the SRAM memory of EZ 3in1.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[Ands-pdf]]&lt;br /&gt;
| PDF reader.&lt;br /&gt;
| Albinofrenchy&lt;br /&gt;
|-&lt;br /&gt;
| [[Back2fw]]&lt;br /&gt;
| A homebrew to boot DS firmware. &lt;br /&gt;
| Yasu &lt;br /&gt;
|-&lt;br /&gt;
| [[BackupBuddy]]&lt;br /&gt;
| Find files of the extensions on card and upload to an FTP server. &lt;br /&gt;
| Joe Ciagamitaro&lt;br /&gt;
|-&lt;br /&gt;
| [[Balik Bayan DevWifi]]&lt;br /&gt;
| Send files from PC to DS via Wifi then automatically runs it.&lt;br /&gt;
| Soulanger &lt;br /&gt;
|-&lt;br /&gt;
| [[BLARGH Text Editor]]&lt;br /&gt;
| Implement Joe Strout&#039;s HexInput method of inputting text on DS.&lt;br /&gt;
| Anomalous_underdog&lt;br /&gt;
|-&lt;br /&gt;
| [[Bowser]]&lt;br /&gt;
| Minimalistic browser for the NDS storage cards.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Brandy Basic V for Dslinux]]&lt;br /&gt;
| The Brandy BBC Basic V interpreter.&lt;br /&gt;
| David Daniels&lt;br /&gt;
|-&lt;br /&gt;
| [[Bunjalloo]]&lt;br /&gt;
| Simple web browser for the Nintendo DS.&lt;br /&gt;
| Quirkysoft&lt;br /&gt;
|-&lt;br /&gt;
| [[ComBox]]&lt;br /&gt;
| Allow files transfer between 2 DS,computer and a FTP server on Internet.&lt;br /&gt;
| Lilou&lt;br /&gt;
|-&lt;br /&gt;
| [[ComicbookDS]]&lt;br /&gt;
| Comics reader.&lt;br /&gt;
| Gnese&lt;br /&gt;
|-&lt;br /&gt;
| [[ContactsDS]]&lt;br /&gt;
| A contacts organizer.&lt;br /&gt;
| Hero2 &lt;br /&gt;
|-&lt;br /&gt;
| [[DB Downloader]]&lt;br /&gt;
| Automatically download cheats code that corresponds to linker. &lt;br /&gt;
| Javils&lt;br /&gt;
|-&lt;br /&gt;
| [[Dillama]]&lt;br /&gt;
| Control Xbox Media Center with DS (XBMC not Xbox 360). &lt;br /&gt;
| Tsunami0ne &lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin Reader]]&lt;br /&gt;
| Txt and Html reader on DS.&lt;br /&gt;
| Chris Liu&lt;br /&gt;
|-&lt;br /&gt;
| [[DPhone]]&lt;br /&gt;
| A iPhone clone.&lt;br /&gt;
| Hillbilly&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2DS]]&lt;br /&gt;
| Allows user to send files without router or via a DS to another without size limit.&lt;br /&gt;
| Kram&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Tools]]&lt;br /&gt;
| Two tools in one: SkinUp and DataUp.&lt;br /&gt;
| Fef51&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBash]]&lt;br /&gt;
| Web-Browser for Bash.org, QDB.us and German-Bash.org plus mp3 player.&lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBook]]&lt;br /&gt;
| Text viewer.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[DSchedule]]&lt;br /&gt;
| Organizer application compatible with ICal and Google calendar.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSCompress]]&lt;br /&gt;
| GZip utility to unzip zip files and GZip files.&lt;br /&gt;
| Carpman&lt;br /&gt;
|-&lt;br /&gt;
| [[DScritor]]&lt;br /&gt;
| Create text writing on a handwriting.&lt;br /&gt;
| Miguel28&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Dictionary]]&lt;br /&gt;
| Turning your DS into a dictionary.&lt;br /&gt;
| William Garrison &lt;br /&gt;
|-&lt;br /&gt;
| [[DS-DOS]]&lt;br /&gt;
| MS-DOS type clone featuring a command line interface.&lt;br /&gt;
| Wolped&lt;br /&gt;
|-&lt;br /&gt;
| [[DSecure]]&lt;br /&gt;
| Flashcard security Homebrew.&lt;br /&gt;
| Luca.Fraga&lt;br /&gt;
|-&lt;br /&gt;
| [[DSe Notepad]]&lt;br /&gt;
| A notepad app originated by Enira.&lt;br /&gt;
| TD9175&lt;br /&gt;
|-&lt;br /&gt;
| [[DSFile2]]&lt;br /&gt;
| File browser application with editing functions.&lt;br /&gt;
| Calcprogrammer1 &lt;br /&gt;
|-&lt;br /&gt;
| [[DSFTP]]&lt;br /&gt;
| FTP server for DS.&lt;br /&gt;
| Bjoern Giesler&lt;br /&gt;
|-&lt;br /&gt;
| [[DSHobro]]&lt;br /&gt;
| DS HOmebrew BROwser.&lt;br /&gt;
| Costello&lt;br /&gt;
|-&lt;br /&gt;
| [[Dsio]]&lt;br /&gt;
| An &amp;quot;interface&amp;quot; allowing to interact with the DS in both senses (Send / Receive Data 8 bits).&lt;br /&gt;
| RefiX&lt;br /&gt;
|-&lt;br /&gt;
| [[DSKiosk]]&lt;br /&gt;
| A homebrew organizer/launcher.&lt;br /&gt;
| Kornflexx&lt;br /&gt;
|-&lt;br /&gt;
| [[DSlibris]]&lt;br /&gt;
| Text reader incorporating html support.&lt;br /&gt;
| Ray Haleblian&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMouse]]&lt;br /&gt;
| Allows DS to become a mouse to control PC.&lt;br /&gt;
| Dankredues &lt;br /&gt;
|-&lt;br /&gt;
| [[DSNotes]]&lt;br /&gt;
| Note application, which is similar an offline pictochat.&lt;br /&gt;
| Qwerpoi&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLua]]&lt;br /&gt;
| LUA scripting for the NDS.&lt;br /&gt;
| DSLua team &lt;br /&gt;
|-&lt;br /&gt;
| [[DSOrganize]]&lt;br /&gt;
| An wide-ranging organizer application.&lt;br /&gt;
| Dragonminded&lt;br /&gt;
|-&lt;br /&gt;
| [[DsOS]]&lt;br /&gt;
| Multifunction application.&lt;br /&gt;
| Aurelio&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPhoto]]&lt;br /&gt;
| Photo viewer.&lt;br /&gt;
| Arialia&lt;br /&gt;
|-&lt;br /&gt;
| [[DSReader]]&lt;br /&gt;
| Ebook reader.&lt;br /&gt;
| Eddie Park&lt;br /&gt;
|-&lt;br /&gt;
| [[DSwiki]]&lt;br /&gt;
| Offline Wikipedia Reader.&lt;br /&gt;
| OlliPolli&lt;br /&gt;
|-&lt;br /&gt;
| [[Dsup]]&lt;br /&gt;
| Similar to [[DSFTP|DSFTP]] and [[DS2DS|DS2DS]].&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSZip]]&lt;br /&gt;
| Offline Wikipedia Reader.&lt;br /&gt;
| Pierluig&lt;br /&gt;
|-&lt;br /&gt;
| [[Dump NDS]]&lt;br /&gt;
| Backup GBA game saves with Slot-1 flashcart.&lt;br /&gt;
| UnplayedNamer&lt;br /&gt;
|-&lt;br /&gt;
| [[Eagle: BMP Viewer]]&lt;br /&gt;
| Program to display a BMP image. &lt;br /&gt;
| DreamIsland&lt;br /&gt;
|-&lt;br /&gt;
| [[Editeur Master]]&lt;br /&gt;
| To edit scripts directly on DS. &lt;br /&gt;
| Nicolas Mougeot &lt;br /&gt;
|-&lt;br /&gt;
| [[Eepinator]]&lt;br /&gt;
| A basic EEPROM backup tool. &lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[EFS Library]]&lt;br /&gt;
| Library/tools to manage files within a NDS binary. &lt;br /&gt;
| Noda&lt;br /&gt;
|-&lt;br /&gt;
| [[EOSTools]]&lt;br /&gt;
| Able to download skins and maintain updates for Supercard. &lt;br /&gt;
| Fef51&lt;br /&gt;
|-&lt;br /&gt;
| [[Etool]]&lt;br /&gt;
| Etool EZ4 version, a save manager. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[EZ4skin]]&lt;br /&gt;
| Skin GBA/NDS gfx and text for EZ4. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[FAS1]]&lt;br /&gt;
| A tool to flash a FlashAdvance cartridge in Slot-2 from a Slot-1 device. &lt;br /&gt;
| Smiths&lt;br /&gt;
|-&lt;br /&gt;
| [[File Manager]]&lt;br /&gt;
| Manage files on card and send/receive files from other DS. &lt;br /&gt;
| Padnoter&lt;br /&gt;
|-&lt;br /&gt;
| [[FileNinja]]&lt;br /&gt;
| FTP Client for the DS. &lt;br /&gt;
| Azaydius, Irtehmongoose, Justinparker&lt;br /&gt;
|-&lt;br /&gt;
| [[GBA Backup Tool]]&lt;br /&gt;
| SLOT-1 GBA back-up tool. &lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[GBALdr]]&lt;br /&gt;
| 3in1 loading tool. &lt;br /&gt;
| Cory1492 &lt;br /&gt;
|-&lt;br /&gt;
| [[GhostBuster]]&lt;br /&gt;
| Repair/correct the defects of ghosting that appears on DSi.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9i]]&lt;br /&gt;
| A full access file browser for the Nintendo DS and DSi consoles&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[HomebreWifi]]&lt;br /&gt;
| Download homebrew through wireless connection. &lt;br /&gt;
| XEM &lt;br /&gt;
|-&lt;br /&gt;
| [[IFile]]&lt;br /&gt;
| A lightweight file manager. &lt;br /&gt;
| Darkchild &lt;br /&gt;
|-&lt;br /&gt;
| [[IkuReader]]&lt;br /&gt;
| A handy eBook reader application for the Nintendo DS is now available for download. &lt;br /&gt;
| Chintoi&lt;br /&gt;
|-&lt;br /&gt;
| [[Image Viewer]]&lt;br /&gt;
| A document reader and image viewer for DSTWO.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[IMGView]]&lt;br /&gt;
| View pictures for R4/R4i.&lt;br /&gt;
| NachtaraChecker&lt;br /&gt;
|-&lt;br /&gt;
| [[IReader]]&lt;br /&gt;
| Iphoto like image viewer.&lt;br /&gt;
| Godslash&lt;br /&gt;
|-&lt;br /&gt;
| [[JabberDS]]&lt;br /&gt;
| Jabber client.&lt;br /&gt;
| Theli&lt;br /&gt;
|-&lt;br /&gt;
| [[JoyDS]]&lt;br /&gt;
| Use NDS as a joypad using PPJoy.&lt;br /&gt;
| Luccax&lt;br /&gt;
|-&lt;br /&gt;
| [[JPEG Viewer]]&lt;br /&gt;
| Views JPEG images.&lt;br /&gt;
| RobM&lt;br /&gt;
|-&lt;br /&gt;
| [[Lector&amp;amp;Traductor]]&lt;br /&gt;
| Opens txt files in utf8 encoding and allows associating a dictionary to translate unknown words.&lt;br /&gt;
| Memorydes&lt;br /&gt;
|-&lt;br /&gt;
| [[MasterSO]]&lt;br /&gt;
| Shell for DS that includes a tester keys, MP3 player, sound recorder, notepad etc.&lt;br /&gt;
| The Dark Master &lt;br /&gt;
|-&lt;br /&gt;
| [[Mawaqeet DS]]&lt;br /&gt;
| Muslim prayer time utility.&lt;br /&gt;
| Mzr603 &lt;br /&gt;
|-&lt;br /&gt;
| [[Micro]]&lt;br /&gt;
| A text editor like pico.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[Micro Lua DS]]&lt;br /&gt;
| Micro Lua DS is a Lua interpreter for the famous game console from Nintendo.&lt;br /&gt;
| Reylak&lt;br /&gt;
|-&lt;br /&gt;
| [[Minidico ds]]&lt;br /&gt;
| Mini French dictionary - Japanese(romanji) dictionary.&lt;br /&gt;
| Yostane&lt;br /&gt;
|-&lt;br /&gt;
| [[Morning Timer]]&lt;br /&gt;
| Clock app for ds.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[Multitouch Photoviewer]]&lt;br /&gt;
| An image display application.&lt;br /&gt;
| Dragontje124&lt;br /&gt;
|-&lt;br /&gt;
| [[NDoS]]&lt;br /&gt;
| Includes note, reader, contact list and drawing apps.&lt;br /&gt;
| Gally&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Backup Tool FTPd]]&lt;br /&gt;
| Backup retail saves from DS to PC over WiFi.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS Backup Tool Slot2]]&lt;br /&gt;
| DS rom/save dumper for DLDI supporting GBA slot flashcarts.&lt;br /&gt;
| Rudolph&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS SAVES to SLOT-2]]&lt;br /&gt;
| Make valid backups of Nintendo DS games&#039; savedata and restore them.&lt;br /&gt;
| Marc_max&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSkybook]]&lt;br /&gt;
| A Japanese Book Reader.&lt;br /&gt;
| Infantile Paralysiser &lt;br /&gt;
|-&lt;br /&gt;
| [[NewDictS]]&lt;br /&gt;
| DS homebrew application for encyclopedias, dictionaries, translators and much more.&lt;br /&gt;
| Sesa&lt;br /&gt;
|-&lt;br /&gt;
| [[Note DS]]&lt;br /&gt;
| Create and edit notes on the DS.&lt;br /&gt;
| Carlo999 &lt;br /&gt;
|-&lt;br /&gt;
| [[Notepad DS]]&lt;br /&gt;
| Able to create, manage, edit and save custom notes.&lt;br /&gt;
| Pichubolt090&lt;br /&gt;
|-&lt;br /&gt;
| [[NotePaint]]&lt;br /&gt;
| Text editor and drawing tool.&lt;br /&gt;
| RRRDGames&lt;br /&gt;
|-&lt;br /&gt;
| [[Okiwi DS]]&lt;br /&gt;
| Web browser on NDS.&lt;br /&gt;
| Pedro J. Estébanez&lt;br /&gt;
|-&lt;br /&gt;
| [[pkmn-chest]]&lt;br /&gt;
| A Pokémon Bank for the 3rd through 5th generation Pokémon games.&lt;br /&gt;
| Pk11, Universal-Team&lt;br /&gt;
|-&lt;br /&gt;
| [[PoffPad]]&lt;br /&gt;
| Writing application that uses gestures to record alphabetic letters.&lt;br /&gt;
| Poffy &lt;br /&gt;
|-&lt;br /&gt;
| [[qDSed]]&lt;br /&gt;
| A homebrew text reader.&lt;br /&gt;
| QRT&lt;br /&gt;
|-&lt;br /&gt;
| [[R6 Save Relocator]]&lt;br /&gt;
| Automatically finds deserted .SAV files for Neoflash R6.&lt;br /&gt;
| MK2k&lt;br /&gt;
|-&lt;br /&gt;
| [[ReadMore]]&lt;br /&gt;
| Ebooks reader in TXT format.&lt;br /&gt;
| Björn Giesler&lt;br /&gt;
|-&lt;br /&gt;
| [[ReinMoon]]&lt;br /&gt;
| Save Game editor.&lt;br /&gt;
| Infantile Paralysiser&lt;br /&gt;
|-&lt;br /&gt;
| [[Reno Studio Neo Compo]]&lt;br /&gt;
| A notepad software.&lt;br /&gt;
| Willreno&lt;br /&gt;
|-&lt;br /&gt;
| [[Reveil Humain]]&lt;br /&gt;
| An alarm clock which plays MP3 files. &lt;br /&gt;
| Birslip&lt;br /&gt;
|-&lt;br /&gt;
| [[Reveil MP3]]&lt;br /&gt;
| MP3 Alarm Clock.&lt;br /&gt;
| Squale76&lt;br /&gt;
|-&lt;br /&gt;
| [[SavReceiver]]&lt;br /&gt;
| Client to receive save files sent by [[Savsender|Savsender]].&lt;br /&gt;
| Starcom.fr&lt;br /&gt;
|-&lt;br /&gt;
| [[SavSend]]&lt;br /&gt;
| &#039;Download&#039; the save-files from original cartridges.&lt;br /&gt;
| Leinad  &lt;br /&gt;
|-&lt;br /&gt;
| [[Savsender]]&lt;br /&gt;
| A simple EEPROM backup tool using Wifi.&lt;br /&gt;
| The B Ark &lt;br /&gt;
|-&lt;br /&gt;
| [[Simple GBA Dumper]]&lt;br /&gt;
| Reads a GBA cartridge and saves it to the Slot-1 flashcard via DLDI. &lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[Simple GBA Mode Switcher]]&lt;br /&gt;
| Boot a GBA cart in Slot-2 with Slot-1 DS flash carts. &lt;br /&gt;
| Ryanfb &lt;br /&gt;
|-&lt;br /&gt;
| [[SliDeS]]&lt;br /&gt;
| Viewing photos (256 * 192) as Slide Show.&lt;br /&gt;
| Carcas42&lt;br /&gt;
|-&lt;br /&gt;
| [[SunOL]]&lt;br /&gt;
| An NDS official release list viewer.&lt;br /&gt;
| Sundevds &lt;br /&gt;
|-&lt;br /&gt;
| [[SunOS]]&lt;br /&gt;
| An open source OS for DS.&lt;br /&gt;
| Sundevds &lt;br /&gt;
|-&lt;br /&gt;
| [[SvSiP]]&lt;br /&gt;
| Use Nintendo DS as an actual phone.&lt;br /&gt;
| Samuelv&lt;br /&gt;
|-&lt;br /&gt;
| [[TextDS]]&lt;br /&gt;
| Text viewer with edit function.&lt;br /&gt;
| Stormwave&lt;br /&gt;
|-&lt;br /&gt;
| [[Textview]]&lt;br /&gt;
| Standalone text viewer.&lt;br /&gt;
| Bliss&lt;br /&gt;
|-&lt;br /&gt;
| [[The SMS Center]]&lt;br /&gt;
| Able to send SMS to mobile phones with tremendous speed.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplecard Sample]]&lt;br /&gt;
| Sample code that uses all functions of the EZ 3in1 from a slot 1 card with read access.&lt;br /&gt;
| Cory1492&lt;br /&gt;
|-&lt;br /&gt;
| [[Trimmer DS]]&lt;br /&gt;
| Trim rom directly on NDS.&lt;br /&gt;
| BboyFroX&lt;br /&gt;
|-&lt;br /&gt;
| [[TTDSi Check]]&lt;br /&gt;
| TTi Genuine or Fake Check program (Only for TTi).&lt;br /&gt;
| Ndstt&lt;br /&gt;
|-&lt;br /&gt;
| [[TWiLight Menu++]]&lt;br /&gt;
| DSi Menu replacement for DS/DSi/3DS/2DS&lt;br /&gt;
| RocketRobz&lt;br /&gt;
|-&lt;br /&gt;
| [[Txtwriter]]&lt;br /&gt;
| Text editor optimized for easy, fast typing.&lt;br /&gt;
| Alan Gerow, Sektor&lt;br /&gt;
|-&lt;br /&gt;
| [[VocableDS]]&lt;br /&gt;
| Vocabulary trainer.&lt;br /&gt;
| Frezzy&lt;br /&gt;
|-&lt;br /&gt;
| [[VocabularioDS]]&lt;br /&gt;
| Spanish French Dictionary.&lt;br /&gt;
| SpixShadow&lt;br /&gt;
|-&lt;br /&gt;
| [[Wifi Voice Chat Client]]&lt;br /&gt;
| Use NDS as a phone which allows Wifi Voice Chat.&lt;br /&gt;
| Infantile Paralyser&lt;br /&gt;
|-&lt;br /&gt;
| [[Wood Dumper]]&lt;br /&gt;
| Nintendo DS Dumping Tool.&lt;br /&gt;
| Wood &lt;br /&gt;
|-&lt;br /&gt;
| [[WordDs]]&lt;br /&gt;
| Text editor designed for nds that saves files in html format.&lt;br /&gt;
| Frezzy&#039;s&lt;br /&gt;
|-&lt;br /&gt;
| [[Xsystem]]&lt;br /&gt;
| Semi os/filebrowser like DS-DOS.&lt;br /&gt;
| Hacker013&lt;br /&gt;
|-&lt;br /&gt;
| [[YetiBrowser]]&lt;br /&gt;
| MK2/3 SD file browser/reader/editor/viewer.&lt;br /&gt;
| Smealum&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Operating systems ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[DarkSO]]&lt;br /&gt;
| NDS Operating System.&lt;br /&gt;
| DarkSceneGroup &lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Key]]&lt;br /&gt;
| Wardriving/Remote desktop tool.&lt;br /&gt;
| Sypherce&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2PC]]&lt;br /&gt;
| Remote administrator similar to Win2DS. &lt;br /&gt;
| Luis_mikau&lt;br /&gt;
|-&lt;br /&gt;
| [[DS2Win]]&lt;br /&gt;
| Using DS to control your computer.&lt;br /&gt;
| Monkeynz&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBlue]]&lt;br /&gt;
| Wifi Modules, Scratch Pad, Remote Desktop, Calendar and Shoutcast support.&lt;br /&gt;
| ThaKilla &lt;br /&gt;
|-&lt;br /&gt;
| [[DSBrowser - Dual Slot]]&lt;br /&gt;
| A Multi-cart file browser.&lt;br /&gt;
| Cornaljoe&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLinux]]&lt;br /&gt;
| Port of Linux to the Nintendo DS handheld device.&lt;br /&gt;
| DSLinux team&lt;br /&gt;
|-&lt;br /&gt;
| [[DSOperators]]&lt;br /&gt;
| Homebrew OS which features some applications and games.&lt;br /&gt;
| WolfSpider&lt;br /&gt;
|-&lt;br /&gt;
| [[DS-Me]]&lt;br /&gt;
| Operating system (OS), as can be Linux or Windows.&lt;br /&gt;
| Mikau, Plata&lt;br /&gt;
|-&lt;br /&gt;
| [[DSuite]]&lt;br /&gt;
| Contains a file browser and a contact list among other things.&lt;br /&gt;
| Ssjowowo, Achilleas&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Vista]]&lt;br /&gt;
| An adaptation of the Vista operating system Windows Vista on DS.&lt;br /&gt;
| Filou HB&lt;br /&gt;
|-&lt;br /&gt;
| [[DSVNC]]&lt;br /&gt;
| VNC client for Nintendo DS to control the computer.&lt;br /&gt;
| Thoduv&lt;br /&gt;
|-&lt;br /&gt;
| [[HWOS2]]&lt;br /&gt;
| Operating system that boots homebrew.&lt;br /&gt;
| Funkystuff&lt;br /&gt;
|-&lt;br /&gt;
| [[Inferno DS]]&lt;br /&gt;
| Port of the Inferno Operating system.&lt;br /&gt;
| Noah Evans &lt;br /&gt;
|-&lt;br /&gt;
| [[ManuSO]]&lt;br /&gt;
| Shell consists of a Textpad, calculator and stopwatch and several games.&lt;br /&gt;
| ManuelVS&lt;br /&gt;
|-&lt;br /&gt;
| [[MENUdo]]&lt;br /&gt;
| Free homebrew operating system.&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[M OSDS]]&lt;br /&gt;
| A Spell application includes MP3 player, alam, notepad, etc.&lt;br /&gt;
| Mmuziek&lt;br /&gt;
|-&lt;br /&gt;
| [[NDS WinS]]&lt;br /&gt;
| Windowing systems on Nintendo DS, an API for the Nintendo Dual Screen.&lt;br /&gt;
| LiraNuna&lt;br /&gt;
|-&lt;br /&gt;
| [[Play Boot Ds]]&lt;br /&gt;
| Contain several boot up screens of different gaming consoles.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[R4Menu]]&lt;br /&gt;
| R4Menu for any flash cart.&lt;br /&gt;
| Spinal_cord&lt;br /&gt;
|-&lt;br /&gt;
| [[Remote Touch DS]]&lt;br /&gt;
| Remote control your PC.&lt;br /&gt;
| BlazerRazor&lt;br /&gt;
|-&lt;br /&gt;
| [[RyOS]]&lt;br /&gt;
| An alternative OS for Supercard DSTwo user.&lt;br /&gt;
| RyoGem&lt;br /&gt;
|-&lt;br /&gt;
| [[Wii4DS]]&lt;br /&gt;
| Emulates Wii system on DS.&lt;br /&gt;
| Hiei03&lt;br /&gt;
|-&lt;br /&gt;
| [[WinDS]]&lt;br /&gt;
| Windowing systems includes several programs.&lt;br /&gt;
| LiraNuna&lt;br /&gt;
|-&lt;br /&gt;
| [[Winex DS]]&lt;br /&gt;
| Refer to Windows as system window and icons are similar.&lt;br /&gt;
| Froskito&lt;br /&gt;
|-&lt;br /&gt;
| [[WintenDos]]&lt;br /&gt;
| Recreation the Windows operating system for DS.&lt;br /&gt;
| Darkyesus&lt;br /&gt;
|-&lt;br /&gt;
| [[WiXP]]&lt;br /&gt;
| Windows XP Style Homebrew.&lt;br /&gt;
| Ametller124&lt;br /&gt;
|-&lt;br /&gt;
| [[Woopsi]]&lt;br /&gt;
| Nintendo DS GUI library.&lt;br /&gt;
| Ant 512&lt;br /&gt;
|-&lt;br /&gt;
| [[X-Soft]]&lt;br /&gt;
| With interchangeable skins environments, applications and games.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Math ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[Automatii]]&lt;br /&gt;
| cellular automata (life).&lt;br /&gt;
| Gcb&lt;br /&gt;
|-&lt;br /&gt;
| [[Biorhythm]]&lt;br /&gt;
| A mathematical application of human biology.&lt;br /&gt;
| Shyriu42&lt;br /&gt;
|-&lt;br /&gt;
| [[CalcEmu]]&lt;br /&gt;
| Also named DS85, TI-85 scientific calculator emulator.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Calculator DS]]&lt;br /&gt;
| Calculator App for the Nintendo DS.&lt;br /&gt;
| Lien &lt;br /&gt;
|-&lt;br /&gt;
| [[Digit Solver]]&lt;br /&gt;
| Turns DS into a calculator.&lt;br /&gt;
| Mushroomfantasy&lt;br /&gt;
|-&lt;br /&gt;
| [[DS-HPCALC]]&lt;br /&gt;
| HP11C and HP16C scientific calculator.&lt;br /&gt;
| Jeff Laing&lt;br /&gt;
|-&lt;br /&gt;
| [[Eigenmath DS]]&lt;br /&gt;
| Free computer algebra system. &lt;br /&gt;
| Leonel H. Sandoval&lt;br /&gt;
|-&lt;br /&gt;
| [[GraphDS]]&lt;br /&gt;
| Graphing calculator application.&lt;br /&gt;
| MorganDS&lt;br /&gt;
|-&lt;br /&gt;
| [[Handwriting Calculator]]&lt;br /&gt;
| Inspired by the handwriting calculator from nokia labs.&lt;br /&gt;
| Quipeace&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrots DS]]&lt;br /&gt;
| A fractal browser for NDS.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrot Fractal]]&lt;br /&gt;
| A fractal browser.&lt;br /&gt;
| TheMagnitude&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandelbrot Set Explorer]]&lt;br /&gt;
| A Mandelbrot generator.&lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[Maths Mate: Auto Algebra!]]&lt;br /&gt;
| Able to work out simple algebra equation.&lt;br /&gt;
| Jpoopdog&lt;br /&gt;
|-&lt;br /&gt;
| [[MathomaticDS]]&lt;br /&gt;
| Port of Mathomatic to the DS. &lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[MoonCalc]]&lt;br /&gt;
| Calculator on DS. &lt;br /&gt;
| Moonlight&lt;br /&gt;
|-&lt;br /&gt;
| [[NdsMandel]]&lt;br /&gt;
| A fractal browser for the NintendoDS.&lt;br /&gt;
| YJay&lt;br /&gt;
|-&lt;br /&gt;
| [[Pa_Calc]]&lt;br /&gt;
| Simple Calculator.&lt;br /&gt;
| Jandujar&lt;br /&gt;
|-&lt;br /&gt;
| [[TablesDS]]&lt;br /&gt;
| Table of multiplication.&lt;br /&gt;
| Mrvbscript &lt;br /&gt;
|-&lt;br /&gt;
| [[Wabbit DS]]&lt;br /&gt;
| TI-83+ Emulator.&lt;br /&gt;
| JimE &lt;br /&gt;
|-&lt;br /&gt;
| [[Zognc]]&lt;br /&gt;
| Scientific Calculator.&lt;br /&gt;
| Zogna&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Music ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[AXE]]&lt;br /&gt;
| Chiptune solo.&lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[Betablocker]]&lt;br /&gt;
| Livecoding performance.&lt;br /&gt;
| Dave&lt;br /&gt;
|-&lt;br /&gt;
| [[Bliptracker]]&lt;br /&gt;
| NDS drum machine.&lt;br /&gt;
| Dan &lt;br /&gt;
|-&lt;br /&gt;
| [[CellsDS]]&lt;br /&gt;
| A flexible, programmable grid-based music sequencer.&lt;br /&gt;
| Clone45&lt;br /&gt;
|-&lt;br /&gt;
| [[ChorDS]]&lt;br /&gt;
| A portable guitar with the ability to play free partitions.&lt;br /&gt;
| Deuspi, Nob, Shinza&lt;br /&gt;
|-&lt;br /&gt;
| [[Dboy]]&lt;br /&gt;
| A tracker-style sample sequencer.&lt;br /&gt;
| Checkpoint&lt;br /&gt;
|-&lt;br /&gt;
| [[DDJs Silver]]&lt;br /&gt;
| A Disc Jockey Table.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[DrumMe]]&lt;br /&gt;
| A drum kit.&lt;br /&gt;
| NeX&lt;br /&gt;
|-&lt;br /&gt;
| [[Drummer]]&lt;br /&gt;
| A networked digital musical interface, allows multiple users to design and play a drum kit.&lt;br /&gt;
| Andrea Bianchi, Woon Seung Yeo &lt;br /&gt;
|-&lt;br /&gt;
| [[Drummers]]&lt;br /&gt;
| Digital musical interface for drum kit.&lt;br /&gt;
| Lien&lt;br /&gt;
|-&lt;br /&gt;
| [[DrumPad DS]]&lt;br /&gt;
| Simple drum pad app.&lt;br /&gt;
| Whistlingboy&lt;br /&gt;
|-&lt;br /&gt;
| [[DsAPM?]]&lt;br /&gt;
| Sounds of TV program called APM TV3.&lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[DSDaft]]&lt;br /&gt;
| Daft Punk console.&lt;br /&gt;
| Corenting&lt;br /&gt;
|-&lt;br /&gt;
| [[Ds-h]]&lt;br /&gt;
| Change Nintendo DS into a harmonica.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[DsKara]]&lt;br /&gt;
| A karaoke application.&lt;br /&gt;
| Graph05&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMCU]]&lt;br /&gt;
| A wireless mix controller. &lt;br /&gt;
| Dan&lt;br /&gt;
|-&lt;br /&gt;
| [[DS MIDI Keyboard]]&lt;br /&gt;
| Acts as a MIDI keyboard. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[DSMetronome]]&lt;br /&gt;
| Metronome on NDS. &lt;br /&gt;
| Demented&lt;br /&gt;
|-&lt;br /&gt;
| [[DSolfege]]&lt;br /&gt;
| Port of Solfege. &lt;br /&gt;
| Pianopenguin&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Sampling Keyboard]]&lt;br /&gt;
| Kind of like a casio sk-1. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Synth]]&lt;br /&gt;
| Sixteen mononphonic midi channel that you can control over wifi. &lt;br /&gt;
| Evan Morris&lt;br /&gt;
|-&lt;br /&gt;
| [[dSTAR]]&lt;br /&gt;
| Midi sequencer. &lt;br /&gt;
| Therain&lt;br /&gt;
|-&lt;br /&gt;
| [[DStep]]&lt;br /&gt;
| A live sequencer. &lt;br /&gt;
| Evil Jed&lt;br /&gt;
|-&lt;br /&gt;
| [[DuckSlinger]]&lt;br /&gt;
| Piano on DS. &lt;br /&gt;
| Coda&lt;br /&gt;
|-&lt;br /&gt;
| [[Finger Drum]]&lt;br /&gt;
| A simple virtual drum kit.&lt;br /&gt;
| Mathieu Veron &lt;br /&gt;
|-&lt;br /&gt;
| [[FUDI Kaos DS]]&lt;br /&gt;
| Use NDS as a Kaospad style input to send messages over the wifi to music program.&lt;br /&gt;
| Chris McCormick&lt;br /&gt;
|-&lt;br /&gt;
| [[GlitchDS]]&lt;br /&gt;
| A powerful cellular automation sequencer. &lt;br /&gt;
| Clone45 &lt;br /&gt;
|-&lt;br /&gt;
| [[GrooveStep]]&lt;br /&gt;
| Full featured music making application. &lt;br /&gt;
| Bioroid&lt;br /&gt;
|-&lt;br /&gt;
| [[GuitarSound]]&lt;br /&gt;
| Guitar and bass tuner.&lt;br /&gt;
| Fooshi&lt;br /&gt;
|-&lt;br /&gt;
| [[iDaft DS]]&lt;br /&gt;
| iDaft ported on the Nintendo DS.&lt;br /&gt;
| Reyhn&lt;br /&gt;
|-&lt;br /&gt;
| [[Jazzier Suite]]&lt;br /&gt;
| Aid musicians in improving ability to recognize pitch,read music,etc.&lt;br /&gt;
| Gaz&lt;br /&gt;
|-&lt;br /&gt;
| [[Kaos DS]]&lt;br /&gt;
| An XY controller to adjust MIDI controls. &lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[KnobsAndSlidersDS]]&lt;br /&gt;
| Create widgets on the DS by sending it messages from your PC or laptop.&lt;br /&gt;
| Chris McCormick&lt;br /&gt;
|-&lt;br /&gt;
| [[Lab Rec]]&lt;br /&gt;
| A Lab recording.&lt;br /&gt;
| Braware&lt;br /&gt;
|-&lt;br /&gt;
| [[LibXM7]]&lt;br /&gt;
| A C library to play XM (and MOD) modules using only ARM7 resources. &lt;br /&gt;
| Sverx &lt;br /&gt;
|-&lt;br /&gt;
| [[MidiControl]]&lt;br /&gt;
| A kaoss clone, used to be MidiPad.&lt;br /&gt;
| Benji7905&lt;br /&gt;
|-&lt;br /&gt;
| [[MIDI Jammer]]&lt;br /&gt;
| Graphical midi tool.&lt;br /&gt;
| Andrew Buch&lt;br /&gt;
|-&lt;br /&gt;
| [[Monome DS]]&lt;br /&gt;
| Simple simulation of a monome 40h like device with some artistic license.&lt;br /&gt;
| Grizzly Adams &lt;br /&gt;
|-&lt;br /&gt;
| [[Musicly Ocarina]]&lt;br /&gt;
| Playable Ocarina on NDS.&lt;br /&gt;
| Dereklarue&lt;br /&gt;
|-&lt;br /&gt;
| [[My-MeloDS]]&lt;br /&gt;
| Piano-based music application.&lt;br /&gt;
| Outphase,Zoharmodifier &lt;br /&gt;
|-&lt;br /&gt;
| [[MyPiano]]&lt;br /&gt;
| A 61 note virtual Piano for Nintendo DS.&lt;br /&gt;
| BranMuffin&lt;br /&gt;
|-&lt;br /&gt;
| [[My Virtual Piano]]&lt;br /&gt;
| Play a piano on Nintendo DS.&lt;br /&gt;
| Electronix &lt;br /&gt;
|-&lt;br /&gt;
| [[NDS_BGMFILER]]&lt;br /&gt;
| A music making application, features midi playback, keyboard, channel selection.&lt;br /&gt;
| MeRAMAN&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSOcarina]]&lt;br /&gt;
| A 4-hole ocarina for Nintendo DS.&lt;br /&gt;
| Danielps&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroTracker]]&lt;br /&gt;
| A versatile tool for creating music.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[Olas]]&lt;br /&gt;
| Calming wave sound.&lt;br /&gt;
| Naruto1994&lt;br /&gt;
|-&lt;br /&gt;
| [[Piano DS]]&lt;br /&gt;
| Virtual piano simulator.&lt;br /&gt;
| CrashingThunder &lt;br /&gt;
|-&lt;br /&gt;
| [[Piano Vero]]&lt;br /&gt;
| A piano application to detect notes on keyboard.&lt;br /&gt;
| Blackos&lt;br /&gt;
|-&lt;br /&gt;
| [[Pulse DS]]&lt;br /&gt;
| A MIDI synthesizer to produce Game-Boy-like sounds.&lt;br /&gt;
| Tobw&lt;br /&gt;
|-&lt;br /&gt;
| [[ProteinDS]]&lt;br /&gt;
| Similar to ElectroPlankton concept.&lt;br /&gt;
| Gorgull&lt;br /&gt;
|-&lt;br /&gt;
| [[RepeaterDS]]&lt;br /&gt;
| Stuttering sample player.&lt;br /&gt;
| Clone45 &lt;br /&gt;
|-&lt;br /&gt;
| [[Seno DS]]&lt;br /&gt;
| Music live sequencer for the Nintendo DS. &lt;br /&gt;
| A128&lt;br /&gt;
|-&lt;br /&gt;
| [[Sniff_jazzbox]]&lt;br /&gt;
| Converts the wlan-waves into sound waves. &lt;br /&gt;
| La1n &lt;br /&gt;
|-&lt;br /&gt;
| [[Solfege]]&lt;br /&gt;
| Music theory application. &lt;br /&gt;
| Guex&lt;br /&gt;
|-&lt;br /&gt;
| [[Sonic AS]]&lt;br /&gt;
| MIDI player. &lt;br /&gt;
| Ruben&lt;br /&gt;
|-&lt;br /&gt;
| [[SoundBoardDS]]&lt;br /&gt;
| Similar to a DJ’s soundboard.&lt;br /&gt;
| BranMuffin&lt;br /&gt;
|-&lt;br /&gt;
| [[Sound Cells]]&lt;br /&gt;
| An experimental synth.&lt;br /&gt;
| Patryk&lt;br /&gt;
|-&lt;br /&gt;
| [[Sound Orbit]]&lt;br /&gt;
| A sound manipulation homebrew.&lt;br /&gt;
| Simon Kenny&lt;br /&gt;
|-&lt;br /&gt;
| [[South Park Sound]]&lt;br /&gt;
| Contains sounds of different characters from South Park.&lt;br /&gt;
| ATHUR6&lt;br /&gt;
|-&lt;br /&gt;
| [[String Tuner DS]]&lt;br /&gt;
| Useful to tune guitars and other musical instruments.&lt;br /&gt;
| Object65&lt;br /&gt;
|-&lt;br /&gt;
| [[StrumMe]]&lt;br /&gt;
| A sampled guitar.&lt;br /&gt;
| NeX&lt;br /&gt;
|-&lt;br /&gt;
| [[TabBed]]&lt;br /&gt;
| Guitar application.&lt;br /&gt;
| Wizlon&lt;br /&gt;
|-&lt;br /&gt;
| [[The Legend Of Zelda Symphony]]&lt;br /&gt;
| Ocarina simulator which appeared in the game Legend of Zelda.&lt;br /&gt;
| RDilus&lt;br /&gt;
|-&lt;br /&gt;
| [[ToneSynthDS]]&lt;br /&gt;
| A NDS Composer Applications.&lt;br /&gt;
| HotelSinus Sound Design&lt;br /&gt;
|-&lt;br /&gt;
| [[Toy Piano]]&lt;br /&gt;
| Sampled piano.&lt;br /&gt;
| Brian Grogan Jr&lt;br /&gt;
|-&lt;br /&gt;
| [[TuneItDS]]&lt;br /&gt;
| Guitar tuning tool.&lt;br /&gt;
| SimplexProductions&lt;br /&gt;
|-&lt;br /&gt;
| [[UkuleleDS]]&lt;br /&gt;
| Virtual guitar tool.&lt;br /&gt;
| Patryk&lt;br /&gt;
|-&lt;br /&gt;
| [[WireWorld DS]]&lt;br /&gt;
| DS version of a cellular automation.&lt;br /&gt;
| Asiekierka&lt;br /&gt;
|-&lt;br /&gt;
| [[Xylophono]]&lt;br /&gt;
| Classic xylophone.&lt;br /&gt;
| Mars_Visage_Software&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda Instruments]]&lt;br /&gt;
| Sounds from the Zelda series.&lt;br /&gt;
| Buck_7&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda SFX DS]]&lt;br /&gt;
| Zelda NES Music Homebrew.&lt;br /&gt;
| King Dodongo&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;apptable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;25%&amp;quot; | Title&lt;br /&gt;
! Description&lt;br /&gt;
! width=&amp;quot;20%&amp;quot; | Author&lt;br /&gt;
|-&lt;br /&gt;
| [[24ClockDS]]&lt;br /&gt;
| The clock from the TV show 24.&lt;br /&gt;
| Felix&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarma]]&lt;br /&gt;
| Customize-able alarm.&lt;br /&gt;
| Lien&lt;br /&gt;
|-&lt;br /&gt;
| [[Alphabet Arabe O Clic]]&lt;br /&gt;
| Arabic educational application.&lt;br /&gt;
| Nabli Ahmed &lt;br /&gt;
|-&lt;br /&gt;
| [[Alphablocks]]&lt;br /&gt;
| Alphabet learning application for children.&lt;br /&gt;
| IceDaddy&lt;br /&gt;
|-&lt;br /&gt;
| [[AMAP4DS]]&lt;br /&gt;
| Metro and bus maps viewer.&lt;br /&gt;
| Christophe Andreani&lt;br /&gt;
|-&lt;br /&gt;
| [[Amy The Chatterbot]]&lt;br /&gt;
| Port of AineBot 0.8.12.&lt;br /&gt;
| DVSoftware&lt;br /&gt;
|-&lt;br /&gt;
| [[Analog clock]]&lt;br /&gt;
| A simple analog clock.&lt;br /&gt;
| Moonlight&lt;br /&gt;
|-&lt;br /&gt;
| [[Animanatee]]&lt;br /&gt;
| Flickbook style animation program.&lt;br /&gt;
| DekuTree64 &lt;br /&gt;
|-&lt;br /&gt;
| [[AnimEDS]]&lt;br /&gt;
| A sprite/animation editor.&lt;br /&gt;
| PypeBros &lt;br /&gt;
|-&lt;br /&gt;
| [[ARcardPACK]]&lt;br /&gt;
| Simulates the 3DS AR cards on an NDS, 3DS, or PSP.&lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[ASCII Art Maker]]&lt;br /&gt;
| An ASCII art application.&lt;br /&gt;
| XDPirate&lt;br /&gt;
|-&lt;br /&gt;
| [[A Tint of MENUdo: Doodle]]&lt;br /&gt;
| Paint tool for [[MENUdo|MENUdo]].&lt;br /&gt;
| Soulanger&lt;br /&gt;
|-&lt;br /&gt;
| [[Autoescuela DS]]&lt;br /&gt;
| Practice driving tests to help getting a driver license.&lt;br /&gt;
| Zante&lt;br /&gt;
|-&lt;br /&gt;
| [[Avia : Tropic Edition]]&lt;br /&gt;
| Free birdwatcher&#039;s guide.&lt;br /&gt;
| Simplex Productions&lt;br /&gt;
|-&lt;br /&gt;
| [[Beup Live]]&lt;br /&gt;
| Windows Live Messenger (Formally MSN messenger) clone.&lt;br /&gt;
| KevinC and HtheB&lt;br /&gt;
|-&lt;br /&gt;
| [[Bible for NDS]]&lt;br /&gt;
| Bible software for NDS, Lite, DSi and 3DS.&lt;br /&gt;
| BibleforNDS&lt;br /&gt;
|-&lt;br /&gt;
| [[Binary Clock]]&lt;br /&gt;
| A binary clock.&lt;br /&gt;
| Mastertop101&lt;br /&gt;
|-&lt;br /&gt;
| [[BootFirmware]]&lt;br /&gt;
| Boot firmware without taking out slot-1 card.&lt;br /&gt;
| Playallday&lt;br /&gt;
|-&lt;br /&gt;
| [[Carnet d&#039;adresse]]&lt;br /&gt;
| [[Micro Lua DS|MicroLUA]] address book.&lt;br /&gt;
| Papymouge&lt;br /&gt;
|-&lt;br /&gt;
| [[CC Creator]]&lt;br /&gt;
| Create simple cartoons, using the famous &amp;quot;memes&amp;quot; circulating on the Internet.&lt;br /&gt;
| Froskito&lt;br /&gt;
|-&lt;br /&gt;
| [[CC Game]]&lt;br /&gt;
| Includes 50 funny images or memes for a good laugh.&lt;br /&gt;
| Dioni0396&lt;br /&gt;
|-&lt;br /&gt;
| [[ChaTchI]]&lt;br /&gt;
| Chat on a server that stores the conversations.&lt;br /&gt;
| Eglomer&lt;br /&gt;
|-&lt;br /&gt;
| [[Check NDS]]&lt;br /&gt;
| Check the screen, touchscreen, buttons, speaker and microphone.&lt;br /&gt;
| Bong @ HKCC&lt;br /&gt;
|-&lt;br /&gt;
| [[ChessClock]]&lt;br /&gt;
| Turns Nintendo DS into a Chess Clock.&lt;br /&gt;
| Guilhoboy&lt;br /&gt;
|-&lt;br /&gt;
| [[Chinese Touch]]&lt;br /&gt;
| Chinese educational tool.&lt;br /&gt;
| Syslock &lt;br /&gt;
|-&lt;br /&gt;
| [[Chuck Norris Facts DS]]&lt;br /&gt;
| Include exceptional jokes of Chuck Norris. &lt;br /&gt;
| MasterDJE&lt;br /&gt;
|-&lt;br /&gt;
| [[ClIRC]]&lt;br /&gt;
| IRC client.&lt;br /&gt;
| Cluster&lt;br /&gt;
|-&lt;br /&gt;
| [[ClockDS]]&lt;br /&gt;
| Clock and alarm for the DS.&lt;br /&gt;
| Stormwave&lt;br /&gt;
|-&lt;br /&gt;
| [[Cng&#039;s Button Tester]]&lt;br /&gt;
| Check if all buttons are working.&lt;br /&gt;
| Crazyninjaguy&lt;br /&gt;
|-&lt;br /&gt;
| [[Colors!]]&lt;br /&gt;
| A simplistic digital painting application for NDS which inspired by using Wacom boards in Photoshop or Painter.&lt;br /&gt;
| Jens Andersson&lt;br /&gt;
|-&lt;br /&gt;
| [[Comprobación de Botones]]&lt;br /&gt;
| Buttons tester for DS.&lt;br /&gt;
| Cheleon15&lt;br /&gt;
|-&lt;br /&gt;
| [[Constellations DS]]&lt;br /&gt;
| Constellations DS is a DS homebrew application to view and learn about stars and constellations. &lt;br /&gt;
| Nameless&lt;br /&gt;
|-&lt;br /&gt;
| [[CosmosDS]]&lt;br /&gt;
| Information about solar system.&lt;br /&gt;
| Mikethunder&lt;br /&gt;
|-&lt;br /&gt;
| [[Cronometro]]&lt;br /&gt;
| A stopwatch.&lt;br /&gt;
| DanXZero&lt;br /&gt;
|-&lt;br /&gt;
| [[DadoS]]&lt;br /&gt;
| DS dice thrower for role playing games.&lt;br /&gt;
| DKnight&lt;br /&gt;
|-&lt;br /&gt;
| [[Death Chimp]]&lt;br /&gt;
| A tech demo with music and image effect.&lt;br /&gt;
| K2&lt;br /&gt;
|-&lt;br /&gt;
| [[DiagnoDS]]&lt;br /&gt;
| DS console tester.&lt;br /&gt;
| AlmamuPP&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnose]]&lt;br /&gt;
| DS function tester.&lt;br /&gt;
| Spinal&lt;br /&gt;
|-&lt;br /&gt;
| [[DiceDS]]&lt;br /&gt;
| Tool for RPG player that want to play everytime.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice Roller DS]]&lt;br /&gt;
| Roll dices on your DS.&lt;br /&gt;
| Wisen&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice Roller (Rainbow)]]&lt;br /&gt;
| Dice roller.&lt;br /&gt;
| Rainbow&lt;br /&gt;
|-&lt;br /&gt;
| [[Draw]]&lt;br /&gt;
| Port of sketching application &amp;quot;Sketches of Q&amp;quot;.&lt;br /&gt;
| Davr&lt;br /&gt;
|-&lt;br /&gt;
| [[Draw-Stereo]]&lt;br /&gt;
| Stereogram drawing application.&lt;br /&gt;
| Micromoog&lt;br /&gt;
|-&lt;br /&gt;
| [[DrinkMe]]&lt;br /&gt;
| Helps user run a power hour-style drinking contest. &lt;br /&gt;
| Maniacdevnull&lt;br /&gt;
|-&lt;br /&gt;
| [[DSAIM]]&lt;br /&gt;
| An AIM/Icq client for the DS.&lt;br /&gt;
| Ryan Kegel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSArsenal]]&lt;br /&gt;
| Weapon viewer with information.&lt;br /&gt;
| Karatekid1111&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Battery Life Timer]]&lt;br /&gt;
| NDS application that shows battery life.&lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[DSBible]]&lt;br /&gt;
| Bible-reading app.4 translations included.&lt;br /&gt;
| Jeremy Ruten&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Button Counter]]&lt;br /&gt;
| Check button presses, holds, and counts. &lt;br /&gt;
| Kiaku&lt;br /&gt;
|-&lt;br /&gt;
| [[DSCalibrate]]&lt;br /&gt;
| A calibration application.&lt;br /&gt;
| Arialia&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Chat]]&lt;br /&gt;
| Homebrew Pictochat with online history.&lt;br /&gt;
| Bafio&lt;br /&gt;
|-&lt;br /&gt;
| [[DSdiag]]&lt;br /&gt;
| Nintendo DS Diagnostics Tool.&lt;br /&gt;
| TheOnlyEnglishRose(TD)&lt;br /&gt;
|-&lt;br /&gt;
| [[DSF]]&lt;br /&gt;
| File interpreter.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSgf]]&lt;br /&gt;
| A go game recorder and reviewer.&lt;br /&gt;
| Nio101&lt;br /&gt;
|-&lt;br /&gt;
| [[DSilver]]&lt;br /&gt;
| A text-based card library for MtG.&lt;br /&gt;
| Lyon4&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Kanji Flash]]&lt;br /&gt;
| Learning Japanese Kanji for Non-Japanese.&lt;br /&gt;
| Schellingb &lt;br /&gt;
|-&lt;br /&gt;
| [[DSKash]]&lt;br /&gt;
| Remake of old currency converter GpKash.&lt;br /&gt;
| Chris&lt;br /&gt;
|-&lt;br /&gt;
| [[DSketch]]&lt;br /&gt;
| Simple sketch drawing application.&lt;br /&gt;
| Samel&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLamp]]&lt;br /&gt;
| A torch on DS. &lt;br /&gt;
| Corenting&lt;br /&gt;
|-&lt;br /&gt;
| [[DS_LCD_Tester]]&lt;br /&gt;
| An application to check DS screens. &lt;br /&gt;
| KING CORN&lt;br /&gt;
|-&lt;br /&gt;
| [[DSLiveWeather]]&lt;br /&gt;
| Fetch the current weather information with WIFI. &lt;br /&gt;
| Lick&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Maps]]&lt;br /&gt;
| Google Maps viewer.&lt;br /&gt;
| DMC&lt;br /&gt;
|-&lt;br /&gt;
| [[DSmerlin]]&lt;br /&gt;
| A single character recognition engine clone.&lt;br /&gt;
| David Lott &lt;br /&gt;
|-&lt;br /&gt;
| [[DSPad]]&lt;br /&gt;
| Turn DS into a wireless gamepad.&lt;br /&gt;
| Ced&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPadTilt]]&lt;br /&gt;
| Turn DS into a motion sensing USB gamepad.&lt;br /&gt;
| KeithE&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPixelFix]]&lt;br /&gt;
| Fix dead pixel on DS. &lt;br /&gt;
| MADcat1990/Darkchild&lt;br /&gt;
|-&lt;br /&gt;
| [[DSPlib]]&lt;br /&gt;
| A library for PAlib. &lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Sleep]]&lt;br /&gt;
| Help user to fall asleep.&lt;br /&gt;
| Filou HB&lt;br /&gt;
|-&lt;br /&gt;
| [[DSpertator]]&lt;br /&gt;
| MP3 Alarm Clock with other customizable features.&lt;br /&gt;
| Copete23&lt;br /&gt;
|-&lt;br /&gt;
| [[DSSpeech Speech Synthesizer]]&lt;br /&gt;
| DS port of a speech synth from Atari ST.&lt;br /&gt;
| Headspin&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Star Chart]]&lt;br /&gt;
| An application for stargazers.&lt;br /&gt;
| Pokeball29 &lt;br /&gt;
|-&lt;br /&gt;
| [[DSTELNET]]&lt;br /&gt;
| Connect to Telnet servers.&lt;br /&gt;
| ILOVEPIE&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Test]]&lt;br /&gt;
| A test application.&lt;br /&gt;
| Mcat12&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Twitter]]&lt;br /&gt;
| Twitter client for the NDS.&lt;br /&gt;
| Acdtrux&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Visual Novel Reader]]&lt;br /&gt;
| visual novel reader.&lt;br /&gt;
| Jake Probst, anoNL&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Weather]]&lt;br /&gt;
| Displays the current weather conditions with Wifi function.&lt;br /&gt;
| WolfSpider&lt;br /&gt;
|-&lt;br /&gt;
| [[DSWave]]&lt;br /&gt;
| Library for [[Micro Lua DS|Micro Lua DS]], resemble the wave effect of PSP.&lt;br /&gt;
| RedHunter&lt;br /&gt;
|-&lt;br /&gt;
| [[DS Weather Report]]&lt;br /&gt;
| A weather station on DS.&lt;br /&gt;
| Stravingo&lt;br /&gt;
|-&lt;br /&gt;
| [[DSZhongwen]]&lt;br /&gt;
| Learn the basics of Mandarin Chinese.&lt;br /&gt;
| Rrc2soft&lt;br /&gt;
|-&lt;br /&gt;
| [[DuelDS]]&lt;br /&gt;
| An assistant for the card game Yu-Gi-Oh!&lt;br /&gt;
| Dr.Razor &lt;br /&gt;
|-&lt;br /&gt;
| [[EnigmaNDS]]&lt;br /&gt;
| Enigma machine simulator.&lt;br /&gt;
| Mincemeatteam&lt;br /&gt;
|-&lt;br /&gt;
| [[Environment Mapping]]&lt;br /&gt;
| 3d sample for Libnds.&lt;br /&gt;
| Payk&lt;br /&gt;
|-&lt;br /&gt;
| [[ESpeak]]&lt;br /&gt;
| Speech synthesizer for English and other languages.&lt;br /&gt;
| N00bey &lt;br /&gt;
|-&lt;br /&gt;
| [[Etch]]&lt;br /&gt;
| Paint app focused towards pixel art with other features.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[EvoCheatUp]]&lt;br /&gt;
| Modified version of the [[UsrCheatUp|UsrCheatUp]].&lt;br /&gt;
| SolidusRegim&lt;br /&gt;
|-&lt;br /&gt;
| [[Evolution: 28 ans de consoles portables]]&lt;br /&gt;
| An educational App about 28 years development of portable consoles. &lt;br /&gt;
| MasterDje&lt;br /&gt;
|-	&lt;br /&gt;
| [[FavDS]]&lt;br /&gt;
| Save &amp;amp; run NDS files by putting location in a text file.&lt;br /&gt;
| Xiao32&lt;br /&gt;
|-&lt;br /&gt;
| [[Fb4nds]]&lt;br /&gt;
| Facebook&#039;s chat client.&lt;br /&gt;
| Lino &lt;br /&gt;
|-&lt;br /&gt;
| [[Fencing]]&lt;br /&gt;
| A program for fencers, referees, directors, and coaches.&lt;br /&gt;
| Minty &lt;br /&gt;
|-&lt;br /&gt;
| [[FerretBoysFunbrew]]&lt;br /&gt;
| A fun homebrew.&lt;br /&gt;
| Ferretboy007&lt;br /&gt;
|-&lt;br /&gt;
| [[Fiches pour le BAC S]]&lt;br /&gt;
| A revision sheets LAC S.&lt;br /&gt;
| Beda&lt;br /&gt;
|-&lt;br /&gt;
| [[FlashDS]]&lt;br /&gt;
| 8 color flash light for the NDS. &lt;br /&gt;
| Coincoin&lt;br /&gt;
|-&lt;br /&gt;
| [[FlashcarDS]]&lt;br /&gt;
| A Spaced Repetition flashcards application, similar to Anki.&lt;br /&gt;
| Nfinite&lt;br /&gt;
|-&lt;br /&gt;
| [[Flickbook]]&lt;br /&gt;
| Animation app for the Nintendo DS.&lt;br /&gt;
| Masscat&lt;br /&gt;
|-&lt;br /&gt;
| [[Flipbook]]&lt;br /&gt;
| MSPaint-like drawing program.&lt;br /&gt;
| Sintax&lt;br /&gt;
|-&lt;br /&gt;
| [[GameUp]]&lt;br /&gt;
| Utility for Nintendo DS that conclude the trilogy of the Up-Series homebrews.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[GH Painter]]&lt;br /&gt;
| Draw on DS using the Guitar Grip to pick colors.&lt;br /&gt;
| Mjsdude&lt;br /&gt;
|-&lt;br /&gt;
| [[GIF/CARD viewer for Magic: The Gathering]]&lt;br /&gt;
| Card viewer for the card game: Magic The Gathering.&lt;br /&gt;
| Sylus101 &lt;br /&gt;
|-&lt;br /&gt;
| [[Gun Game]]&lt;br /&gt;
| Remake of gun application.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[HandWritter]]&lt;br /&gt;
| Hand writing app that able to identify characters.&lt;br /&gt;
| Earth2222&lt;br /&gt;
|-&lt;br /&gt;
| [[HappyCat]]&lt;br /&gt;
| Happy cat demo on DS.&lt;br /&gt;
| Dragonminded&lt;br /&gt;
|-&lt;br /&gt;
| [[Heero&#039;s HBDB]]&lt;br /&gt;
| Cheatfiles for [[DSOrganize|DSOrganize]].&lt;br /&gt;
| Heeroo&lt;br /&gt;
|-&lt;br /&gt;
| [[HMTK]]&lt;br /&gt;
| Health Monitoring Tool Kit for Diabetes.&lt;br /&gt;
| Arrpirate&lt;br /&gt;
|-&lt;br /&gt;
| [[I Ching DS]]&lt;br /&gt;
| I Ching Readings.&lt;br /&gt;
| Sam Malone&lt;br /&gt;
|-&lt;br /&gt;
| [[Ipod Touch Gun App]]&lt;br /&gt;
| A gun app from ipod touch.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[IRCDS]]&lt;br /&gt;
| IRC client with custom skin support.&lt;br /&gt;
| Davido2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Isofácil]]&lt;br /&gt;
| Isometric drawing application with color.&lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese And English Phrase Converter]]&lt;br /&gt;
| Translate English phrase to Japanese.&lt;br /&gt;
| Iainprice&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese Hiragana &amp;amp; Katakana Review]]&lt;br /&gt;
| Kana character review tool.&lt;br /&gt;
| DesertDog&lt;br /&gt;
|-&lt;br /&gt;
| [[Japanese Training]]&lt;br /&gt;
| Japanese learning application .&lt;br /&gt;
| Cuicui666&lt;br /&gt;
|-&lt;br /&gt;
| [[JapFR]]&lt;br /&gt;
| Application to learn Japanese vocabulary.&lt;br /&gt;
| Benjamalin&lt;br /&gt;
|-&lt;br /&gt;
| [[JOZ2 3AM]]&lt;br /&gt;
| Depicts 36 various Sourates from the 114 of the Coran.&lt;br /&gt;
| Nabli Ahmed &lt;br /&gt;
|-&lt;br /&gt;
| [[Just a clock...]]&lt;br /&gt;
| A simple analog clock app.&lt;br /&gt;
| Hoitjuh55&lt;br /&gt;
|-&lt;br /&gt;
| [[Kana DS]]&lt;br /&gt;
| Japanese learner.&lt;br /&gt;
| Julio Gorgé &lt;br /&gt;
|-&lt;br /&gt;
| [[KanjiDs]]&lt;br /&gt;
| Japanese Kanji learner.&lt;br /&gt;
| LeToto&lt;br /&gt;
|-&lt;br /&gt;
| [[Kanji.es]]&lt;br /&gt;
| Program to learn to write Japanese Kanji symbols.&lt;br /&gt;
| Zeroathiradi&lt;br /&gt;
|-&lt;br /&gt;
| [[Lampe]]&lt;br /&gt;
| Flashlight application.&lt;br /&gt;
| NachtaraChecker&lt;br /&gt;
|-&lt;br /&gt;
| [[Lampe DS]]&lt;br /&gt;
| A simple flashlight application coded in µLua.&lt;br /&gt;
| Aurel2108&lt;br /&gt;
|-&lt;br /&gt;
| [[LCD_Tester]]&lt;br /&gt;
| Recover pixels vague.&lt;br /&gt;
| Kleevah&lt;br /&gt;
|-&lt;br /&gt;
| [[Linterna DS]]&lt;br /&gt;
| A flashlight on DS with different colors to choose from.&lt;br /&gt;
| Neopiro&lt;br /&gt;
|-&lt;br /&gt;
| [[Loituma Girl DS]]&lt;br /&gt;
| An adaptation of some popular flash animations.&lt;br /&gt;
| Gnese &lt;br /&gt;
|-&lt;br /&gt;
| [[LoL]]&lt;br /&gt;
| Contains 33 jokes.&lt;br /&gt;
| APSSPA&lt;br /&gt;
|-&lt;br /&gt;
| [[Mediatheque DS]]&lt;br /&gt;
| A library to manage your collection of comics/movies/stamps etc.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[Meditation with Talah Rama]]&lt;br /&gt;
| A meditation timer/guide for the DS.&lt;br /&gt;
| Backtothefuture&lt;br /&gt;
|-&lt;br /&gt;
| [[MegaHAL DS]]&lt;br /&gt;
| Conversation simulator better known as a “chatterbox.”.&lt;br /&gt;
| Asiekierka &lt;br /&gt;
|-&lt;br /&gt;
| [[MegaStopwatch]]&lt;br /&gt;
| Megaman theme stop watch.&lt;br /&gt;
| Thungbard&lt;br /&gt;
|-&lt;br /&gt;
| [[MemoryDeS]]&lt;br /&gt;
| Allow user to study and review vocabulary lists in the Apprenticeship of languages​​.&lt;br /&gt;
| Memorydes&lt;br /&gt;
|-&lt;br /&gt;
| [[MemtestARM]]&lt;br /&gt;
| Makes sure that your RAM pak is working fine.&lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[Mendeleiev]]&lt;br /&gt;
| Periodic table and element information/list.&lt;br /&gt;
| MasterDje&lt;br /&gt;
|-&lt;br /&gt;
| [[Metroid Gravity]]&lt;br /&gt;
| Metroid Prime Hunters animation simulator.&lt;br /&gt;
| Disgepia&lt;br /&gt;
|-&lt;br /&gt;
| [[MorseDS]]&lt;br /&gt;
| Morse translator.&lt;br /&gt;
| Aguilera_87&lt;br /&gt;
|-&lt;br /&gt;
| [[Motion Plotter]]&lt;br /&gt;
| An app that draws lines.&lt;br /&gt;
| Sektor&lt;br /&gt;
|-&lt;br /&gt;
| [[MythRemote]]&lt;br /&gt;
| A network remote control for MythTV frontends.&lt;br /&gt;
| Grizzly Adams&lt;br /&gt;
|-&lt;br /&gt;
| [[NdéS]]&lt;br /&gt;
| Virtual dice on DS.&lt;br /&gt;
| Coincoin&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSRo]]&lt;br /&gt;
| Client for eAthena servers for Ragnarok Online.&lt;br /&gt;
| Leinad&lt;br /&gt;
|-&lt;br /&gt;
| [[Neko DS]]&lt;br /&gt;
| A port of an old PC app.&lt;br /&gt;
| ThemePark&lt;br /&gt;
|-&lt;br /&gt;
| [[NeoKey Fileviewer]]&lt;br /&gt;
| An alternate fileviewer.&lt;br /&gt;
| D-loader&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSMail]]&lt;br /&gt;
| RSS and POP mail client.&lt;br /&gt;
| Bronto&lt;br /&gt;
|-&lt;br /&gt;
| [[NdsMiiMaker]]&lt;br /&gt;
| Create your own Mii.&lt;br /&gt;
| CoinCoin&lt;br /&gt;
|-&lt;br /&gt;
| [[NDSpiritLevel]]&lt;br /&gt;
| A spirit level application inspired by an application on Android.&lt;br /&gt;
| Bootlegger&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroHax]]&lt;br /&gt;
| Cheat tool for official games running on the Nintendo DS. &lt;br /&gt;
| Chishm&lt;br /&gt;
|-&lt;br /&gt;
| [[NitroTracker]]&lt;br /&gt;
| A versatile tool for creating music.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[Oclock]]&lt;br /&gt;
| Alarm clock on DS.&lt;br /&gt;
| Cid2Mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[.:OsUp:.]]&lt;br /&gt;
| A homebrew allows user to update through WiFi the OS of the flashcard.&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[OtaClockDS]]&lt;br /&gt;
| Port of Otacon&#039;s desktop clock application.&lt;br /&gt;
| Madcat1990 &lt;br /&gt;
|-&lt;br /&gt;
| [[PAINT BLACK DS]]&lt;br /&gt;
| An application for creating black and white drawings.&lt;br /&gt;
| Cid2mizard &lt;br /&gt;
|-&lt;br /&gt;
| [[Paint DS (ps991)]]&lt;br /&gt;
| Paint application.&lt;br /&gt;
| Ps991&lt;br /&gt;
|-&lt;br /&gt;
| [[Paint DS]]&lt;br /&gt;
| A Paint application.&lt;br /&gt;
| S_hansse&lt;br /&gt;
|-&lt;br /&gt;
| [[Paint Stylus]]&lt;br /&gt;
| Another type of graphics editor Paint.&lt;br /&gt;
| RDilus&lt;br /&gt;
|-&lt;br /&gt;
| [[PassMe2 SRAM Writer]]&lt;br /&gt;
| Writes the SRAM in GBA mode for PassMe2.&lt;br /&gt;
| Pepsiman&lt;br /&gt;
|-&lt;br /&gt;
| [[Perpetual Calendar + Clock]]&lt;br /&gt;
| Calendar and a clock.&lt;br /&gt;
| Taiyou&lt;br /&gt;
|-&lt;br /&gt;
| [[Phidias]]&lt;br /&gt;
| A drawing program for Nintendo DS.&lt;br /&gt;
| Tapio Pyrhönen&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictoblog]]&lt;br /&gt;
| Allows you to post hand drawn images to your Blog.&lt;br /&gt;
| 0xtob&lt;br /&gt;
|-&lt;br /&gt;
| [[PikuLinterna DS]]&lt;br /&gt;
| Simulates a flashlight on Nintendo DS. &lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[PikUsos DS]]&lt;br /&gt;
| Contains a digital clock, flashlight, paint and more. &lt;br /&gt;
| Pikus&lt;br /&gt;
|-&lt;br /&gt;
| [[Pintared]]&lt;br /&gt;
| An advanced version of Telesketch. &lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[PixelFixer]]&lt;br /&gt;
| Flashes the screen in different colors to unstuck pixels.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[PIXELMAN]]&lt;br /&gt;
| Sprite designing, testing and animation tool. &lt;br /&gt;
| Sylus101&lt;br /&gt;
|-&lt;br /&gt;
| [[Pocket Pixie DS]]&lt;br /&gt;
| Graphics editor. &lt;br /&gt;
| Morukutsu&lt;br /&gt;
|-&lt;br /&gt;
| [[Poker Blinds Timer]]&lt;br /&gt;
| Poker tournament blind timer.&lt;br /&gt;
| Der-Leo&lt;br /&gt;
|-&lt;br /&gt;
| [[Pokething]]&lt;br /&gt;
| DS AR marking viewer to be used with the 3DS Pokedex app. &lt;br /&gt;
| Snailface&lt;br /&gt;
|-&lt;br /&gt;
| [[PolyTouch]]&lt;br /&gt;
| Polygons painter.&lt;br /&gt;
| René C. Kiesler&lt;br /&gt;
|-&lt;br /&gt;
| [[PPaPP]]&lt;br /&gt;
| Shows coordinates of the desired point with a Stylus.&lt;br /&gt;
| Virtua Peanuts&lt;br /&gt;
|-&lt;br /&gt;
| [[Project JDS]]&lt;br /&gt;
| Japanese &#039;alphabets&#039; learning application.&lt;br /&gt;
| Ashai Rey&lt;br /&gt;
|-&lt;br /&gt;
| [[Prueba de Botones]]&lt;br /&gt;
| Button tester on NDS.&lt;br /&gt;
| 0-00&lt;br /&gt;
|-&lt;br /&gt;
| [[Pstros NDS]]&lt;br /&gt;
| MIDP implementation run on the CLDC java machine compiled for NDS. &lt;br /&gt;
| Ole&lt;br /&gt;
|-&lt;br /&gt;
| [[Putzpie Etch A Sketch]]&lt;br /&gt;
| Etch-a-Sketch for NDS. &lt;br /&gt;
| Putzpie&lt;br /&gt;
|-&lt;br /&gt;
| [[RAC]]&lt;br /&gt;
| Tool used to back up and restore the town on Animal Crossing: Wild World to a SLOT-2 device. &lt;br /&gt;
| Tepples&lt;br /&gt;
|-&lt;br /&gt;
| [[RangerDS]]&lt;br /&gt;
| A GPS application. &lt;br /&gt;
| Ranger &lt;br /&gt;
|-&lt;br /&gt;
| [[RMMnDS]]&lt;br /&gt;
| Calculate shortest path program for the metro&#039;s net of Madrid.&lt;br /&gt;
| Mincemeatteam&lt;br /&gt;
|-&lt;br /&gt;
| [[RPaint]]&lt;br /&gt;
| A paint like application for NDS.&lt;br /&gt;
| Revo&lt;br /&gt;
|-&lt;br /&gt;
| [[Roast Of Mario]]&lt;br /&gt;
| Port of a short Mario clip from the internet.&lt;br /&gt;
| Chadrcheze&lt;br /&gt;
|-&lt;br /&gt;
| [[SCDS1 Pokemon Cheat]]&lt;br /&gt;
| A .scc Pokemon diamond Action Replay cheats for Supercard DS.&lt;br /&gt;
| -=M*C=-&lt;br /&gt;
|-&lt;br /&gt;
| [[Scrabble Assistant DS]]&lt;br /&gt;
| Assist players using the board version of Scrabble game.&lt;br /&gt;
| Nicolas Pillot&lt;br /&gt;
|-&lt;br /&gt;
| [[SDepS]]&lt;br /&gt;
| A pedometer for the Nintendo DS.&lt;br /&gt;
| Tobiasbp&lt;br /&gt;
|-&lt;br /&gt;
| [[SEDS(sprite editor)]]&lt;br /&gt;
| Small drawing and animation tool.&lt;br /&gt;
| PypeBros&lt;br /&gt;
|-&lt;br /&gt;
| [[Simple Diagnosis]]&lt;br /&gt;
| Use it to see if DS needs a new rubber pad or fixes.&lt;br /&gt;
| Kiaku&lt;br /&gt;
|-&lt;br /&gt;
| [[SK8 Dice]]&lt;br /&gt;
| Port of the skating dice game which based on real dices for skaters.&lt;br /&gt;
| Amchacon&lt;br /&gt;
|-&lt;br /&gt;
| [[SkinSelcter]]&lt;br /&gt;
| Swap between multi-skins loaded on DS (for DSTT and YS menu).&lt;br /&gt;
| Tora Software&lt;br /&gt;
|-&lt;br /&gt;
| [[SkinUp]]&lt;br /&gt;
| Manage and upgrade skin&#039;s archive directly from Nintendo DS (Supercard DS One only).&lt;br /&gt;
| .:Mik:.&lt;br /&gt;
|-&lt;br /&gt;
| [[Sleeper Killer]]&lt;br /&gt;
| An alarm clock with special features.&lt;br /&gt;
| Mastertop101&lt;br /&gt;
|-&lt;br /&gt;
| [[Somebodys Watching Me]]&lt;br /&gt;
| Video of &amp;quot;Somebody&#039;s Watching Me&amp;quot; by R&amp;amp;B artist Rockwell.&lt;br /&gt;
| Rockleeace&lt;br /&gt;
|-&lt;br /&gt;
| [[South Africa World Cup 2010 DS Manager]]&lt;br /&gt;
| Manage the schedule and results of your favorite teams from World Cup.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[Stoppuhr DS]]&lt;br /&gt;
| A stopwatch with a little lapcomputer.&lt;br /&gt;
| Roman Adler&lt;br /&gt;
|-&lt;br /&gt;
| [[Stopwatch DS]]&lt;br /&gt;
| Stopwatch for DS.&lt;br /&gt;
| Foxi4&lt;br /&gt;
|-&lt;br /&gt;
| [[StopwatchDS]]&lt;br /&gt;
| Basic stop watch application based on Timer Demo by Chris Liu.&lt;br /&gt;
| Syntech&lt;br /&gt;
|-&lt;br /&gt;
| [[Super Alarm]]&lt;br /&gt;
| Alarm clock with Super Mario World scenarios.&lt;br /&gt;
| Emov2k4&lt;br /&gt;
|-&lt;br /&gt;
| [[Sudoku Solver]]&lt;br /&gt;
| An application that solve Sudoku puzzle.&lt;br /&gt;
| Krupkat&lt;br /&gt;
|-&lt;br /&gt;
| [[Sudoky]]&lt;br /&gt;
| Sudoku puzzles solver.&lt;br /&gt;
| Bobiwan&lt;br /&gt;
|-&lt;br /&gt;
| [[SuitekiDS]]&lt;br /&gt;
| Spanish-Japanese and English-Japanese dictionaries.&lt;br /&gt;
| Hispadic&lt;br /&gt;
|-&lt;br /&gt;
| [[Super Cutre Botons]]&lt;br /&gt;
| Buttons tester.&lt;br /&gt;
| Salsaman&lt;br /&gt;
|-&lt;br /&gt;
| [[SutraDS]]&lt;br /&gt;
| Portable kamasutra guide.&lt;br /&gt;
| Cid2mizard &lt;br /&gt;
|-&lt;br /&gt;
| [[SystemTest]]&lt;br /&gt;
| Able to see the language, time, color and more.&lt;br /&gt;
| Playallday&lt;br /&gt;
|-&lt;br /&gt;
| [[Table Sixty-Nine]]&lt;br /&gt;
| Find out if you are seated at table #69 in any radix. &lt;br /&gt;
| Chris&lt;br /&gt;
|-&lt;br /&gt;
| [[TapSpeedTest]]&lt;br /&gt;
| A model on how fast an average (trained) user can tap up a given button combination. &lt;br /&gt;
| Ant6n&lt;br /&gt;
|-&lt;br /&gt;
| [[TAUNT DS]]&lt;br /&gt;
| Send &amp;quot;taunts&amp;quot; to another DS via wifi.&lt;br /&gt;
| Cid2mizard&lt;br /&gt;
|-&lt;br /&gt;
| [[TelecranDS]]&lt;br /&gt;
| An adaptation of telecran.&lt;br /&gt;
| Oxo&lt;br /&gt;
|-&lt;br /&gt;
| [[Telesketch]]&lt;br /&gt;
| Pixel by pixel painter.&lt;br /&gt;
| Raultecnologia&lt;br /&gt;
|-&lt;br /&gt;
| [[The Magic Counter]]&lt;br /&gt;
| An application for the card game Magic The Gathering. &lt;br /&gt;
| 4n4bol&lt;br /&gt;
|-&lt;br /&gt;
| [[The Stiff Man X: The Parcel]]&lt;br /&gt;
| Download the latest news and competitions through a server.&lt;br /&gt;
| StudioPlatinum&lt;br /&gt;
|-&lt;br /&gt;
| [[ThreaDS]]&lt;br /&gt;
| A thread library for DS.&lt;br /&gt;
| Spaghetti DSDev&lt;br /&gt;
|-&lt;br /&gt;
| [[Tirada2]]&lt;br /&gt;
| Dice roller.&lt;br /&gt;
| Aguilera_87&lt;br /&gt;
|-&lt;br /&gt;
| [[Tiri]]&lt;br /&gt;
| A typing Siri for DS.&lt;br /&gt;
| EyKcir&lt;br /&gt;
|-&lt;br /&gt;
| [[Touch Test]]&lt;br /&gt;
| Find bad areas of NDS touch screen.&lt;br /&gt;
| Unknown&lt;br /&gt;
|-&lt;br /&gt;
| [[TouchTest DS]]&lt;br /&gt;
| Help diagnose the touchscreen.&lt;br /&gt;
| Briankealing&lt;br /&gt;
|-&lt;br /&gt;
| [[Treasures of Gaia]]&lt;br /&gt;
| View the entire earth on DS via Google Maps.&lt;br /&gt;
| Stravingo&lt;br /&gt;
|-&lt;br /&gt;
| [[TwitOnly]]&lt;br /&gt;
| Japanese Twitter application.&lt;br /&gt;
| Momoonga&lt;br /&gt;
|-&lt;br /&gt;
| [[UAPaint]]&lt;br /&gt;
| Drawing application.&lt;br /&gt;
| BassAceGold&lt;br /&gt;
|-&lt;br /&gt;
| [[Ultimate Dog Tease]]&lt;br /&gt;
| Port of one of the most viewed videos on Youtube.&lt;br /&gt;
| Klaatu42 (from Youtube)&lt;br /&gt;
|-&lt;br /&gt;
| [[Uptime DS]]&lt;br /&gt;
| Test energy-consumption of different cards and batteries.&lt;br /&gt;
| Freemaan&lt;br /&gt;
|-&lt;br /&gt;
| [[UsrCheatUp]]&lt;br /&gt;
| Update cheats from DS through Wi-Fi.&lt;br /&gt;
| Giovanni &lt;br /&gt;
|-&lt;br /&gt;
| [[VibratorDS]]&lt;br /&gt;
| A vibrator for the Nintendo DS. &lt;br /&gt;
| Nehrem&lt;br /&gt;
|-&lt;br /&gt;
| [[VoiceAlarmClock]]&lt;br /&gt;
| Alarm clock with own recorded voice.&lt;br /&gt;
| Master Sonic&lt;br /&gt;
|-&lt;br /&gt;
| [[Vortex Generator]]&lt;br /&gt;
| Generate visual effects.&lt;br /&gt;
| Dantheman&lt;br /&gt;
|-&lt;br /&gt;
| [[Walkie-Talkie]]&lt;br /&gt;
| Walkie-Talkie for the DS.&lt;br /&gt;
| Ericgies&lt;br /&gt;
|-&lt;br /&gt;
| [[Wallpaper]]&lt;br /&gt;
| Learn polish.&lt;br /&gt;
| Tigro&lt;br /&gt;
|-&lt;br /&gt;
| [[Wecker DS]]&lt;br /&gt;
| Alarm clock with an mp3 file.&lt;br /&gt;
| MystBoy&lt;br /&gt;
|-&lt;br /&gt;
| [[Wildlife Greenhouse]]&lt;br /&gt;
| Guide for camper with variety of edible plants.&lt;br /&gt;
| SimplexProductions&lt;br /&gt;
|-&lt;br /&gt;
| [[Woctochat]]&lt;br /&gt;
| Chatting App for the DS.&lt;br /&gt;
| Acceuil&lt;br /&gt;
|-&lt;br /&gt;
| [[Yahoo Messenger]]&lt;br /&gt;
| A Yahoo Messenger client.&lt;br /&gt;
| Atomsoft &lt;br /&gt;
|-&lt;br /&gt;
| [[Zatmar paint]]&lt;br /&gt;
| Based on Paint from Windows.&lt;br /&gt;
| Zatmar&lt;br /&gt;
|-&lt;br /&gt;
| [[Zelda The Six Sages]]&lt;br /&gt;
| Zelda animation simulator.&lt;br /&gt;
| JUDELCO&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
[[Category:Homebrew applications| ]]&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
	<entry>
		<id>https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=14623</id>
		<title>TWiLight Menu++</title>
		<link rel="alternate" type="text/html" href="https://www.gamebrew.org/index.php?title=TWiLight_Menu%2B%2B&amp;diff=14623"/>
		<updated>2026-07-18T16:52:30Z</updated>

		<summary type="html">&lt;p&gt;Pk11: Pk11 moved page SRLoader to TWiLight Menu++: SRLoader was renamed to TWiLight Menu++ a while ago&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title       = TWiLight Menu++&lt;br /&gt;
| image       = [[image:srloader.jpg|250px]]&lt;br /&gt;
| type        = Homebrew Loaders&lt;br /&gt;
| version     = v12.0.0&lt;br /&gt;
| licence     = MIT&lt;br /&gt;
| author      = RocketRobz&lt;br /&gt;
| website     = https://github.com/DS-Homebrew/TWiLightMenu&lt;br /&gt;
| download    = https://github.com/DS-Homebrew/TWiLightMenu/releases/download/v12.0.0/TWiLightMenu.7z&lt;br /&gt;
| source      = https://github.com/DS-Homebrew/TWiLightMenu&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
TWiLight Menu++, or TWLMenu++ for short, is a frontend for nds-bootstrap, for DS, DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
[[File:Widescreen comparison.jpg|thumb|right|Super Mario 64 DS being run in multiplayer via [[nds-bootstrap]] on DSi and 3DS, with the 3DS running in widescreen.]]&lt;br /&gt;
&lt;br /&gt;
* Launch DS(i) ROMs from the SD card and/or flashcard, via [[nds-bootstrap]] (comes included with the app)!&lt;br /&gt;
* For flashcards, the flashcard kernel/firmware can optionally be used to boot the games.&lt;br /&gt;
* Automatic on-the-fly AP-patching! Drag and drop your ROMs onto the SD card, and play, without any additional steps!&lt;br /&gt;
** The included AP-patches are loaded for a specific game, by nds-bootstrap, and the patching is done in RAM, leaving your original ROM untouched.&lt;br /&gt;
* Bring the DSi Menu to your DS Phat/lite, by putting TWLMenu++ on a flashcard!&lt;br /&gt;
* First DS flashcard UI to show animated icons from DSi-Enhanced, DSi-Exclusive, and DSiWare games!&lt;br /&gt;
* For DSi/3DS/2DS users: Overclock your DS games to 133mhz, faster than normal DS clock speed of 67mhz!&lt;br /&gt;
* For DSi/3DS/2DS users: Change sound frequency from 32kHz to 48kHz for higher sound quality!&lt;br /&gt;
* Directly access the following flashcards&#039; microSD cards, and switch to and from there anytime!&lt;br /&gt;
** Acekard 2i (Games cannot be booted)&lt;br /&gt;
** R4 Ultra (regular, not R4i) (r4ultra.com)&lt;br /&gt;
* Set the language to your preference.&lt;br /&gt;
* Run the last played ROM on TWiLight Menu++ startup.&lt;br /&gt;
* Play retro games from these consoles:&lt;br /&gt;
** (Super) GameBoy (Color), via GameYob&lt;br /&gt;
** NES/Famicom, via nesDS&lt;br /&gt;
** Sega Master System/Game Gear, via S8DS&lt;br /&gt;
** Sega MegaDrive/Genesis, via jEnesisDS&lt;br /&gt;
** Super Nintendo/Famicom, via SNEmulDS&lt;br /&gt;
* 3DS/2DS users: Play DS games in 16:10 widescreen! Not all games will work with this feature.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Non-CFW DSi/3DS/2DS users (Not recommended)===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# Launch your exploted DSiWare game, and TWiLight Menu++ will load!&lt;br /&gt;
&#039;&#039;&#039;NOTE for DSi users:&#039;&#039;&#039; If you&#039;re using exploits such as Memory Pit, ugopwn, Flipnote Lenny, or 4swordshax to boot TWiLight Menu++ some DS ROMs will not play sound properly.&lt;br /&gt;
&lt;br /&gt;
The following DSiWare exploits are compatible with nds-bootstrap without CFW:&lt;br /&gt;
* sudokuhax (uses GenericTWLPayload)&lt;br /&gt;
* fieldrunnerhax (uses GenericTWLPayload)&lt;br /&gt;
* grtpwn (uses GenericTWLPayload)&lt;br /&gt;
* ugopwn/Flipnote Lenny (only for v0.11.0 and v0.11.2)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===DSi users with Unlaunch and/or HiyaCFW===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Extract what&#039;s in &amp;quot;DSi - CFW users/SDNAND root&amp;quot; to the root of your SD card.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# (Unlaunch users) In Unlaunch menu, go to options, and set the &amp;quot;No button&amp;quot; option to &amp;quot;TWLMENUPP&amp;quot;.&lt;br /&gt;
# Launch TWiLight Menu++!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===CFW 3DS users, via Updater===&lt;br /&gt;
# Use [[FBI]] to install the [[TWiLight Menu++ Updater]]. You can download it [https://github.com/RocketRobz/TWiLightMenu-Updater/releases here], or with this [https://gbatemp.b-cdn.net/attachments/twlmupdater-qrcode-png.187568/ QR code].&lt;br /&gt;
# Launch the updater.&lt;br /&gt;
# Touch Release next to TWL Menu++. Extraction may take a while.&lt;br /&gt;
# Do Step 3 again, but for nds-bootstrap.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===CFW 3DS users, manual method===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;DSi&amp;amp;3DS - SD card users&amp;quot; folder, to the SD Card root.&lt;br /&gt;
# Extract the .cia files from the &amp;quot;3DS - CFW users&amp;quot; folder, to anywhere on the SD Card.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your SD card.&lt;br /&gt;
# Install the .cia files you extracted. &amp;lt;br&amp;gt; &#039;&#039;&#039;NOTE:&#039;&#039;&#039; If you&#039;re using EmuNAND, then install them to SysNAND as well.&lt;br /&gt;
# Launch TWiLight Menu++!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Flashcard users===&lt;br /&gt;
# In the 7z file, extract the &amp;quot;_nds&amp;quot; folder from both the 7z root and the &amp;quot;Flashcard users&amp;quot; folder, to the flashcard&#039;s microSD card root. Merge folders, when asked to.&lt;br /&gt;
# Extract the &amp;quot;boot.nds&amp;quot; file from the &amp;quot;Flashcard users&amp;quot; folder, to the flashcard&#039;s microSD card root.&lt;br /&gt;
# Put .gb/.gba/.gbc/.gen/.gg/.nes/.nds/.sms/.smc/.sfc ROMs anywhere on your flashcard&#039;s microSD card.&lt;br /&gt;
# (Optional) Using your flashcard firmware to load retail/commercial ROMs instead of nds-bootstrap.&lt;br /&gt;
## Download a pack for your flashcard (skip to step 4, if your flashcard is not listed):&lt;br /&gt;
##* [[Media:DS Game Forwarder pack (R4iDSN, R4i Gold RTS, R4 Ultra).7z|R4iDSN/R4 Ultra]]&lt;br /&gt;
##* [[Media:DS Game Forwarder pack (SC DSTWO).7z|SuperCard DSTWO]]&lt;br /&gt;
## Extract what&#039;s in &amp;quot;for Slot-1 microSD&amp;quot; to the root of the flashcard&#039;s microSD card.&lt;br /&gt;
## After this and setting up TWiLight Menu++ on your flashcard, set &amp;quot;Use nds-bootstrap&amp;quot; to &amp;quot;No&amp;quot; so the flashcard firmware will be used instead of nds-bootstrap.&lt;br /&gt;
# (Optional) Autobooting to TWiLight Menu++&lt;br /&gt;
#* Extract what&#039;s in &amp;quot;Flashcard users/Autoboot/(your flashcard)&amp;quot; to the root of the flashcard&#039;s microSD card. (Skip this, if you don&#039;t see your flashcard.)&lt;br /&gt;
# You&#039;re good to go! Launch your flashcard, and TWiLight Menu++ will load! (Load &amp;quot;boot.nds&amp;quot;, if you&#039;re in the regular flashcard menu, or if autobooting doesn&#039;t work.)&lt;br /&gt;
* You can also set your preferred sound/mic frequency, if you&#039;re using a DSi, 3DS, or 2DS.&lt;br /&gt;
* If you want to use TWL clock speed and/or VRAM boost on your flashcard games, launch your flashcard using TWiLight Menu++ on the console&#039;s SD card, with the &amp;quot;SCFG access in Slot-1&amp;quot; setting turned on.&lt;br /&gt;
&lt;br /&gt;
==Video demonstration==&lt;br /&gt;
&amp;lt;youtube&amp;gt;fc9-TtALeA8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: In this video, loading speed is slower than the current nds-bootstrap version.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
===DSi, 3DS, and SEGA Saturn themes===&lt;br /&gt;
* Left/Right: Select a game/app&lt;br /&gt;
* A/START: Launch game/app&lt;br /&gt;
* B: Go up one directory&lt;br /&gt;
* L/R: Switch pages&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* X: Delete/hide game&lt;br /&gt;
* (DSi/Saturn theme) SELECT: DS Classic menu&lt;br /&gt;
** (Where TWLMenu++ Settings, the Slot-1 game, and the last ran game can be accessed)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===R4 theme===&lt;br /&gt;
&#039;&#039;On R4 theme main menu:&#039;&#039;&lt;br /&gt;
* Left/Right: Select game list, lanch Slot-1, or launch GBARunner2&lt;br /&gt;
* A: Open game list, launch Slot-1, or launch GBARunner2&lt;br /&gt;
* START/SELECT: Open TWLMenu++ Settings&lt;br /&gt;
&#039;&#039;In game list:&#039;&#039;&lt;br /&gt;
* Up/Down: Select a game/app&lt;br /&gt;
* A: Launch game/app&lt;br /&gt;
* B: Go up one directory&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* X: Delete/hide game&lt;br /&gt;
* START: Return to R4 theme main menu&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Acekard theme===&lt;br /&gt;
* Up/Down: Select a game/app&lt;br /&gt;
* A: Launch game/app&lt;br /&gt;
* B/L: Go up one directory&lt;br /&gt;
* Y: Per-game settings&lt;br /&gt;
** X: Cheat menu&lt;br /&gt;
* START: Options menu&lt;br /&gt;
* SELECT: Change list mode&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===With CFW: DS ROMs on SD/carts===&lt;br /&gt;
* L+R+DOWN+B for 2 seconds: Return to TWiLight Menu++.&lt;br /&gt;
** (If using an o3DS, then it does not work on all models)&lt;br /&gt;
&lt;br /&gt;
For DS game compatibility, please check this list:&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/edit?usp=sharing List of games that work from SD Card]&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: (3DS users) This is a DS(i) emulator, right?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: No, this is not an emulator. The menu and DS games (loaded via nds-bootstrap) are ran natively in the console&#039;s DS/DSi mode.&amp;lt;br&amp;gt;&lt;br /&gt;
The only consoles emulated are NES, Sega MS/GG, GB(C), Sega Gen/MD, SNES, and GBA (but partially, as some parts (such as graphics) are ran natively).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: After installing the TWiLight Menu++ CIAs, I don&#039;t see the app on the 3DS HOME Menu. How can I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Reboot the console.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Why is my 3DS/2DS stuck on black screen when launching TWiLight Menu++? Why is my 3DS/2DS powering off when launching TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: TWL_FIRM might&#039;ve somehow got corrupted.&amp;lt;br&amp;gt;&lt;br /&gt;
Follow this guide to fix the issue: [https://3ds.hacks.guide/troubleshooting#dsi--ds-functionality-is-broken-after-completing-the-guide DSi / DS functionality is broken after completing the guide]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: I followed all the steps on how to play in widescreen, but the supported games are still running in 4:3, but with glitchiness on the right side. How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Try re-downloading the patcher, and run &amp;quot;wide.bat&amp;quot; again, and copy the remade/updated .cxi file to &amp;quot;sd:/_nds/TWiLightMenu/TwlBg/&amp;quot;, and rename it to &amp;quot;Widescreen.cxi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: I followed all the steps on how to play in widescreen, but the supported games are still running in 4:3, but with hex numbers on the right side. How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: You did not make and/or run &amp;quot;wide.bat&amp;quot;. Please do that, and then copy the remade/updated .cxi file to &amp;quot;sd:/_nds/TWiLightMenu/TwlBg/&amp;quot;, and rename it to &amp;quot;Widescreen.cxi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: After launching a game in widescreen, the TWLMenu++ GUI is stretched in the top screen! How do I fix this?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: In FBI, delete both TWiLight Menu++ titles (in purple text) in the title list, then install both the latest TWLMenu++ CIAs.&amp;lt;br&amp;gt;&lt;br /&gt;
Back in the title list, launch &amp;quot;TWiLight Menu++ Last-ran ROM&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn&#039;t fix it, delete &amp;quot;TwlBg.cxi&amp;quot; at &amp;quot;sd:/luma/sysmodules/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: How do I get past Luma&#039;s exception screen when trying to soft-reset the game, or return to TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Enable game patching in Luma settings, or update Luma to v10.0 (or later).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: How do I fix TWiLight Menu++ restarting when launching a game? How do I fix TWiLight Menu++ giving a Guru Meditation Error when launching a game?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A: Go into TWLMenu++ Settings, and disable &amp;quot;Update recently played list&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Can The Biggest Loser boot TWiLight Menu++?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q: Why do I get a white screen when trying to load a game from SD Card, and how do I fix it?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A1: You&#039;re using an incompatible DSiWare exploit. It should use GenericTWLPayload for DS ROMs to work.&lt;br /&gt;
&lt;br /&gt;
A2: nds-bootstrap shrinks the heap to fit it&#039;s own code for arm9, into cached memory. Shrinking the heap breaks some games.&amp;lt;br&amp;gt;&lt;br /&gt;
To disable heap shrink, hold L immediately after pressing A/START to launch the game.&lt;br /&gt;
&lt;br /&gt;
A3: Please note that not all games work from SD Card yet. Check the list above.&amp;lt;br&amp;gt;&lt;br /&gt;
If it&#039;s listed as compatible, try again.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re a DSi user, Please check the LED set in TWiLight Menu++ settings.&lt;br /&gt;
* WiFi/Camera: If it&#039;s on, that means it&#039;s loading from the ROM. If it&#039;s off for a while, and the screen is still white, that means the game is unsupported.&lt;br /&gt;
* Power: If it&#039;s purple, that means it&#039;s loading from the ROM. If it&#039;s blue (or red) for a while, and the screen is still white, that means the game is unsupported.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
===Main Developers===&lt;br /&gt;
* [https://github.com/RocketRobz RocketRobz]: Lead Developer, implementing the auto-reset power button function used in NTR-mode.&lt;br /&gt;
* [https://github.com/chyyran chyyran]: Porting the akMenu/Wood UI to TWiLight Menu++ &amp;amp; adding the ability to load sub-themes off the SD card for DSi/3DS themes.&lt;br /&gt;
* [https://github.com/Epicpkmn11 Pk11]: Adding the ability to load sub-themes off the SD card for the R4 theme.&lt;br /&gt;
===App Launchers===&lt;br /&gt;
* [https://github.com/ahezard ahezard] &amp;amp; [https://github.com/shutterbug2000 shutterbug2000]: [[nds-bootstrap]] (used to launch Nintendo DS ROMs off the SD card), and NDMA SD read code.&lt;br /&gt;
* [https://github.com/Drenn1 Drenn]: [[GameYob]] (used to launch Gameboy ROMs)&lt;br /&gt;
* [https://coto88.bitbucket.io/ Coto]: Working on [[SNEmulDS]] with acheid/Loopy (used to launch SNES ROMs) &amp;amp; [[nesDS]] ([https://github.com/ApacheThunder/NesDS TWL Edition] by [https://github.com/ApacheThunder Apache Thunder]) (used to launch NES ROMs).&lt;br /&gt;
* Lordus: [[jEnesisDS]] (used to launch Sega Mega Drive/Genesis ROMs)&lt;br /&gt;
* [https://github.com/Gericom Gericom]: [[GBARunner2]] (used to load GameBoy Advance ROMs)&lt;br /&gt;
* [https://gbatemp.net/members/flubba.19963/ FluBBa]: [[S8DS]] (used to launch Sega Master System/Game Gear ROMs)&lt;br /&gt;
===Graphics &amp;amp; Themes===&lt;br /&gt;
* [https://gbatemp.net/members/spinal_cord.90607/ spinal_cord]: [[DSi4DS]] and [[DSision2]] graphics.&lt;br /&gt;
* [https://www.deviantart.com/starvingartist/ StarvingArtist]: Game Console icons.&lt;br /&gt;
* [https://github.com/FlameKat53 FlameKat53]: Manual icon for DSi theme&#039;s `SELECT` menu.&lt;br /&gt;
===Others===&lt;br /&gt;
* [https://github.com/profi200 profi200]: Improved SD code from fastboot3DS.&lt;br /&gt;
* [https://github.com/devkitPro devkitPro]: Code used in [[nds-hb-menu]], and the use of the bootloader, [[devkitARM]], [[libnds]], and [[libfat]].&lt;br /&gt;
* Another World and Yellow Wood Goblin: The original akMenu/[[Wood Firmwares|Wood]] UI.&lt;br /&gt;
* [https://github.com/NightYoshi370 NightYoshi370]: Code cleanup&lt;/div&gt;</summary>
		<author><name>Pk11</name></author>
	</entry>
</feed>