ACT Services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) added InquireBindingToExistentServerAccountData |
||
| Line 571: | Line 571: | ||
= Types = | = Types = | ||
== Birthdate == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x2 || u16, Year | |||
|- | |||
| 0x2 || 0x1 || u8, Month | |||
|- | |||
| 0x3 || 0x1 || u8, Day | |||
|} | |||
== CFLStoreData == | == CFLStoreData == | ||
This is the Mii format used in ACT commands. | This is the Mii format used in ACT commands. | ||
| Line 610: | Line 622: | ||
|- | |- | ||
| 0x6 || 0x2 || u16, EULA version | | 0x6 || 0x2 || u16, EULA version | ||
|} | |||
== InquireBindingToExistentServerAccountData == | |||
Represents the device information for the console linked to the NNID. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x1 || bool, HasMii | |||
|- | |||
| 0x1 || 0x3 || padding | |||
|- | |||
| 0x4 || 0x60 || [[ACT_Services#CFLStoreData|Mii CFLStoreData]] | |||
|- | |||
| 0x64 || 0x4 || u32, PrincipalId | |||
|- | |||
| 0x68 || 0x1 || bool, CoppaRequiredFlag | |||
|- | |||
| 0x69 || 0x3 || padding | |||
|- | |||
| 0x6C || 0x5 + 1 || ASCII 5-character CoppaCode + NULL termination | |||
|- | |||
| 0x72 || 0x100 + 1 || ASCII 256-character ParentEmail + NULL termination | |||
|- | |||
| 0x173 || 0x1 || padding | |||
|- | |||
| 0x174 || 0x4 || [[ACT_Services#Birthdate|Birth Date]] | |||
|} | |} | ||