Savegames: Difference between revisions
→The SAVE file system: more on the SAVE header and structure |
→The SAVE file system: another drawing of the save partition |
||
| Line 532: | Line 532: | ||
* The FolderMap and FileMap still unknown. They are tables of uint32. | * The FolderMap and FileMap still unknown. They are tables of uint32. | ||
* The BlockMap is a map of the blocks in the filestore. An entry in the BlockMap is 2 uint32: {uint32 start_block; uint32 end_block; }. This is still being researched. (You can use [[3DSExplorer]] to see those maps. | * The BlockMap is a map of the blocks in the filestore. An entry in the BlockMap is 2 uint32: {uint32 start_block; uint32 end_block; }. This is still being researched. (You can use [[3DSExplorer]] to see those maps. | ||
'''Summary Drawing''' | |||
[[File:Sfsave_drawing.png]] | |||
=== Initialization === | === Initialization === | ||