Save Data Transfer Tool: Difference between revisions
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
Each time the tool is loaded, the tool [https://npdl.cdn.nintendowifi.net/p01/nsa/pZWhL0tyf4FMCt8r/FGONLYT/fairy_bl.lrc downloads] the blacklist of titles which can't have savegames transferred, to extdata with [[SpotPass]]. The content payload for this may contain hashes. | Each time the tool is loaded, the tool [https://npdl.cdn.nintendowifi.net/p01/nsa/pZWhL0tyf4FMCt8r/FGONLYT/fairy_bl.lrc downloads] the blacklist of titles which can't have savegames transferred, to extdata with [[SpotPass]]. The content payload for this may contain hashes. | ||
== Transfer implementation == | |||
This app uses [[Filesystem_services|FSUSER]] commands which might be savedata-transfer related? This app includes code for using [[FS:OpenFileDirectly]] with archive 0x567890B2. | |||
== ExtData == | |||
The ExtData [[Extdata#Filesystem|File System]] for Save Data Transfer Tool is as follows: | |||
root | |||
├── icon | |||
├── boss | |||
│ └── FGONLYT00.tmp | |||
└── user | |||
{| class="wikitable" border="1" | |||
|- | |||
! File | |||
! Details | |||
! Size | |||
! FW Introduced | |||
! Plaintext | |||
|- | |||
| icon | |||
| Duplicated from application ExeFS. Always image 00000002. | |||
| 0x36c0 Bytes | |||
| n/a | |||
| [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/SaveDataTransferToolExtdata/icon Download] | |||
|- | |||
| FGONLYT00.tmp | |||
| Where the data from fairy_bl.lrc is stored | |||
| 0x21c Bytes | |||
| [[5.0.0-11]] | |||
| | |||
|} |