<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.3dbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stalkid64</id>
	<title>3dbrew - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.3dbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stalkid64"/>
	<link rel="alternate" type="text/html" href="https://www.3dbrew.org/wiki/Special:Contributions/Stalkid64"/>
	<updated>2026-04-06T23:13:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=797</id>
		<title>Talk:Title list</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=797"/>
		<updated>2011-06-16T13:39:03Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=796</id>
		<title>User:Stalkid64</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=796"/>
		<updated>2011-06-16T13:36:19Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Internet_Browser&amp;diff=760</id>
		<title>Internet Browser</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Internet_Browser&amp;diff=760"/>
		<updated>2011-06-13T16:37:38Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS Internet Browser was added in the June 2011 Update for JPN/EUR/USA.&lt;br /&gt;
&lt;br /&gt;
From the Internet Browser help section:&lt;br /&gt;
In compliance with the LGPL, the source code of the OSS is available via the Nintendo website.&lt;br /&gt;
This source code can be downloaded here:&lt;br /&gt;
[http://mediacontent.nintendo-europe.com/NOE/images/service/OpenSources.zip]&lt;br /&gt;
&lt;br /&gt;
The 3D Internet Browser is [http://en.wikipedia.org/wiki/Netfront Netfront] Browser NX v1.0 based on [http://en.wikipedia.org/wiki/WebKit WebKit] engine.&lt;br /&gt;
&lt;br /&gt;
User-agent is : &#039;&#039;&#039;Mozilla/5.0 (Nintendo 3DS; U; ; fr) Version/1.7412.EU&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;for a EUR/fr Nintendo 3DS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Web Standards==&lt;br /&gt;
*HTML 4.01&lt;br /&gt;
*HTML 5 (101/400 score on [http://www.html5test.com HTML5Test.com])&lt;br /&gt;
*XHTML 1.1&lt;br /&gt;
*CSS 1&lt;br /&gt;
*CSS 2.1&lt;br /&gt;
*CSS 3 (some functionality is unavailable)&lt;br /&gt;
*DOM Levels 1-3&lt;br /&gt;
*ECMAScript&lt;br /&gt;
*XMLHttpRequest&lt;br /&gt;
*Canvas Element (some functionality is unavailable)&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
*HTTP 1.0&lt;br /&gt;
*HTTP 1.1&lt;br /&gt;
*SSLv3&lt;br /&gt;
*TLS 1.0&lt;br /&gt;
&lt;br /&gt;
==Image Formats==&lt;br /&gt;
*[[File_Formats|MPO]]&lt;br /&gt;
*GIF&lt;br /&gt;
*JPEG&lt;br /&gt;
*PNG&lt;br /&gt;
*BMP&lt;br /&gt;
*ICO (some files cannot be displayed)&lt;br /&gt;
&lt;br /&gt;
==Plug-Ins==&lt;br /&gt;
&lt;br /&gt;
Plug-ins (such as Adobe Flash) are not supported.&lt;br /&gt;
&lt;br /&gt;
==Other details==&lt;br /&gt;
&lt;br /&gt;
*It scored 90/100 on [http://acid3.acidtests.org/ Acid3] test&lt;br /&gt;
*Images from the Internet can be saved to the [[SD Filesystem|SD Card]] and viewed using the [[Nintendo 3DS Camera]] application.&lt;br /&gt;
*Images saved to an [[SD Filesystem|SD Card]] or to the Nintendo 3DS system memory can be uploaded to blogs or other sites that allow the uploading of photos using :&lt;br /&gt;
 &amp;lt;input type=&amp;quot;file&amp;quot; /&amp;gt;&lt;br /&gt;
* HTML5Test.com say that Drag and drop is supported but it&#039;s not (code on WebKit is ready, but it&#039;s not implemented on interface of browser)&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
=== Detect User Agent ===&lt;br /&gt;
&lt;br /&gt;
To detect if the user agent is Nintendo 3DS Browser :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
      window.onload=function() &lt;br /&gt;
      {&lt;br /&gt;
          if (navigator.userAgent.indexOf(&#039;Nintendo 3DS&#039;) == -1) //If the UserAgent is not &amp;quot;Nintendo 3DS&amp;quot;&lt;br /&gt;
          {&lt;br /&gt;
                location.replace(&#039;http://www.3dbrew.org&#039;); //Redirect to an other page&lt;br /&gt;
          }&lt;br /&gt;
      }&lt;br /&gt;
 &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Key Codes ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;20%&amp;quot;&lt;br /&gt;
! Code !! Button &lt;br /&gt;
|-&lt;br /&gt;
| 13 || A&lt;br /&gt;
|-&lt;br /&gt;
| 37 || Left&lt;br /&gt;
|-&lt;br /&gt;
| 38 || Up&lt;br /&gt;
|-&lt;br /&gt;
| 39 || Right&lt;br /&gt;
|-&lt;br /&gt;
| 40 || Down&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Screen Resolution ==&lt;br /&gt;
&lt;br /&gt;
The up screen resolution is 400×240. However, the viewable area in the browser is only &amp;lt;b&amp;gt;400×220&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The touch screen resolution is 320×240. However, the viewable area in the browser is only &amp;lt;b&amp;gt;320×212&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can have a page span both screens. However, the browser will behave as if the bottom screen is the only active screen and the top screen is scrolled off. This is important when computing CSS coordinates. Items positioned from &amp;quot;bottom&amp;quot; will be positioned based on 220px and not the full 432px of both screens.&lt;br /&gt;
&lt;br /&gt;
== Using Both Screens ==&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how your webpage can span both screens:&lt;br /&gt;
&lt;br /&gt;
# Ensure that your page takes up exactly 320x432 pixels.&lt;br /&gt;
# Add the following JavaScript just before the &amp;lt;/body&amp;gt; tag:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script&amp;gt;document.body.scrollTop = 220;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generally the easiest way to accomplish the correct layout is to create HTML elements that &amp;quot;contain&amp;quot; the top and bottom screens. Here&#039;s an example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;html&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;&lt;br /&gt;
     &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=320&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;style&amp;gt;&lt;br /&gt;
       body { margin: 0px; }&lt;br /&gt;
       #topscreen { width: 320px; height: 220px; overflow: hidden; }&lt;br /&gt;
       #bottomscreen { width: 320px; height: 212px; overflow: hidden; }&lt;br /&gt;
     &amp;lt;/style&amp;gt;&lt;br /&gt;
   &amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;amp;lt;div id=&amp;quot;topscreen&amp;quot;&amp;gt;Top Screen&amp;amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;amp;lt;div id=&amp;quot;bottomscreen&amp;quot;&amp;gt;Bottom Screen&amp;amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This scheme allows the page to be easily manipulated through JavaScript.&lt;br /&gt;
&lt;br /&gt;
==Example Sites==&lt;br /&gt;
&amp;lt;!-- If you have a website that demonstrates these techniques, place it here! --&amp;gt;&lt;br /&gt;
* [http://geekshadow.com/gaming/dev/weaponscolors/3DS/ Weapons and Colors] (Short URL for 3DS : http://bit.ly/3DSwc)&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=752</id>
		<title>Talk:Title list</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=752"/>
		<updated>2011-06-12T12:18:05Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can anyone adding titles to the list try to keep them in hex order (as previous pages), with country tag on end of file (again as previous pages)? Cheers --Stalkid64.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You missed the region &amp;quot;Japan.&amp;quot;&lt;br /&gt;
It is prefered to write ”JPN” to ”JP” or &amp;quot;JAP&amp;quot;.&lt;br /&gt;
&amp;quot;JAP&amp;quot; has very bad mening.&lt;br /&gt;
We must write &amp;quot;JPN&amp;quot; to deliver right infomation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I was going on the prevailing usage of &amp;quot;JP&amp;quot; as that was what existed in the lists at the time. I didn&#039;t add those myself, just reordered what was there. --Stalkid64.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=734</id>
		<title>Talk:Title list</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:Title_list&amp;diff=734"/>
		<updated>2011-06-10T19:25:10Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Note on assumed guideline style for entering new titles.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can anyone adding titles to the list try to keep them in hex order (as previous pages), with country tag on end of file (again as previous pages)? Cheers --Stalkid64.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Title_list&amp;diff=733</id>
		<title>Title list</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Title_list&amp;diff=733"/>
		<updated>2011-06-10T19:23:11Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Edited back into hex order, redid titles to conform to earlier style with country code at end.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nintendo 3DS utilizes a similar title-based organization as seen in the Wii and DSi platforms. The same [http://nus.cdn.c.shop.nintendowifi.net/ccs/download/ update server] is being used as was with the DSi, however a new common key has been introduced.&lt;br /&gt;
&lt;br /&gt;
The organization of Title IDs has not been documented fully yet.&lt;br /&gt;
&lt;br /&gt;
Here are some confirmed Title IDs (from the first update):&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 0004001000021000 v0, v1027&lt;br /&gt;
 0004001000021200 v0, v1026&lt;br /&gt;
 0004001000021700 v0, v1026&lt;br /&gt;
 0004001000021800 v0, v1027&lt;br /&gt;
 0004001000021900 v4 USA eShop&lt;br /&gt;
 0004001000021A00 v4 (added with [[2.0.0-2]])&lt;br /&gt;
 &lt;br /&gt;
 00040010-00024000 - USA Promotional video v0, 2048 (size of these video titles changed from 26MB to 131KB)&lt;br /&gt;
 00040010-00025000 - EUR Promotional video v0, 2048&lt;br /&gt;
 &lt;br /&gt;
 0004009B00010402 v0, v1024&lt;br /&gt;
 0004009B00010602 v2&lt;br /&gt;
 0004009B00012302 v1026&lt;br /&gt;
 0004009B00013302 v1024&lt;br /&gt;
 &lt;br /&gt;
 000400DB-00016102&lt;br /&gt;
 000400DB-00017102&lt;br /&gt;
 &lt;br /&gt;
 00040130-00001C02 - Firmware 02_1C v1040&lt;br /&gt;
 00040130-00002402 - Firmware 02_24 v1024&lt;br /&gt;
 00040130-00002D02 - Firmware 02_2D v1024&lt;br /&gt;
 00040130-00002E02 - Firmware 02_2E v1024&lt;br /&gt;
 00040130-00003402 - Firmware 02_34 v1024&lt;br /&gt;
 &lt;br /&gt;
 0004003000009202 v0, v1026&lt;br /&gt;
 0004003000009302 v0, v1026&lt;br /&gt;
 0004003000009402 v6&lt;br /&gt;
 0004003000009602 v0, v1026&lt;br /&gt;
 0004003000009702 v0, v1029&lt;br /&gt;
 000400300000C502 v0, v1026&lt;br /&gt;
 000400300000C802 v0, v1026&lt;br /&gt;
 000400300000CC02 v3&lt;br /&gt;
 &lt;br /&gt;
 0004013000008002 v0, v1028&lt;br /&gt;
 0004003000008A02 v0, v1025&lt;br /&gt;
 0004003000008F02 v0, v1027&lt;br /&gt;
 &lt;br /&gt;
 [[Home_Menu|00040138-00000002]] - Home Menu v1472&lt;br /&gt;
 0004013800000102 v432, v1489 &lt;br /&gt;
 &lt;br /&gt;
 00040010-00020400 [[Nintendo 3DS Camera]] (Available on NUS but not in SOAP response)&lt;br /&gt;
 00040010-00020500 [[Nintendo 3DS Sound]] (Available on NUS but not in SOAP response)&lt;br /&gt;
  &lt;br /&gt;
 0004800F484E4841 v0, v1026&lt;br /&gt;
 &lt;br /&gt;
 0004000000045c00 3D Classics Excitebike - JP&lt;br /&gt;
 0004000000054300 3D Classics Excitebike - USA&lt;br /&gt;
&lt;br /&gt;
 000400000005ad00 Parutena no Kagami E3 video - JP&lt;br /&gt;
 000400000005ae00 Kid Icarus Uprising E3 video - USA&lt;br /&gt;
 000400000005af00 Paper Mario E3 video - JP&lt;br /&gt;
 000400000005b000 Paper Mario E3 video - USA&lt;br /&gt;
 000400000005b100 Mario Kart E3 video - JP&lt;br /&gt;
 000400000005b200 Mario Kart E3 video - USA&lt;br /&gt;
 000400000005b300 Doubutsu no Mori E3 video - JP&lt;br /&gt;
 000400000005b400 Animal Crossing E3 video - USA&lt;br /&gt;
 000400000005b500 Luigi&#039;s Mansion 2 E3 video - JP&lt;br /&gt;
 000400000005b600 Luigi&#039;s Mansion 2 E3 video - USA&lt;br /&gt;
 000400000005b700 Zelda no Densetsu Toki no Ocarina 3D E3 video - JP&lt;br /&gt;
 000400000005b800 Zelda Ocarina of Time E3 video - USA&lt;br /&gt;
 000400000005b900 Super Mario E3 video - JP&lt;br /&gt;
 000400000005bb00 MGS Snake Eater 3D E3 video - JP&lt;br /&gt;
 000400000005bf00 Star Fox 64 3D E3 video - JP&lt;br /&gt;
 000400000005bd00 Biohazard Revelations E3 video - JP&lt;br /&gt;
 000400000005c000 Starfox 64 3D E3 video - USA&lt;br /&gt;
 000400000005ea00 Green Lantern 3D Trailer video - EUR&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=EShop&amp;diff=713</id>
		<title>EShop</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=EShop&amp;diff=713"/>
		<updated>2011-06-08T14:12:11Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nintendo 3DS eShop was added in the June 2011 Update for JP/EUR/USA.&lt;br /&gt;
&lt;br /&gt;
From here you can download Virtual Console games, 3D Classics, DSiware software, view screenshots and 3D trailers for upcoming 3DS titles.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=EShop&amp;diff=712</id>
		<title>EShop</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=EShop&amp;diff=712"/>
		<updated>2011-06-08T14:11:57Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Another basic page. Go go content filling!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nintendo 3DS eShop was added in the June 2011 Update for JP/EUR/USA.&lt;br /&gt;
From here you can download Virtual Console games, 3D Classics, DSiware software, view screenshots and 3D trailers for upcoming 3DS titles.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Internet_Browser&amp;diff=711</id>
		<title>Internet Browser</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Internet_Browser&amp;diff=711"/>
		<updated>2011-06-08T14:08:26Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Uberbasic info added - go nuts. But sensibly.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS Internet Browser was added in the June 2011 Update for JP/EUR/USA.&lt;br /&gt;
&lt;br /&gt;
From the Internet Browser help section:&lt;br /&gt;
In compliance with the LGPL, the source code of the OSS is available via the Nintendo website.&lt;br /&gt;
This source code can be downloaded here:&lt;br /&gt;
[http://mediacontent.nintendo-europe.com/NOE/images/service/OpenSources.zip]&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Nintendo_Software&amp;diff=710</id>
		<title>Nintendo Software</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Nintendo_Software&amp;diff=710"/>
		<updated>2011-06-08T14:03:58Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Added entries for eShop and Internet Browser&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Home Menu]]&lt;br /&gt;
*[[3D Video]]&lt;br /&gt;
*[[Activity Log]]&lt;br /&gt;
*[[AR Games]]&lt;br /&gt;
*[[Download Play]]&lt;br /&gt;
*[[eShop]]&lt;br /&gt;
*[[Face Raiders]]&lt;br /&gt;
*[[Friend List]]&lt;br /&gt;
*[[Game Notes]]&lt;br /&gt;
*[[Health &amp;amp; Safety Information]]&lt;br /&gt;
*[[Internet Browser]]&lt;br /&gt;
*[[Mii Maker]]&lt;br /&gt;
*[[Nintendo 3DS Camera]]&lt;br /&gt;
*[[Nintendo 3DS Sound]]&lt;br /&gt;
*[[Notifications]]&lt;br /&gt;
*[[SpotPass]]&lt;br /&gt;
*[[StreetPass]]&lt;br /&gt;
*[[StreetPass Mii Plaza]]&lt;br /&gt;
*[[System Settings]]&lt;br /&gt;
*[[System Transfer]]&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=709</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=709"/>
		<updated>2011-06-08T12:07:03Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos and images downloaded with the Internet Browser&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 0000008f - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000098 - eShop - EUR (Unconfirmed)&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000210 - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 00000219 - eShop USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 00000326 - Pokedex 3D - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder. &amp;quot;dbs&amp;quot; contains two files, import.db and title.db - usage currently unknown.&lt;br /&gt;
&lt;br /&gt;
 /title/00040000/ Contains eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (verified)&lt;br /&gt;
 00042a00 - Legend of Zelda - Link&#039;s Awakening - EUR&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (verified)&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
&lt;br /&gt;
 For more IDs, see the 00040000 titles on the [[Title_list]].&lt;br /&gt;
&lt;br /&gt;
The above title directories contain two dirs: content and data. content contains 00000000.tmd, .app files, and some cmd dir containing 00000001.cmd, all of which are encrypted with a console-unique key. The data dir contains 00000001.sav, this is the title&#039;s encrypted savegame. Although these saves look similar to FLASH savegames, these savegames use proper unique CTR for each AES block in the file, and the CTR properly changes for each savegame write.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=708</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=708"/>
		<updated>2011-06-08T11:53:44Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos and images downloaded with the Internet Browser&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 0000008f - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000098 - eShop - EUR&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000210 - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 00000219 - eShop USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 00000326 - Pokedex 3D - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder. &amp;quot;dbs&amp;quot; contains two files, import.db and title.db - usage currently unknown.&lt;br /&gt;
&lt;br /&gt;
 /title/00040000/ Contains eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (verified)&lt;br /&gt;
 00042a00 - Legend of Zelda - Link&#039;s Awakening - EUR&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (verified)&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
&lt;br /&gt;
 For more IDs, see the 00040000 titles on the [[Title_list]].&lt;br /&gt;
&lt;br /&gt;
The above title directories contain two dirs: content and data. content contains 00000000.tmd, .app files, and some cmd dir containing 00000001.cmd, all of which are encrypted with a console-unique key. The data dir contains 00000001.sav, this is the title&#039;s encrypted savegame. Although these saves look similar to FLASH savegames, these savegames use proper unique CTR for each AES block in the file, and the CTR properly changes for each savegame write.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=707</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=707"/>
		<updated>2011-06-08T11:49:14Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos and images downloaded with the Internet Browser&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 0000008f - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000098 - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management. (Possibly eshop - EUR. Needs confirmed.)&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000210 - Some [[2.0.0-2]] data, unknown doesn&#039;t appear in extdata management.&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 00000219 - eShop USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 00000326 - Pokedex 3D - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder. &amp;quot;dbs&amp;quot; contains two files, import.db and title.db - usage currently unknown.&lt;br /&gt;
&lt;br /&gt;
 /title/00040000/ Contains eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (verified)&lt;br /&gt;
 00042a00 - Legend of Zelda - Link&#039;s Awakening - EUR&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (verified)&lt;br /&gt;
 00054300 - 3D Classics Excitebike - USA&lt;br /&gt;
&lt;br /&gt;
 For more IDs, see the 00040000 titles on the [[Title_list]].&lt;br /&gt;
&lt;br /&gt;
The above title directories contain two dirs: content and data. content contains 00000000.tmd, .app files, and some cmd dir containing 00000001.cmd, all of which are encrypted with a console-unique key. The data dir contains 00000001.sav, this is the title&#039;s encrypted savegame. Although these saves look similar to FLASH savegames, these savegames use proper unique CTR for each AES block in the file, and the CTR properly changes for each savegame write.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=685</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=685"/>
		<updated>2011-06-07T13:58:42Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos and images downloaded with the Internet Browser&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder. &amp;quot;dbs&amp;quot; contains two files, import.db and title.db - usage currently unknown.&lt;br /&gt;
&lt;br /&gt;
 /title/00040000/ appears to contain eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (UNCONFIRMED)&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (UNCONFIRMED)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=684</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=684"/>
		<updated>2011-06-07T13:52:32Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos and images downloaded with the Internet Browser&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder.&lt;br /&gt;
&lt;br /&gt;
 title/00040000/ appears to contain eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (UNCONFIRMED)&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (UNCONFIRMED)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=683</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=683"/>
		<updated>2011-06-07T13:46:54Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder.&lt;br /&gt;
&lt;br /&gt;
 title/00040000/ appears to contain eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
 00054e00 - 3D Classics Excitebike - EUR (UNCONFIRMED)&lt;br /&gt;
 00032600 - Pokedex 3D - EUR (UNCONFIRMED)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=682</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=682"/>
		<updated>2011-06-07T13:42:55Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Attempting to keep up to date after June update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 00000207 - Mii Maker - JPN &lt;br /&gt;
 0000020d - Face Raiders - JPN&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
With the introduction of the June update the folder structure changed slightly. You will now find &amp;quot;dbs&amp;quot; and &amp;quot;title&amp;quot; folders located in  /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/ along with the extdata folder.&lt;br /&gt;
&lt;br /&gt;
title/00040000/ appears to contain eshop downloads (can someone verify these and add for different regions?):&lt;br /&gt;
&lt;br /&gt;
00054e00 - 3D Classics Excitebike - EUR (UNCONFIRMED)&lt;br /&gt;
00032600 - Pokedex 3D - EUR (UNCONFIRMED)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=583</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=583"/>
		<updated>2011-05-24T20:51:50Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: /* General Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===== General Questions =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Has the NAND been dumped?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes, NAND dumping has been successful, but the image is encrypted. And apparently, there is also a fake dump floating around that was uploaded to a certain fail site for April 1st.&lt;br /&gt;
&lt;br /&gt;
===== Contributions =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What can I do to help?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Try to keep information on this wiki up to date. Try to correct or clarify any unclear information. Try to document useful information about the Nintendo 3DS.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=582</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=582"/>
		<updated>2011-05-24T20:51:28Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: /* General Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===== General Questions =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Has the NAND been dumped?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Yes, NAND dumping has been successful, but the image is encrypted. And apparently, there is also a fake dump floating around that was uploaded to a certain #fail site for April 1st.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Contributions =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What can I do to help?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Try to keep information on this wiki up to date. Try to correct or clarify any unclear information. Try to document useful information about the Nintendo 3DS.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=565</id>
		<title>User:Stalkid64</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=565"/>
		<updated>2011-05-20T09:02:43Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I appear to be notorious and frequently recognised... Let&#039;s see, former Emutalk/emuhelp/Emulation64 addict, reviewer and &amp;quot;scene&amp;quot; member. xbox-scene member and one-time tutorial writer. PearPC tutorial writer. osx86 original &amp;quot;Twigletesque&amp;quot; tutorial writer, one of the founding members/Ops of the original #osx86 channel/wiki/osx86p****** staff, worked closely with JaS and co. I was the infamous`scene splitting truth-about-mashugly/swad post` architect (ahem). &lt;br /&gt;
&lt;br /&gt;
Most recently I was also a Wii HBC (non public) beta tester and writer of some documentation associated with it (misc website text and text files included with it.)... I hope I was of some use to them. ;)&lt;br /&gt;
&lt;br /&gt;
Oh and to kill off the joke which has had a ridiculously long life; THE JAPANESE &amp;quot;NAND DUMP&amp;quot; WAS A FAKE.&lt;br /&gt;
How can I be so sure? Someone generated and uploaded a bunch of junk data, and I was the one who posted it on gbafail for April Fool&#039;s day. And I got them all good. Mwu ha ha ha haaaaa. Ahem.&lt;br /&gt;
Besides, the NAND isn&#039;t 2GB.&lt;br /&gt;
If anyone is still stupid enough to believe it is real, direct them to me. I have a 50GB &amp;quot;Nintendo Sekret Project Cafe Development Tool&amp;quot; file for them too.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=564</id>
		<title>User:Stalkid64</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=564"/>
		<updated>2011-05-20T09:00:12Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I appear to be notorious and frequently recognised... Let&#039;s see, former Emutalk/emuhelp/Emulation64 addict,&lt;br /&gt;
&lt;br /&gt;
reviewer and &amp;quot;scene&amp;quot; member. &lt;br /&gt;
&lt;br /&gt;
xbox-scene member and one-time tutorial writer. PearPC tutorial writer.&lt;br /&gt;
&lt;br /&gt;
osx86 original tutorial writer, one of the founding members/Ops of the original #osx86 channel/wiki/osx86p****** staff, worked closely with JaS and co. I was the infamous`scene splitting truth-about-mashugly/swad post` architect (ahem). &lt;br /&gt;
&lt;br /&gt;
Most recently I was also a Wii HBC (non public) beta tester and writer of some documentation associated with it (misc website text and text files included with it.)... I hope I was of some use to them. ;)&lt;br /&gt;
Oh and to kill off the joke which has had a ridiculously long life; THE JAPANESE &amp;quot;NAND DUMP&amp;quot; WAS A FAKE.&lt;br /&gt;
How can I be so sure? Someone generated and uploaded a bunch of junk data, and I was the one who posted it on gbafail for April Fool&#039;s day. And I got them all good. Mwu ha ha ha haaaaa. Ahem.&lt;br /&gt;
Besides, the NAND isn&#039;t 2GB.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=563</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=563"/>
		<updated>2011-05-20T08:55:38Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Certainly a FAQ by now sadly.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What about that &amp;quot;Japanese NAND d...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039; ...Fake. No, no, just stop right there. It was a fake. Someone rar&#039;d up a bunch of random junk data and posted it to gbafail for April Fool&#039;s day. Fake.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q&#039;&#039;&#039; But but they said it was encrypted and Japanese how do YOU know it might have been r...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A&#039;&#039;&#039; ...No! Shut up. Fake. RANDOM. GARBAGE. DATA.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Games&amp;diff=508</id>
		<title>Games</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Games&amp;diff=508"/>
		<updated>2011-05-09T20:44:08Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Spelling fix/Alphabetical organisation (again.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a page to browse game title and data.&lt;br /&gt;
Feel free to write here.  &lt;br /&gt;
                                                                                  &lt;br /&gt;
The other way to use this page, is hacking with the data.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;32%&amp;quot; | Title&lt;br /&gt;
! width=&amp;quot;23%&amp;quot; | Serial&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; | EUR&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |USA&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |JPN&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |ROM Size&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |FLASH Size&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |FLASH ID&lt;br /&gt;
! width=&amp;quot;5%&amp;quot; |FLASH Chip #&lt;br /&gt;
! width=&amp;quot;10%&amp;quot; | Get here&lt;br /&gt;
|-&lt;br /&gt;
| Lego Star Wars III: The Clone Wars&lt;br /&gt;
| LNA-CTR-ALGP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| 4GBit&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Pilotwings Resort&lt;br /&gt;
| LNA-CTR-AWAP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| ?&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Raving Rabbids: Travel in Time 3D&lt;br /&gt;
| LNA-CTR-ARBJ&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| ?&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| [http://dl.dropbox.com/u/7830918/3DS%20Upload/decrypted.bin de]/[http://dl.dropbox.com/u/7830918/3DS%20Upload/encrypted.bin en]&lt;br /&gt;
|-&lt;br /&gt;
| Ridge Racer 3D&lt;br /&gt;
| LNA-CTR-ARRP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| 8GBit&lt;br /&gt;
| 512kByte&lt;br /&gt;
| 0xC22213&lt;br /&gt;
| 25L4001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Splinter Cell 3D&lt;br /&gt;
| LNA-CTR-ASCP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| ?&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Super Street Fighter IV - 3D Edition&lt;br /&gt;
| LNA-CTR-ASSP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| ?&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Super Monkey Ball 3D&lt;br /&gt;
| LNA-CTR-ASMP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| 2GBit&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| The Sims 3&lt;br /&gt;
| LNA-CTR-AS3P&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| 4GBit&lt;br /&gt;
| 512kByte&lt;br /&gt;
| 0xC22213&lt;br /&gt;
| 25L4001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| Tom Clancy&#039;s Ghost Recon: Shadow Wars&lt;br /&gt;
| LNA-CTR-AGRP&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| 2GBit&lt;br /&gt;
| 128kByte&lt;br /&gt;
| 0xC22211&lt;br /&gt;
| 25L1001&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Nintendo_Software&amp;diff=507</id>
		<title>Nintendo Software</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Nintendo_Software&amp;diff=507"/>
		<updated>2011-05-09T14:37:10Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Arranged into alphabetical order.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Home Menu]]&lt;br /&gt;
*[[Activity Log]]&lt;br /&gt;
*[[AR Games]]&lt;br /&gt;
*[[Download Play]]&lt;br /&gt;
*[[Face Raiders]]&lt;br /&gt;
*[[Mii Maker]]&lt;br /&gt;
*[[Nintendo 3DS Camera]]&lt;br /&gt;
*[[Nintendo 3DS Sound]]&lt;br /&gt;
*[[SpotPass]]&lt;br /&gt;
*[[StreetPass]]&lt;br /&gt;
*[[StreetPass Mii Plaza]]&lt;br /&gt;
*[[System Settings]]&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=454</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=454"/>
		<updated>2011-05-01T12:42:59Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Sorted ID&amp;#039;s into ascending order w/Hex, some minor editing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data, music and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 00000207 - Mii Maker(すれちがいMii広場) - JPN (?)&lt;br /&gt;
 0000020d - Face Raiders(顔シューティング) - JPN&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 &lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
 00020400 - Nintendo 3DS Camera &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=453</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=453"/>
		<updated>2011-05-01T11:39:03Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Undo revision 450 by Matyapiro31 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=449</id>
		<title>User:Stalkid64</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=449"/>
		<updated>2011-04-30T20:32:31Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I appear to be notorious and frequently recognised... Let&#039;s see, former Emutalk/emuhelp/Emulation64 addict, reviewer and &amp;quot;scene&amp;quot; member. xbox-scene member and one-time tutorial writer. PearPC tutorial writer. osx86 original tutorial writer, one of the founding members/Ops of the original #osx86 channel/wiki/osx86p****** staff, worked closely with JaS and co. I was the infamous`scene splitting truth-about-mashugly/swad post` architect (ahem). Most recently I was also a Wii HBC (non public) beta tester and writer of some documentation associated with it (misc website text and text files included with it.)... I hope I was of some use to them. ;)&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=448</id>
		<title>User:Stalkid64</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Stalkid64&amp;diff=448"/>
		<updated>2011-04-30T20:31:45Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Created page with &amp;quot;I appear to be notorious and frequently recognised... Let&amp;#039;s see, former Emutalk/emuhelp/Emulation64 addict, reviewer and &amp;quot;scene&amp;quot; member. xbox-scene member and one-time tutorial w...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I appear to be notorious and frequently recognised... Let&#039;s see, former Emutalk/emuhelp/Emulation64 addict, reviewer and &amp;quot;scene&amp;quot; member. xbox-scene member and one-time tutorial writer. PearPC tutorial writer. osx86 original tutorial writer, one of the founding members/Ops of the original #osx86 channel/wiki/osx86p****** staff, worked closed with JaS and co, the infamous`scene splitting truth-about-mashugly/swad post` architect (ahem). Most recently I was also a Wii HBC (non public) beta tester and writer of some documentation associated with it (misc website text and text files included with it.)... I hope I was of some use to them. ;)&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=447</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=447"/>
		<updated>2011-04-30T19:57:21Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=446</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=FAQ&amp;diff=446"/>
		<updated>2011-04-30T19:56:54Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q:&#039;&#039;&#039; Any progress?&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; See latest news on the main page. If there&#039;s progress, it&#039;ll be right there.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=445</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=445"/>
		<updated>2011-04-30T19:15:06Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: &amp;quot;Music&amp;quot; directory note added.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos&lt;br /&gt;
 /Music - Music Files&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000020d - Face Raiders(顔シューティング) - JPN&lt;br /&gt;
 00000207 - Mii Maker(すれちがいMii広場) - JPN (?)&lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
 &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
 00020400 - Nintendo 3DS Camera&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=444</id>
		<title>SD Filesystem</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=SD_Filesystem&amp;diff=444"/>
		<updated>2011-04-30T19:10:50Z</updated>

		<summary type="html">&lt;p&gt;Stalkid64: Nintendogs + Cats EUR ID added.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3DS uses an SD Card for general storage of additional game data and photos taken with the 3DS.&lt;br /&gt;
&lt;br /&gt;
 /DCIM - Photos&lt;br /&gt;
 /Nintendo 3DS - Game Data&lt;br /&gt;
&lt;br /&gt;
Additional game data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/&amp;lt;SomeID&amp;gt;/&amp;lt;SomeID&amp;gt;/extdata/00000000&lt;br /&gt;
&lt;br /&gt;
 0000030c - Nintendogs + Cats - EUR&lt;br /&gt;
 0000032d - Super Street Fighter IV 3D - USA&lt;br /&gt;
 0000033c - Super Street Fighter IV 3D - EUR&lt;br /&gt;
 0000034d - Samurai Warriors Chronicles - USA&lt;br /&gt;
 0000033b - Ridge Racer 3D - EUR&lt;br /&gt;
 00000358 - Ridge Racer 3D - USA&lt;br /&gt;
 0000022d - Face Raiders - EUR&lt;br /&gt;
 0000021d - Face Raiders - USA&lt;br /&gt;
 00000227 - Mii Maker - EUR&lt;br /&gt;
 00000217 - Mii Maker - USA&lt;br /&gt;
 0000020d - Face Raiders(顔シューティング) - JPN&lt;br /&gt;
 00000207 - Mii Maker(すれちがいMii広場) - JPN (?)&lt;br /&gt;
All &amp;quot;extra data&amp;quot; under [[extdata]] is encrypted. Although these files use 0xFF blocks similar to FLASH [[Savegames|saves]], extdata can&#039;t be decrypted with the xorpad fail like FLASH saves. All &amp;quot;extra data&amp;quot; files can&#039;t be copied to other 3DS SD cards, they are locked to the console.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data is stored here:&lt;br /&gt;
&lt;br /&gt;
 /Nintendo 3DS/Private/&amp;lt;Title ID Low&amp;gt;/&lt;br /&gt;
 &lt;br /&gt;
 00020500 - Nintendo 3DS Sound&lt;br /&gt;
 00020400 - Nintendo 3DS Camera&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Private&amp;quot; data for 3DS Sound/Camera are cleartext.&lt;br /&gt;
Under the camera priv dir is [[phtcache.bin]], this seems to list the pictures on SD card?&lt;br /&gt;
Under the sound priv dir is: voice/XX/*.m4a. Where XX is 01-10, with sound saved as .m4a.&lt;/div&gt;</summary>
		<author><name>Stalkid64</name></author>
	</entry>
</feed>