System Transfer: Difference between revisions
m dsi/3ds use same title record format. |
add 3ds title list header. |
||
Line 37: | Line 37: | ||
| 0x48 | | 0x48 | ||
| All 0xFF bytes. | | All 0xFF bytes. | ||
|} | |||
3DS title list header: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Length | |||
! Notes | |||
|- | |||
| 0x0 | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0x4 | |||
| 0x4 | |||
| Usually zero? | |||
|- | |||
| 0x8 | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0xc | |||
| 0x4 | |||
| Total titles? | |||
|- | |||
| 0x10 | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0x14 | |||
| 0x4 | |||
| ? | |||
|- | |||
| 0x18 | |||
| 0xf | |||
| 3DS serial number | |||
|- | |||
| 0x27 | |||
| 0x11 | |||
| Bytes alternates between 0xbd and 0xf7: first byte is 0xbd, second is 0xf7, third is 0xbd etc. | |||
|- | |||
| 0x28 | |||
| 0x8 | |||
| Some ASCII numbers? | |||
|- | |||
| 0x30 | |||
| 0x18 | |||
| Always zero? | |||
|} | |} | ||