StreetPass: Difference between revisions
Meleemeister (talk | contribs) |
Meleemeister (talk | contribs) |
||
Line 442: | Line 442: | ||
{| class=wikitable | {| class=wikitable | ||
|unknown||StreetPass ID (Low title ID of the game. May be from a different region like japan.)||Size of the file in bytes | |unknown||StreetPass ID (Low title ID of the game. May be from a different region like japan.)||Size of the file in bytes | ||
|} | |||
===spr-slotXX files=== | |||
These are binary files. They begin a with a header with the follwing structure. | |||
{| class=wikitable | |||
!Offset!!Size!!Description | |||
|- | |||
|0x00||0x04||Magic number 0x00006161 | |||
|- | |||
|0x04||0x04||Size of the file in bytes including this header | |||
|- | |||
|0x08||0x04||StreetPass ID (Low title ID of the game. May be from a different region like japan.) | |||
|- | |||
|0x0C||0x04||Unknown. Maybe some version field. Always 0x00000001 | |||
|- | |||
|0x10||0x04||Number of messages after this header | |||
|} | |} | ||