Friend Services: Difference between revisions
TimmSkiller (talk | contribs) Added FriendProfile structure |
TimmSkiller (talk | contribs) Add FriendInfo structure |
||
Line 421: | Line 421: | ||
|- | |- | ||
| 0x40 | | 0x40 | ||
| 0x8 | |||
| NEX Timestamp when this friend was last seen online | |||
|} | |||
==FriendInfo== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x10 | |||
| [[Friend_Services#FriendKey|FriendKey]] of this friend | |||
|- | |||
| 0x10 | |||
| 0x8 | | 0x8 | ||
| NEX Timestamp when this friend was added to the friends list | | NEX Timestamp when this friend was added to the friends list | ||
|- | |||
| 0x18 | |||
| 0x1 | |||
| The [[Friend_Services#Relationship_Types|relationship]] with this friend | |||
|- | |||
| 0x19 | |||
| 0x7 | |||
| padding | |||
|- | |||
| 0x20 | |||
| 0x48 | |||
| [[Friend_Services#FriendProfile|FriendProfile]] of this friend | |||
|- | |||
| 0x68 | |||
| 0x16 | |||
| 10-Character UTF-16 Screen Name (10 characters + null termination) | |||
|- | |||
| 0x7E | |||
| 0x1 | |||
| u8, [[Mii#Mii_format|Mii character set]] | |||
|- | |||
| 0x7F | |||
| 0x1 | |||
| padding | |||
|- | |||
| 0x80 | |||
| 0x60 | |||
| This friend's [[Friend_Services#Mii_Data|Mii]] | |||
|} | |} | ||
= Relationship Types = | = Relationship Types = |