13,008
edits
DansFriend (talk | contribs) |
DansFriend (talk | contribs) |
||
Line 7: | Line 7: | ||
! Name | ! Name | ||
! Offset | ! Offset | ||
! Length | |||
! Value | ! Value | ||
! Meaning | ! Meaning | ||
Line 12: | Line 13: | ||
| '''Magic''' | | '''Magic''' | ||
| 0x0 | | 0x0 | ||
| 2 | |||
| SC | | SC | ||
| Signature for all PS1 saved game data. | | Signature for all PS1 saved game data. | ||
Line 17: | Line 19: | ||
| '''Icon flag''' | | '''Icon flag''' | ||
| 0x2 | | 0x2 | ||
| 1 | |||
| 11 | | 11 | ||
| This means the icon for the saved game consists of a single image. | | This means the icon for the saved game consists of a single image. | ||
|- | |- | ||
| '''Number of blocks''' | | '''Number of blocks''' | ||
|0x3 | | 0x3 | ||
| 1 | |||
| 1 | | 1 | ||
| How many blocks the save will take up on a memory card. | | How many blocks the save will take up on a memory card. | ||
Line 27: | Line 31: | ||
| '''Title''' | | '''Title''' | ||
| 0x4 | | 0x4 | ||
| 64 | |||
| MediEvil | | MediEvil | ||
| Name of the saved game in Shift JIS format. | | Name of the saved game in Shift JIS format. | ||
Line 32: | Line 37: | ||
| '''Icon colour palette''' | | '''Icon colour palette''' | ||
| 0x96 | | 0x96 | ||
| 32 | |||
| [[File:MediEvil1998-MemoryCardIconPalette.png]] | | [[File:MediEvil1998-MemoryCardIconPalette.png]] | ||
| Saved game icon colour palette. | | Saved game icon colour palette. |