Cabinet Applet: Difference between revisions
Narr the reg (talk | contribs) No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 41: | Line 41: | ||
| 0x4 || 0x8 || [[#AmiiboSettingsStartParam]]+0x0 | | 0x4 || 0x8 || [[#AmiiboSettingsStartParam]]+0x0 | ||
|- | |- | ||
| 0xC || 0x58 || [[NFC_services|nn::nfp::TagInfo]], only enabled when flags bit1 is set. | | 0xC || 0x58 || [[NFC_services|nn::nfp::TagInfo]], only enabled when flags bit1 is set. If enabled, this must match the scanned amiibo. | ||
|- | |- | ||
| 0x64 || 0x100 || [[NFC_services|nn::nfp::RegisterInfo]], only enabled when flags bit2 is set. | | 0x64 || 0x100 || [[NFC_services|nn::nfp::RegisterInfo]], only enabled when flags bit2 is set. | ||
Line 51: | Line 51: | ||
Types: | Types: | ||
* 0 <code>StartNicknameAndOwnerSettings</code> | * 0 <code>StartNicknameAndOwnerSettings</code> If RegisterInfo is enabled, this will be used for writing, with an option for the user to change it. | ||
* 1 <code>StartGameDataEraser</code> | * 1 <code>StartGameDataEraser</code> | ||
* 2 <code>StartRestorer</code> | * 2 <code>StartRestorer</code> | ||
* 3 <code>StartFormatter</code> | * 3 <code>StartFormatter</code> | ||
== AmiiboSettingsReturnFlag == | |||
{| class="wikitable" border="1" | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Cancel | |||
|- | |||
| 2 || Has [[NFC_services|nn::nfp::TagInfo]] | |||
|- | |||
| 4 || Has [[NFC_services|nn::nfp::RegisterInfo]] | |||
|- | |||
| 6 || Has TagInfo and RegisterInfo | |||
|} | |||
== ReturnValueForAmiiboSettings == | == ReturnValueForAmiiboSettings == | ||
Line 63: | Line 78: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x1 || | | 0x0 || 0x1 || [[#AmiiboSettingsReturnFlag]] | ||
|- | |- | ||
| 0x1 || 0x3 || Padding | | 0x1 || 0x3 || Padding |