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..."
 
Steveice10 (talk | contribs)
m Steveice10 moved page NFC:GetAmiiboSettings to NFC:GetRegisterInfo
 
(11 intermediate revisions by 2 users not shown)
Line 22: Line 22:
|-
|-
| 2-43
| 2-43
| 0xA8-byte Amiibo settings.
| [[NFC_Services#RegisterInfo|RegisterInfo]]
|}
|}


=Amiibo Settings Structure=
=Description=
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.
This returns the NFC Amiibo registration info, from data already stored in memory.


=Description=
When [[Amiibo|plaintext_amiibosettingsdata]][0] bit4 is clear, this will just return an all-zero output structure with result-code=0xC8A17628.
This returns the NFC Amiibo settings.

Latest revision as of 07:55, 8 March 2023

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 RegisterInfo

Description

This returns the NFC Amiibo registration info, from data already stored in memory.

When plaintext_amiibosettingsdata[0] bit4 is clear, this will just return an all-zero output structure with result-code=0xC8A17628.