Internet Browser: Difference between revisions
No edit summary |
|||
| Line 413: | Line 413: | ||
==== 0x000200BB savedata ==== | ==== 0x000200BB savedata ==== | ||
This only contains "t.bin" with filesize 0xadf80, the format is as follows: | This only contains "t.bin" with filesize 0xadf80, the format is as follows: | ||
The timestamp format used here is the number of milliseconds since January 1, 2000(local-time). | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 419: | Line 421: | ||
! Size | ! Size | ||
! Description | ! Description | ||
|- | |||
| 0x68 | |||
| 0x4? | |||
| This counter is incremented each time the savedata is written. | |||
|- | |- | ||
| 0x70 | | 0x70 | ||
| 0x8 | | 0x8 | ||
| Timestamp for when the | | Timestamp for when the savedata was last written. | ||
|} | |} | ||