By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| u16 out_entryindex, starts at 0x0. This is the output entryindex where this titlelist will be written, this is only non-zero starting with frameid 0x6, if it exists.
+
|-
+
| 0x6
+
| 0x2
+
| u16 unk_x6
+
|-
+
| 0x8
+
| 0x5A0 (0x5A entries)
+
| The actual titlelist, see below for the structure of each 0x10-byte entry. Unused entries are set to all-zero.
|}
|}
+
+
The value from (unk_x0 + unk_x6) must be <=0x100. Normally unk_x0 and total_entries are set to the same value, with the two u16s after that set to 0x0(with frameid 0x4).
+
+
Entry structure:
+
{| class="wikitable" border="1"
+
|-
+
! Offset
+
! Size
+
! Description
+
|-
+
| 0x0
+
| 0x8
+
| u64 titleID
+
|-
+
| 0x8
+
| 0x2
+
| u16 title_version
+
|-
+
| 0xA
+
| 0x2
+
| Padding, not used.
+
|-
+
| 0xC
+
| 0x4
+
| Title size
+
|}
+
+
When writing the entry to output, the titleID is ORRed with the data stored there. The rest of the data is stored with normal writes(padding is not written in the output 0x10-byte entry).