Back to: Nintendo - Nintendo 3DS

Tobidase Doubutsu no Mori (Japan)
 
Category: ROM data
Reference: 0353
Closed (accepted) by: root.
Conn1e » 2013-08-24 10:16:52

Using '3DSExplorer', it reports a 'Title Type' - normally it would state 'Application'. I've never come across this before and so I thought I'd mention it in case it's a bad dump.
Rifu » 2013-09-23 07:04:37

It also does this for #0270 (Animal.Crossing.New.Leaf.EUR.3DS-CONTRAST) too
it is because the Serial starts with an 'E' and not the usual 'A' most roms do,
since 'E' is not defined in the 3DS Explorer source code, it returns

In "3DSExplorer/Utils/TitleInfo.cs" line #92 to #95 (as of v1.5.3)
Source: https://code.google.com/p/3dsexplorer/source/browse/trunk/3DSExplorer/Utils/TitleInfo.cs#92
[
case 'A':
info.Type = "Application";
break;'
]