NFC:GetRegisterInfo: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [Starting with 9.3.0-X: 0x00170000] |} =Response= {| class="wikitable..."
 
No edit summary
Line 26: Line 26:


=Amiibo Settings Structure=
=Amiibo Settings Structure=
This plaintext data is stored under the first block of the encrypted data in the [[Amiibo]] data pages. This contains the UTF-16 strings for the owner name and Amiibo nickname, and the Mii for the owner. And also other unknown data.
{| class="wikitable" border="1"
|-
!  Offset
!  Size
!  Description
|-
| 0x0
| 0x60
| Owner Mii.
|-
| 0x60
| 0x48
| ?
|}
 
This data originates from the [[Amiibo]] settings data stored under the encrypted NFC data.


=Description=
=Description=
This returns the NFC Amiibo settings.
This returns the NFC Amiibo settings.

Revision as of 05:28, 15 April 2015

Request

Index Word Description
0 Header code [Starting with 9.3.0-X: 0x00170000]

Response

Index Word Description
0 Header code
1 Result code
2-43 0xA8-byte Amiibo settings.

Amiibo Settings Structure

Offset Size Description
0x0 0x60 Owner Mii.
0x60 0x48 ?

This data originates from the Amiibo settings data stored under the encrypted NFC data.

Description

This returns the NFC Amiibo settings.