PTM Savegame

Revision as of 06:38, 23 June 2013 by Yellows8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 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

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.