Difference between revisions of "PTM Savegame"

From 3dbrew
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 06:38, 23 June 2013

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.