Difference between revisions of "NFCM:SetRegisterInfo"

From 3dbrew
Jump to navigation Jump to search
m
Line 9: Line 9:
 
|-
 
|-
 
| 1-41
 
| 1-41
| [[NFC_Services#RegisterInfoPrivate|RegisterInfoPrivate]]
+
| [[NFC_Services#RegisterInfo|RegisterInfo]] truncated to 0xA4 bytes
 
|}
 
|}
  
Line 26: Line 26:
  
 
=Description=
 
=Description=
This writes the provided [[NFC_Services#RegisterInfoPrivate|RegisterInfoPrivate]] to the Amiibo data stored in memory, this is the writing version of [[NFCM:GetRegisterInfoPrivate|GetRegisterInfoPrivate]].
+
This writes the provided [[NFC_Services#RegisterInfo|RegisterInfo]] to the Amiibo data stored in memory, this is the writing version of [[NFCM:GetRegisterInfo|GetRegisterInfo]]. Note that this sets the last character of the amiibo name, flags, font region, and creation date (0x74-0x7B) to 0.

Revision as of 07:43, 8 March 2023

Request

Index Word Description
0 Header code [0x04040A40]
1-41 RegisterInfo truncated to 0xA4 bytes

Response

Index Word Description
0 Header code
1 Result code

Description

This writes the provided RegisterInfo to the Amiibo data stored in memory, this is the writing version of GetRegisterInfo. Note that this sets the last character of the amiibo name, flags, font region, and creation date (0x74-0x7B) to 0.