FS:OpenArchive: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x080C00C2] |- | 1 | Archive idcode |- | 2 | LowPath.Type |- | 3 | LowPath.Size |-..." |
No edit summary |
||
Line 49: | Line 49: | ||
! Description | ! Description | ||
|- | |- | ||
| | | 0x00000006 | ||
| | | ExtSaveData | ||
|- | |- | ||
| | | 0x00000007 | ||
| | | Shared ExtSaveData | ||
|- | |- | ||
| | | 0x12345678 | ||
| | | ExtSaveData for BOSS | ||
|- | |- | ||
| | | 0x1234567D | ||
| | | NAND RW | ||
|- | |- | ||
| | | 0x1234567E | ||
| | | NAND RO | ||
|} | |} |
Revision as of 22:13, 18 April 2012
Request
Index Word | Description |
---|---|
0 | Header code [0x080C00C2] |
1 | Archive idcode |
2 | LowPath.Type |
3 | LowPath.Size |
4 | (LowPath.Size<<14) | 2 |
5 | LowPath.Data pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Resultcode |
2 | Archive handle lower word |
3 | Archive handle upper word |
Archive idcodes
Idcode | Description |
---|---|
0x00000006 | ExtSaveData |
0x00000007 | Shared ExtSaveData |
0x12345678 | ExtSaveData for BOSS |
0x1234567D | NAND RW |
0x1234567E | NAND RO |