Title Database: Difference between revisions
Structure may need re-formating |
mNo edit summary |
||
Line 150: | Line 150: | ||
== Title Entry Table == | == Title Entry Table == | ||
This contains 'Entries' for all the titles stored in the database. However this | This contains 'Entries' for all the titles stored in the database. However this just appears to be an indexing table, the majority of title information is kept in a Title Info Table, which these index entries point to. Title Entries start immediately after the Title Entry Table Header. And there is no padding between entries. | ||
=== Header === | === Header === | ||
Line 193: | Line 193: | ||
|} | |} | ||
== Title Entry Format == | === Title Entry Format === | ||
The entries are 0x2C bytes long. | The entries are 0x2C bytes long. | ||
Line 233: | Line 233: | ||
| 0x20 | | 0x20 | ||
| 4 | | 4 | ||
| | | Unknown, occasionally this value is the title's "Title ID lower" | ||
|- | |- | ||
| 0x24 | | 0x24 | ||
Line 247: | Line 247: | ||
== Title Info | == Title Info Table == | ||
These | These consist of 0x80 byte long entries, pointed to by the title index entries. They contain information taken from both the application NCCH file(s) and TMD. | ||
{| class="wikitable" | {| class="wikitable" |