Difference between revisions of "NFCM:SetRegisterInfo"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04040A40] |- | 1-41 | 0xA4-byte Amiibo settings, see [[NFC:GetAmiiboSettings...")
 
Line 26: Line 26:
  
 
=Description=
 
=Description=
This writes the input settings to the Amiibo, this is the writing version of [[NFC:GetAmiiboSettings]]. The structure seems to be the same as the one [[NFC:GetAmiiboSettings|here]], except for the different struct sizes and that the two u32s at offset 0x74/0x78 are set to zero.
+
This writes the input settings to the Amiibo data stored in memory, this is the writing version of [[NFC:GetAmiiboSettings]]. The structure seems to be the same as the one [[NFC:GetAmiiboSettings|here]], except for the different struct sizes and that the two u32s at offset 0x74/0x78 are set to zero.

Revision as of 04:44, 17 April 2015

Request

Index Word Description
0 Header code [0x04040A40]
1-41 0xA4-byte Amiibo settings, see here.

Response

Index Word Description
0 Header code
1 Result code

Description

This writes the input settings to the Amiibo data stored in memory, this is the writing version of NFC:GetAmiiboSettings. The structure seems to be the same as the one here, except for the different struct sizes and that the two u32s at offset 0x74/0x78 are set to zero.