ACTU:GetAccountDataBlock: Difference between revisions
Jump to navigation
Jump to search
| Line 53: | Line 53: | ||
| 0x8 | | 0x8 | ||
| 0x11 | | 0x11 | ||
| | | Nintendo Network ID, exact string format unknown. | ||
|- | |- | ||
| 0x19 | | 0x19 | ||
Revision as of 20:59, 7 June 2015
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x000600C2] |
| 1 | Unknown, usually 0xFE? |
| 2 | Size |
| 3 | BlkID |
| 4 | (Size<<4) | 12 |
| 5 | Output buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This returns NNID account info.
DataBlocks
| BlkID | Size | Description |
|---|---|---|
| 0xB | 0x3 | ASCII NUL-terminated country-name. |
| 0x8 | 0x11 | Nintendo Network ID, exact string format unknown. |
| 0x19 | 0x8 | ? |
| 0x1E | 0x41 | ASCII location for the timezone. |
| 0x2F | 0x4 | Similar or identical to cfg CountryInfo? |