FRD Savegame: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
! Offset !! Size !! Description | ! Offset !! Size !! Description | ||
|- | |- | ||
| 0x00 || 4 || File magic "FPCF" ( | | 0x00 || 4 || File magic "FPCF" (Friend Presence Config) | ||
|- | |- | ||
| 0x04 || 4 || File magic number (0x20101021) | | 0x04 || 4 || File magic number (0x20101021) | ||
Line 41: | Line 41: | ||
! Offset !! Size !! Description | ! Offset !! Size !! Description | ||
|- | |- | ||
| 0x00 || 4 || File magic "FPAC" ( | | 0x00 || 4 || File magic "FPAC" (Friend Presence Account Config) | ||
|- | |- | ||
| 0x04 || 4 || File magic number (0x20101021) | | 0x04 || 4 || File magic number (0x20101021) | ||
Line 74: | Line 74: | ||
! Offset !! Size !! Description | ! Offset !! Size !! Description | ||
|- | |- | ||
| 0x00 || 4 || File magic "FPMD" ( | | 0x00 || 4 || File magic "FPMD" (Friend Presence My Data/Device) | ||
|- | |- | ||
| 0x04 || 4 || File magic number (0x20101021) | | 0x04 || 4 || File magic number (0x20101021) | ||
Line 108: | Line 108: | ||
| 0xA2 || (10 + 1) * 2 || 10-character UTF-16 Display name (10 characters + NULL termination) | | 0xA2 || (10 + 1) * 2 || 10-character UTF-16 Display name (10 characters + NULL termination) | ||
|- | |- | ||
| 0xBB || 0x60 || [[ | | 0xBB || 0x60 || [[Mii#CFLStoreData|Mii data]] | ||
|- | |- | ||
| 0x11B || 5 || Padding | | 0x11B || 5 || Padding | ||
Line 147: | Line 147: | ||
! Offset !! Size !! Description | ! Offset !! Size !! Description | ||
|- | |- | ||
| 0x00 || 4 || File magic "FPFL" ( | | 0x00 || 4 || File magic "FPFL" (Friend Presence Friend List) | ||
|- | |- | ||
| 0x04 || 4 || File magic number (0x20101021) | | 0x04 || 4 || File magic number (0x20101021) | ||
Line 184: | Line 184: | ||
| 0x68 || 8 || NEX timestamp for the last time this friend was seen online | | 0x68 || 8 || NEX timestamp for the last time this friend was seen online | ||
|- | |- | ||
| 0x70 || 0x60 || [[ | | 0x70 || 0x60 || [[Mii#CFLStoreData|Mii data]] | ||
|- | |- | ||
| 0xD0 || (10 + 1) * 2 || 10-character UTF-16 Display name (10 characters + NULL termination) | | 0xD0 || (10 + 1) * 2 || 10-character UTF-16 Display name (10 characters + NULL termination) |