Changes

Jump to navigation Jump to search
642 bytes added ,  06:38, 23 June 2013
Created page with "This page describes the contents of the PTM module savegame FS. === Pedometer.dat === This contains the log of the total steps taken per day. Each entry contain..."
This page describes the contents of the [[PTM_Services|PTM]] module savegame FS.

=== Pedometer.dat ===
This contains the log of the total steps taken per day. Each entry contains an u32 timestamp and an u16 for the total steps.

=== PlayHistory.dat ===
This contains the play log for every title launched on this 3DS.

==== Entry Structure ====
{| class="wikitable" border="1"
|-
! Offset
! Size
! Description
|-
| 0x0
| 0x4
| TitleID-high
|-
| 0x4
| 0x4
| TitleID-low
|-
| 0x8
| 0x4
| Timestamp for when the title was launched.
|}

In some cases the titleID is 8-bytes of 0xFF instead of an actual titleID, it's unknown what this indicates.

Navigation menu