Difference between revisions of "Private/ds/title/HNB .lst"
Jump to navigation
Jump to search
(Woops, forgot 2 languages >_<) |
m (maybe the checksum uses a "blanker"?) |
||
Line 13: | Line 13: | ||
| 0 || 4 || Language. 0 = Japanese, 1 = English, 2 = French, 3 = German, 4 = Italian, 5 = Spanish, 6 = Chinese, 7 = Reserved | | 0 || 4 || Language. 0 = Japanese, 1 = English, 2 = French, 3 = German, 4 = Italian, 5 = Spanish, 6 = Chinese, 7 = Reserved | ||
|- | |- | ||
− | | 4 || 4 || The actual checksum. Possibly only 2 bytes? | + | | 4 || 4 || The actual checksum. Possibly only 2 bytes? Probably uses some form of "blanker" |
|} | |} |
Revision as of 00:43, 9 April 2009
HNB_.lst is a file created on the SD Card (/private/ds/title/) when a DSi application/game is copied in the SD Card from Data Manager.
It contains the lower title-ids of the titles copied to the SD Card, each in 32-bit words.
At the end of the file there's a 64bit checksum to prevent data corruption.
Here's a description of the checksum:
Start | Length | Description |
---|---|---|
0 | 4 | Language. 0 = Japanese, 1 = English, 2 = French, 3 = German, 4 = Italian, 5 = Spanish, 6 = Chinese, 7 = Reserved |
4 | 4 | The actual checksum. Possibly only 2 bytes? Probably uses some form of "blanker" |