Difference between revisions of "NFC:UpdateStoredAmiiboData"

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: 0x00090002] |- | 1 | 0x20, PID translate-header for kernel....")
 
 
Line 32: Line 32:
  
 
Before writing to NFC, the following [[Amiibo|amiibosettings]] are updated: last-write date and the write counter. The titleID/programID field is also updated via the input processID, when a certain NFC module state field is value 0x1.
 
Before writing to NFC, the following [[Amiibo|amiibosettings]] are updated: last-write date and the write counter. The titleID/programID field is also updated via the input processID, when a certain NFC module state field is value 0x1.
 +
 +
This command can only used when [[NFC:LoadAmiiboData]] was previously used([[NFC:GetTagState|tagstate5]]).

Latest revision as of 02:49, 1 January 2016

Request[edit]

Index Word Description
0 Header code [Starting with 9.3.0-X: 0x00090002]
1 0x20, PID translate-header for kernel.
2 PID written by kernel.

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This writes the Amiibo data stored in memory to the actual Amiibo data storage(which is normally the NFC data pages).

Before writing to NFC, the following amiibosettings are updated: last-write date and the write counter. The titleID/programID field is also updated via the input processID, when a certain NFC module state field is value 0x1.

This command can only used when NFC:LoadAmiiboData was previously used(tagstate5).