-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Since the last Nintendo Channel update some Wii, 3DS, WiiWare, DS and all DSi and DSiWare titles are missing. These titles are country exclusive or alternate versions, by alternate versions means extra language version or second distribution. For example in Europe games usually are 5 in 1 languages meaning that English, French, German, Spanish and Italian are in one cartdridge. Sometimes due to publishing or cartdridge limitations these languages are separared leading for exemple to a cartdridge having English and French, while the other German, Spanish and Italian while having different title IDs.
These title IDs usually are ended with "XXXF" for France, "XXXD" for Germany, "XXXS" for Spain, "XXXI" for Italy, "XXXH" for Netherlands and then the ones that end in "X", "Y", "Z" or "U"
Also, DSi and DSiWare usually (not all titles) end with a "V".
I think I found the culprit which is this line on titles.go
var regionToCodeTDB = map[constants.Region]byte{ constants.NTSC: 'E', constants.PAL: 'P', constants.Japan: 'J', }