Difference between revisions of "Title list"
Line 752: | Line 752: | ||
| 00014002 | | 00014002 | ||
| 00014002 | | 00014002 | ||
− | | | + | | JPN/EUR/USA System Font ("font:") |
| v0 | | v0 | ||
|- | |- | ||
Line 758: | Line 758: | ||
| 00014102 | | 00014102 | ||
| 00014102 | | 00014102 | ||
− | | | + | | CHN System Font ("font:") |
| v0, v1024 | | v0, v1024 | ||
|- | |- | ||
Line 764: | Line 764: | ||
| 00014202 | | 00014202 | ||
| 00014202 | | 00014202 | ||
− | | | + | | KOR System Font ("font:") |
| v0, v1024 | | v0, v1024 | ||
|- | |- | ||
Line 770: | Line 770: | ||
| 00014302 | | 00014302 | ||
| 00014302 | | 00014302 | ||
− | | | + | | TWN System Font ("font:") |
| v0, v1024 | | v0, v1024 | ||
|- | |- |
Revision as of 18:30, 12 June 2013
The Nintendo 3DS utilizes a similar title-based organization as seen in the Wii and DSi platforms. The update server is located here. When using SSL, the update/shop servers must be accessed via SSLv3.
The organization of Title IDs has not been documented fully yet. Region info isn't stored in title IDs however there does appear to be evidence that the regions are sequential, similar to how Wii System Menu Updates are ordered: JPN USA EUR KOR and CHN (introduced with the DSi). 3DS has one additional region: TWN.
Note: The terms 'Title ID', 'Partition ID' and 'Media ID' are interchangeable.
The 3DS retrieves system tickets with SOAP request GetSystemCommonETicket, instead of directly downloading the cetk with HTTPS. The cetk is still accessible via HTTP, however 3DS doesn't use direct HTTP for this.
TitleID Structure: 0xCCCCABCDLLLLLLRR
- CCCC defines the console platform (4=3DS, 3=DSi, 1=Wii)
- ABCD defines the type of the title, see 'Title Type Identification Key'
- LLLLLL For CTR titles, this is the title's 'Unique ID'. For TWL converted titles this is in two sections grouped as SSLLLL. SS is the old title identification used by the DSi and is made redundant by 'ABCD'. LLLL is the TWL title's 'Unique ID'. There are restrictions on the Unique ID, see below for more info.
- RR contains various info depending on title type see 'RR'
Title Type Identification Key:
There are three main title types for the 3DS, 'System', 'Application' and 'TWL'(Converted DSi Titles)
For: 0x0004ABCDXXXXXXXX
System Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 0,1,2,3 |
B | Any Digit |
C | 1,3,5,7,9,B,D,F |
D | Any Digit |
This CTR title type (which covers a whole group) is eligible to be updated during a System Update. System Titles can only be installed to the CTR NAND.
Application Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 0,1,2,3,4,5,6,7,C,D,E,F |
B | Any Digit |
C | Any Digit |
D | Any Digit |
NOTE: If 'A' and 'C' both fill the 'System' title requirements, this title will register as 'System' Instead of 'Application'. Unlike System, Application subdivides again into more types. Application Titles can be installed to the CTR NAND and SDMC or flashed to a CTR Card.
TWL Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 8,9,A,B |
B | Any Digit |
C | Any Digit |
D | Any Digit |
TWL Titles can only be installed to the TWL NAND.
Unique ID Restrictions:
For the CTR titles, there appears to be is a correlation between Unique IDs (UID) and 3DS 'title types'. For developer titles this is known(shown below), and retail titles *appear* to follow suite. It is unknown if this correlation is enforced on retail units, or if it is just for organisation purposes.
TITLE TYPE | UNIQUE ID RANGE |
---|---|
System | 0x0 - 2FF |
Application | 0x300 - F7FFF |
Evaluation | 0xF8000 - FFFFF |
Prototype* | 0xFF000 - FF3FF |
*On the home menu, titles with UIDs within the 'Prototype' range, appear on the home menu after install without the gift fanfare.
RR Recognition Key:
For: 0x0004XXXXXXXXXXRR
The RR in CTR Titles, just provides extra information, usually about how the title is handled.
RR in System Titles:
RR | AFFECT |
---|---|
00 | System Application |
02 | System Title (Core version 0x2) |
03 | SAFE_MODE System Title (Core version 0x3) |
Normally on retail SAFE_MODE ARM11 CXI titles can't be launched, since the system core version doesn't match the CXI exheader core version.
RR in Application Titles:
RR | AFFECT |
---|---|
00 | Normal Application - Cartridge and regular eShop titles are such titles. |
01 | Unknown - Found in Demos, Debug Updates and some DlPlay Child CXIs. |
02 | CTR NAND Application - Like normal Application titles but they are installed to and run from the CTR NAND. |
The RR in TWL titles, is the region code. The region code list has been shortened from the original DSi region list (see DSiBrew) to the below list to fit with the three broad regions of the e-Shop. (i.e. TWL titles downloaded from the Australian e-Shop have a region code of '56' as oppose to the DSi Australian DSiWare region of '55')
RR in TWL Titles:
RR | TWL APP REGION |
---|---|
41 | No Region (Found in TWL System titles) |
45 | America |
4A | Japan |
56 | PAL(And other non Japan/USA regions) |
Versions
v## = 0xHHHH = 0bBBBBBBBB...
- The version major,minor,etc can be extracted from the version number by converting the 16 bit number to binary
- 6 bits : Major
- 6 bits : Minor
- 4 bits : Unknown...
- i.e. v2069 (Taken from 000400DB00017302) = 0b000010 000001 0101 means that it's HomeMenu v2.1....
NOTE: This Title list is a condensed version, only the System Titles lists are full lists. For a full list of titles on Nintendo's CDN, see here. The reports/title-lists from here are automatically obtained from the system update SOAP.
CTR System Titles
For 0x0004ABCDXXXXXXXX
CTR System Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 0,1,2,3 |
B | Any Digit |
C | 1,3,5,7,9,B,D,F, |
D | Any Digit |
00040010 - System Applications
The versions for CHN, KOR, and TWN are separate from the other regions.
JPN TIDLow | USA TIDLow | EUR TIDLow | CHN TIDLow | KOR TIDLow | TWN TIDLow | Description | JPN Versions | EUR Versions | USA Versions | CHN Versions | KOR Versions | TWN Versions | Status |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00020000 | 00021000 | 00022000 | 00026000 | 00027000 | 00028000 | System Settings (mset) | v0, v1027, v2060, v3074, v4097 | v0, v1027, v2061, v3075, v4097 | v0, v1027, v2062, v3078, v4098 | v8, v1024, v2049 | v1026, v2049 | v8, v1024, v2050 | Active |
00020100 | 00021100 | 00022100 | 00026100 | 00027100 | 00028100 | Download Play | v0, v1026, v2051 | Same as JPN | Same as JPN | v4 | v1027 | v4 | Active |
00020200 | 00021200 | 00022200 | 00026200 | 00027200 | 00028200 | Activity Log | v0, v1026, v2051 | v0, v1026, v2054 | Same as EUR | v3 | v2 | v2 | Active |
00020300 | 00021300 | 00022300 | 00026300 | 00027300 | 00028300 | Health and Safety Information | v0, v1024 | v0, v1024, v2050 | v0, v1026 | v5 | v2 | v5 | Active |
00020400 | 00021400 | 00022400 | 00026400 | 00027400 | 00028400 | Nintendo 3DS Camera | v0, v16, v1038, v2048 | v0, v16, v1039, v2048 | Same as EUR | v3 | v2 | v3 | Active |
00020500 | 00021500 | 00022500 | 00026500 | 00027500 | 00028500 | Nintendo 3DS Sound | v0, v1027, v2049, v3072 | Same as JPN | Same as JPN | v2 | v2 | v3 | Active |
00020700 | 00021700 | 00022700 | 00026700 | 00027700 | 00028700 | Mii Maker | v0, v1026 | Same as JPN | Same as JPN | v1 | v1 | v2 | Active |
00020800 | 00021800 | 00022800 | 00026800 | 00027800 | 00028800 | StreetPass Mii Plaza | v0, v1027, v2048, v3087, v4096 | Same as JPN | Same as JPN | v0, v4096 | v1, v4096 | v1, v4096 | Active |
00020900 | 00021900 | 00022900 | N/A | 00027900 | 00028900 | eShop (tiger) | v4, v1026, v2057, v3081, v4096, v5123, v6146, v7169 | v4, v1026, v2058, v3081, v4096, v5123, v6146, v7171 | v4, v1026, v2058, v3081, v4096, v5123, v6146, v7170 | N/A | v3082, v4096, v5123, v6146, v7169 | v4096, v5123, v6146, v7170 | Active |
00020A00 | 00021A00 | 00022A00 | N/A | 00027A00 | 00028A00 | System Transfer (CARDBOAR) | v4, v1035, v2050, v3074 | v4, v1035, v2050, v3073 | v4, v1035, v2051, v3073 | N/A | v2, v1025 | v2, v1025 | Active |
00020B00 | 00021B00 | 00022B00 | N/A | N/A | N/A | Nintendo Zone | v0, v1034 | Same as JPN | Same as JPN | N/A | N/A | N/A | Active |
00020D00 | 00021D00 | 00022D00 | 00026D00 | 00027D00 | 00028D00 | Face Raiders | v0, v1028 | Same as JPN | Same as JPN | v0 | v0 | v2 | Active |
00020E00 | 00021E00 | 00022E00 | 00026E00 | 00027E00 | 00028E00 | AR Games (AR_ACT) | v0, v1026 | Same as JPN | v0, v1027 | v0 | v0 | v1 | Active |
00020F00 | 00021F00 | 00022F00 | 00026F00 | 00027F00 | 00028F00 | SAFE_MODE System Updater (mset) | v0, v1024 | Same as JPN | Same as JPN | v1 | v1 | v1 | Active |
00023000 | 00024000 | 00025000 | N/A | N/A | N/A | Promotional video | v0, v2048 | Same as JPN | Same as JPN | N/A | N/A | N/A | Stubbed |
0004001B - System Data Archives
TitleID Low | Description | Versions |
---|---|---|
00010002 | ClCertA | v0 |
00010702 | This CFA contains 12-byte romfs:/key.bin and 8-byte romfs:/value.bin, it's unknown what NS uses this CFA for. | v0 |
00040030
JPN TitleIDLow | USA TitleIDLow | EUR TitleIDLow | Description | Versions |
---|---|---|---|---|
00008102 | 00008102 | 00008102 | Alternate menu | N/A |
00008202 | 00008F02 | 00009802 | SYSMENU (menu) | v0, v1029, v2049, v4111, v5131, v6146, v7172 |
00008402 | 00009002 | 00009902 | CtrApp | v0, v1036 |
00008502 | 00009102 | 00009A02 | Not available on CDN | ? |
00008602 | 00009202 | 00009B02 | Instruction Manual, application for displaying instruction manuals | v0, v1026, v2048, v3072, v4097 |
00008702 | 00009302 | 00009C02 | Game Notes (Cherry) | v0, v1026, v2049, v3073 |
00008802 | 00009402 | 00009D02 | Internet Browser (spider) | v6, v1024, v2050, v3075 |
00008A02 | 00008A02 | 00008A02 | ErrDisp | v0, v1025, v3072, v4096, v5121 |
00008A03 | 00008A03 | 00008A03 | SAFE_MODE ErrDisp | v0 |
00008D02 | 00009602 | 00009F02 | Friend List (friend) | v0, v1026, v3082, v4099 (EUR v6, v1024, v3082, v4099) |
00008E02 | 00009702 | 0000A002 | Notifications (newslist) | v0, v1029, v2054, v3075 (EUR v6, v1024, v2054, v3075) |
0000C002 | 0000C802 | 0000D002 | Software Keyboard (swkbd) | v0, v1026, v2053 |
0000C003 | 0000C803 | 0000D003 | Software Keyboard (swkbd) | v0 |
0000C102 | 0000C902 | 0000D102 | appletEd | v0, v1026 |
0000C302 | 0000CB02 | N/A | PNOTE_AP | v0, v1024 |
0000C402 | 0000CC02 | N/A | SNOTE_AP | v0, v3 |
0000C502 | 0000C502 | 0000C502 | error | v0, v1026, v2053, v3074 |
0000C503 | 0000C503 | 0000C503 | error | v0 |
0000CD02 | 0000CD02 | 0000CD02 | extrapad | v1, v1026 |
0000C602 | 0000CE02 | 0000D602 | mint (eShop related?) | v5, v1028, v2050, v3072 |
? | ? | 0000D302 | ? | v0, v1024 |
? | ? | 0000D402 | ? | v3 |
Most of these processes are applets.
0004009B - System Data Archives
JPN TitleIDLow | USA TitleIDLow | EUR TitleIDLow | Description | Versions |
---|---|---|---|---|
00010202 | 00010202 | 00010202 | ? | v0 |
00010302 | 00010302 | 00010302 | ? | v0, v2052 |
00010402 | 00010402 | 00010402 | Mounted as "area:" | v0, v1024, v2050, v3072 |
00010502 | 00010502 | 00010502 | ? | v0, v1024, v2048 |
00010602 | 00010602 | 00010602 | ? | v2 |
00011902 | ? | ? | ? | v0 |
? | 00011402 | ? | ? | v0 |
? | 00011602 | ? | ? | v0 |
? | 00011D02 | ? | ? | v0 |
? | 00011E02 | ? | ? | v0 |
? | ? | 00011202 | ? | v0 |
? | ? | 00011302 | ? | v0 |
? | ? | 00011502 | ? | v0 |
? | ? | 00011702 | ? | v0 |
? | ? | 00011802 | ? | v0 |
00011902 | ? | ? | ? | v0 |
? | ? | 00011B02 | ? | v0 |
? | ? | 00011C02 | ? | v0 |
? | ? | 00011D02 | ? | v0 |
? | ? | 00012102 | ? | v0, v1026, v2051, v3074 |
00012202 | 00012302 | 00012102 | ? | v1026, v2053, v3073, v4096, v5120 |
00013202 | 00013302 | 00013102 | Mounted as "eula:" | v0, v1024, v2049 USA: v1024, v2051 |
00014002 | 00014002 | 00014002 | JPN/EUR/USA System Font ("font:") | v0 |
00014102 | 00014102 | 00014102 | CHN System Font ("font:") | v0, v1024 |
00014202 | 00014202 | 00014202 | KOR System Font ("font:") | v0, v1024 |
00014302 | 00014302 | 00014302 | TWN System Font ("font:") | v0, v1024 |
00015202 | 00015302 | 00015102 | Mounted as "rate:" | v0 (EUR: v0, v1024) |
? | 00016302 | ? | ? | v80 |
? | 00017302 | ? | ? | v3088 |
000400DB - System Data Archives
These NVer titleIDs can be found @ offset 0x320 in every CCI. The title version is likely used to determine whether a system update is needed, it's unknown whether this is involved with region-locking at all.
EUR TitleIDLow | JPN TitleIDLow | USA TitleIDLow | CHN TitleIDLow | KOR TitleIDLow | TWN TitleIDLow | Description | USA/EUR/JPN Versions | CHN Versions | TWN Versions | KOR Versions |
---|---|---|---|---|---|---|---|---|---|---|
00010302 | 00010302 | 00010302 | 00010302 | 00010302 | 00010302 | NGWord bad word list | v0, v1024, v2052, v3072, v4096, v5120 | Same as USA | Same as USA | Same as USA |
00010502 | 00010502 | 00010502 | 00010502 | 00010502 | 00010502 | Nintendo Zone hotspot list | v0, v1024, v2048, v3073, v4096, v5120, v6144, v7169 | Same as USA | Same as USA | Same as USA |
00016102 | 00016202 | 00016302 | 00016402 | 00016502 | 00016602 | NVer | v0, v16, v32, v48, v64, v80, v96, v112, v128, v144, v160, v176 | v113, v128, v129 | v114, v133, v134, v136 | v113, v114, v133, v134, v136 |
00017102 | 00017202 | 00017302 | 00017402 | 00017502 | 00017602 | CVer | v1024, v2049, v2069, v3088, v4098, v4113, v4130, v4145, v4163, v4176, v5120, v5136 | Same as USA | Same as USA | Same as USA |
00040130 - System Modules
TitleID Low | Description | Versions |
---|---|---|
00001002 | sm (Stored in NATIVE_FIRM) | N/A |
00001102 | fs (Stored in NATIVE_FIRM) | N/A |
00001202 | pm (Stored in NATIVE_FIRM) | N/A |
00001302 | loader (Stored in NATIVE_FIRM) | N/A |
00001402 | pxi (Stored in NATIVE_FIRM) | N/A |
00001502 | AM ( Application Manager ) | v0, v1026, v2053, v3072, v4098 |
00001503 | AM | v0 |
00001602 | Camera | v0, v1026, v2048, v3074, v4098 |
00001702 | Config (cfg) | v0, v1024, v2049 v4096, v5122 |
00001703 | Config (cfg) | v0 |
00001802 | Codec | v0, v1025, v3072, v4098 |
00001803 | Codec | v0 |
00001A02 | DSP | v0, v1024, v2048, v3074 |
00001A03 | DSP | v0 |
00001B02 | GPIO | v0, v1025 |
00001B03 | GPIO | v0 |
00001C02 | GSP | v0, v1040, v2049, v3075, v5120, v6145 |
00001C03 | GSP | v0 |
00001D02 | HID (Human Interface Devices) | v0, v1025, v3072, v4096, v5121 |
00001D03 | HID | v0 |
00001E02 | i2c | v0, v1024, v2049 |
00001E03 | i2c | v0 |
00001F02 | MCU | v0, v1026, v2048, v3072, v4102, v5122 |
00001F03 | MCU | v0 |
00002002 | Microphone (mic) | v0, v1025 |
00002102 | PDN | v0, v1025 |
00002103 | PDN | v0 |
00002202 | PTM (Play time, pedometer, and battery manager) | v0, v1026, v3075, v5120, v6146 |
00002203 | PTM | v0 |
00002302 | spi | v0, v1025, v2049 |
00002303 | spi | v0 |
00002402 | Network manager (AC) | v0, v1024, v2052, v3072, v4101, v5122 |
00002403 | AC | v0 |
00002602 | Cecd (StreetPass) | v0, v1026, v3073, v4097, v5122 |
00002702 | CSND | v0, v1025, v2048, v3073 |
00002703 | CSND | v0 |
00002802 | dlp (Download Play) | v0, v1026, v3078, v4099 |
00002902 | http | v0, v1026, v2049, v4099, v5122, v6145 |
00002903 | http | v0 |
00002A02 | MP | v0, v1025 |
00002A03 | MP | v0 |
00002B02 | NDM | v0, v1025, v2049, v3072, v4098 |
00002C02 | NIM | v0, v1028, v2055, v3074, v4100 |
00002C03 | NIM | v0 |
00002D02 | NWM ( Low-level wifi manager ) | v0, v1024, v2052, v4101, v5120, v6148 |
00002D03 | NWM | v0 |
00002E02 | Sockets | v0, v1024, v2053, v3075, v4096, v5121 |
00002E03 | Sockets | v0 |
00002F02 | SSL | v0, v1024, v2048, v3072, v4096, v5122 |
00002F03 | SSL | v0 |
00003102 | PS ( Process Manager ) | v0, v1025, v2049 |
00003103 | PS | v0 |
00003202 | FriendsList (friends) | v0, v1028, v3072, v4096, v5122 |
00003203 | FriendsList (friends) | v0 |
00003302 | IR (Infrared) | v0, v1026, v3072, v4096, v5121 |
00003303 | IR | v0 |
00003402 | BOSS (SpotPass) | v0, v1024, v2053, v4101, v5122, v6146 |
00003502 | News (Notifications) | v0, v1028, v3072, v4097 |
00003702 | RO | v0, v1024, v2049 |
00008002 | NS | v0, v1028, v3077, v5121, v6148, v7168 |
00008003 | NS | v0 |
00040138 - System Firmware
NATIVE_FIRM and SAFE_MODE_FIRM for the initial versions are exactly the same, besides core-version fields. SAFE_MODE_FIRM is used for running SAFE_MODE titles, on retail SAFE_MODE_FIRM seems to be only used for running the System Updater application. When a GBA VC title is launched, AGB_FIRM is launched to handle running this title. GBA VC savegames stored under SD card /title/<TID>/data use a custom format, this is handled by AGB_FIRM.
TitleID Low | Description | Versions |
---|---|---|
00000002 | NATIVE_FIRM (Native Firmware) | v432, v1472, v2516, v3553, v4595, v5647, v6677, v7712, v8758, v9792 |
00000003 | SAFE_MODE_FIRM | v432, v5632 |
00000102 | TWL_FIRM ( DSi Firmware ) | v432, v1489, v2565, v4625, v5681, v6704 |
00000202 | AGB_FIRM ( GBA Firmware ) | v519, v2576 |
TWL System Titles
For: 0x0004ABCDXXXXXXXX
TWL System Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 8 |
B | Any Digit |
C | Any Digit |
D | 5(TWL System Application), F(TWL System Applet), (1)1(Development Application), (1)5(TWL System Application), (1)7(TWL System Applet) |
Bitmask 0x1 for TWL titles determines whether the title will be updated during a System Update.
00048005 - System Applications
TitleID Low | Description | Versions |
---|---|---|
42383841(B88A) | DS Internet | v0, v1025, v2048 |
484E4441(HNDA) | Download Play | v1024 |
DS Internet is the DSi-mode application launched by System Settings for setting TWL wifi configuration. This TWL Download Play application is the DS-mode Download Play client, launched by the 3DS-mode Download Play application.
0004800F - System Data Archives
TitleID Low | Description | Versions |
---|---|---|
484E4841(HNHA) | Nintendo DS Cart Whitelist | v0, v1026, v3072, v4096, v5120, v6145, v7168, v8192, v9216 |
484E4C41(HNLA) | Version Data | v0 |
Application Titles
For: 0x0004ABCDXXXXXXXX
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 0 |
B | 0 |
C | 0 |
D | 0(Standard App), 1(DLP Child), 2(Demo App), E(Add-on Content), 8C(DLC Content), ... |
00040000 - eShop Titles
This titleID-High is also used for gamecard applications. The CXI for retail applications available via gamecard and eShop are exactly the same, except the exheader differs. For SD applications exheader_systeminfoflags.flag bit1 is set, for gamecard applications this bit is clear. The ExeFS and RomFS are exactly the same for the gamecard/eShop versions. The eShop version of the CXI has additional padding.
TitleID Low | Region | Description | Versions |
---|---|---|---|
00032600 | EUR/USA | Pokédex 3D | v0, v16 |
0004AA00 | USA | Nintendo Video | v0 |
0004AB00 | EUR | Nintendo Video | v0, v3172 |
00051600 | JPN | Swapnote | v0, v1024 |
00051700 | USA | Swapnote | v0, v1024 |
00051800 | EUR | Nintendo Letter Box | v0, v1024 |
00057700 | USA | Netflix | v0, v32 |
0005AD00 | JPN | Kid Icarus Uprising E3 Video | v0 |
0005AE00 | USA | Kid Icarus Uprising E3 Video | v0 |
0005AF00 | JPN | Paper Mario E3 Video | v0 |
0005B000 | USA | Paper Mario E3 Video | v0 |
0005B100 | JPN | Mario Kart E3 Video | v0 |
0005B200 | USA | Mario Kart E3 Video | v0 |
0005B300 | JPN | Animal Crossing E3 Video | v0 |
0005B400 | USA | Animal Crossing E3 Video | v0 |
0005B500 | JPN | Luigi's Mansion 2 E3 Video | v0 |
0005B600 | USA | Luigi's Mansion 2 E3 Video | v0 |
0005B700 | JPN | Zelda Ocarina of Time E3 Video | v0 |
0005B800 | USA | Zelda Ocarina of Time E3 Video | v0 |
0005B900 | JPN | Super Mario E3 Video | v0 |
0005BA00 | USA | Super Mario E3 Video | v0 |
0005BB00 | JPN | MGS Snake Eater 3D E3 Video | v0 |
0005BC00 | USA | MGS Snake Eater 3D E3 Video | v32 |
0005BD00 | JPN | Biohazard Revelations E3 Video | v16 |
0005BE00 | USA | Resident Evil Revelations E3 Video | v32 |
0005BF00 | JPN | Starfox 64 3D E3 Video | v0 |
0005EA00 | EUR | Green Lantern 3D Trailer Video | v0, v16 |
0005F000 | USA | Green Lantern 3D Trailer Video | v0, v16 |
00062400 | EUR | Kid Icarus Uprising E3 Video | v0 |
00062700 | EUR | Paper Mario E3 Video | v0 |
00062A00 | EUR | Mario Kart E3 Video | v0 |
00062D00 | EUR | Animal Crossing E3 Video | v0 |
00063000 | EUR | Luigi's Mansion 2 E3 Video | v0 |
00063300 | EUR | Zelda Ocarina of Time E3 Video | v0 |
00063600 | EUR | Super Mario E3 Video | v0 |
00063900 | EUR | MGS Snake Eater 3D E3 Video | v0 |
00063C00 | EUR | Resident Evil Revelations E3 Video | v0 |
0006E400 | JPN | Super Mario Bros. | v0, v1024 |
0006E500 | USA | Super Mario Bros. | v0, v1024 |
0006E600 | EUR | Super Mario Bros. | v0, v1024 |
0006ED00 | JPN | Metroid | v0, v1040 |
0006EE00 | USA | Metroid | v0, v1024 |
0006EF00 | EUR | Metroid | v0, v1024 |
0006F000 | JPN | The Legend of Zelda | v0, v1040 |
0006F100 | USA | The Legend of Zelda | v0, v1024 |
0006F200 | EUR | The Legend of Zelda | v0, v1024 |
0006F600 | JPN | Wrecking Crew | v0, v1024 |
0006F700 | USA | Wrecking Crew | v0, v1024 |
0006F800 | EUR | Wrecking Crew | v0, 16 |
0006F900 | JPN | NES Open Tournament Golf | v0, v1024 |
0006FA00 | USA | NES Open Tournament Golf | v0, v1024 |
0006FB00 | EUR | NES Open Tournament Golf | v0, v1024 |
0006FF00 | JPN | Donkey Kong Jr. | v0, v1024 |
00070000 | USA | Donkey Kong Jr. | v0, v1024 |
00070100 | EUR | Donkey Kong Jr. | v0, v1024 |
00070200 | JPN | Balloon Fight | v0, v1024 |
00070300 | USA | Balloon Fight | v0, v16 |
00070400 | EUR | Balloon Fight | v0, v16 |
00070500 | JPN | Ice Climber | v0, v2048 |
00070600 | USA | Ice Climber | v0, v1024 |
00070700 | EUR | Ice Climber | v0, v32 |
00070800 | JPN | Zelda II The Adventure of Link | v0, v1024 |
00070900 | USA | Zelda II The Adventure of Link | v0, v1024 |
00070A00 | EUR | Zelda II The Adventure of Link | v0, v1024 |
00071100 | JPN | Yoshi | v0, v1024 |
00071200 | USA | Yoshi | v0, v1024 |
00071300 | EUR | Yoshi | v0, v32 |
00072400 | EUR | Ambassador Certificate | v0, v16 |
00072500 | USA | Ambassador Certificate | v0, v16 |
00074800 | JPN | F-Zero: Maximum Velocity | v0, v16 |
00074900 | USA | F-Zero: Maximum Velocity | v0, v16 |
00074A00 | EUR | F-Zero: Maximum Velocity | v0, v16 |
00074B00 | JPN | Mario Kart Super Circuit | v0, v16 |
00074C00 | USA | Mario Kart Super Circuit | v0, v16 |
00074D00 | EUR | Mario Kart Super Circuit | v0, v32 |
00074E00 | JPN | Wario Land 4 | v0, v16 |
00074F00 | USA | Wario Land 4 | v0, v16 |
00075000 | EUR | Wario Land 4 | v0, v16 |
00075200 | JPN | Yoshi's Island: Super Mario Advance 3 | v0, v32 |
00075300 | USA | Yoshi's Island: Super Mario Advance 3 | v0, v16 |
00075400 | EUR | Yoshi's Island: Super Mario Advance 3 | v0, v16 |
00075500 | JPN | Metroid Fusion | v0, v32 |
00075600 | USA | Metroid Fusion | v0, v16 |
00075700 | EUR | Metroid Fusion | v0, v16 |
00075800 | JPN | WarioWare Inc: Mega Microgame | v0, v16 |
00075900 | USA | WarioWare Inc: Mega Microgame | v0, v16 |
00075A00 | EUR | WarioWare Inc: Mega Microgame | v0, v16 |
00075B00 | JPN | Kirby & The Amazing Mirror | v0, v16 |
00075C00 | USA | Kirby & The Amazing Mirror | v0, v16 |
00075D00 | EUR | Kirby & The Amazing Mirror | v0, v16 |
00076600 | JPN | Mario vs Donkey Kong | v0, v16 |
00076700 | USA | Mario vs Donkey Kong | v0, v16 |
00076800 | EUR | Mario vs Donkey Kong | v0, v16 |
00076900 | JPN | Fire Emblem: The Sacred Stones | v0, v16 |
00076A00 | USA | Fire Emblem: The Sacred Stones | v0, v16 |
00076B00 | EUR | Fire Emblem: The Sacred Stones | v0, v16 |
00076C00 | JPN | The Legend of Zelda: The Minish Cap | v0, v16 |
00076D00 | USA | The Legend of Zelda: The Minish Cap | v0, v16 |
00076E00 | EUR | The Legend of Zelda: The Minish Cap | v0, v16 |
00079C00 | USA | Preview Video: Animal Crossing | v0 |
0007AB00 | EUR | Eurosport (looks/acts like Nintendo Video) | v0, v16 |
00080F00 | EUR | Mario & Sonic - London 2012 Virtual Card Album | v0 |
000ACF00 | EUR | Preview Video: Paper Mario: Sticker Star | v0, v16 |
000AD000 | EUR | Preview Video: Luigi Mansion: Dark Moon | v0, v16 |
000AD100 | EUR | Preview Video: New Super Mario Bros. 2 | v0, v16 |
000AE100 | USA | Pokemon Dream Radar | v0, v16 |
000C7300 | EUR/USA | Save Data Transfer Tool | v0 |
0004000E - Add-on Content (Updates)
These are the same as the application's main CXI, except the ExeFS/RomFS only contains files which were updated. When loading NCCH data the system will load from the update-data title by default, and if the data doesn't exist in the update-data title the system will fall-back to using the data stored in the original application CXI. The programID stored in the NCCH header matches the NCCH titleID, however the programID stored in the exheader is set to the original application programID instead.
TitleID Low | Region | Description | Versions |
---|---|---|---|
00030600 | JPN | Mario Kart 7 [Update Data] | v1.1 (v1040) |
00030700 | EUR | Mario Kart 7 [Update Data] | v1.1 (v1040) |
00030800 | USA | Mario Kart 7 [Update Data] | v1.1 (v1040) |
00032100 | ? | ? | v1024, v2048 |
0004EE00 | ? | ? | v1024 |
00072A00 | ? | ? | v1040 |
00078500 | ? | ? | v1024, v3072 |
0007A000 | ? | ? | v1024 |
0004008C - Add-on Content (DLC)
These are titles which provide downloadable content to a specific title. The reason why these titles can only be purchased in game, is because all DLC content is under one titleID, downloading via the eShop would download all DLC content. And because all DLC content is under one title ID, they are viewed as one title in system settings, and individual DLC can only be deleted from within the game which uses the DLC.
TitleID Low | Region | Description | Versions |
---|---|---|---|
00068300 | ? | ? | v0, v256 |
00072000 | ? | ? | v0, v128 |
00072A00 | ? | ? | v0 |
00078200 | ? | ? | v0, v64 |
0007AD00 | JPN | New SUPER MARIO BROS. 2 [DLC] (4 DLC content) | v16, v48 |
0007AE00 | USA | New SUPER MARIO BROS. 2 [DLC] (4 DLC content) | v16, v48 |
0007AF00 | EUR | New SUPER MARIO BROS. 2 [DLC] (4 DLC content) | v0, v48 |
00084F00 | ? | ? | v0, v80 |
0008CC00 | ? | ? | v0, v16 |
00090E00 | ? | ? | v0 |
00091600 | ? | ? | v0, v16 |
00095100 | ? | ? | v0, v16 |
00095700 | ? | ? | v0, v96 |
00095800 | ? | ? | v0, v32, v48 |
0009AB00 | ? | ? | v0 |
0009AC00 | ? | ? | v0 |
0009AD00 | ? | ? | v0 |
0009AE00 | ? | ? | v0 |
000A4D00 | ? | ? | v0 |
TWL Application Titles
For 0x0004ABCDXXXXXXXX
TWL Application Titles:
DIGIT | ACCEPTABLE VALUES |
---|---|
A | 8 |
B | 0 |
C | 0 |
D | 4(DSiWare), ... |
00048004 - DSiWare
Although these have a titleID high separate from DSi and a titleID is stored in the SRLs, the content of these SRLs are identical to DSi.
TitleID Low | Region | Description | Versions |
---|---|---|---|
4B4B5456(KKTV) | EUR | Cut the Rope | v0, v64 |
4B4E5256(KNRV) | EUR | A Little Bit of... Brain Training™: Maths Edition | v0 |
4B5A4C56(KZLV) | EUR | Plants vs. Zombies™ | v0 |
4B454256(KEBV) | EUR | ELECTROPLANKTON (Hanenbow) | v0 |
4B513956(KQ9V) | EUR | Zelda: Four Swords Anniversary Edition | v0, v16 |
4B574256(KWBV) | EUR | Mario Calculator | v0 |
4B574656(KWFV) | EUR | Mario Clock | v0 |