PTM Services: Difference between revisions

Dazzozo (talk | contribs)
weird
Sorunome (talk | contribs)
m Add missing category
 
(10 intermediate revisions by 5 users not shown)
Line 38: Line 38:
|-
|-
| 0x000B00C2
| 0x000B00C2
| GetStepHistory
| [[PTM:GetStepHistory|GetStepHistory]]
|-
|-
| 0x000C0000
| 0x000C0000
Line 62: Line 62:
|-
|-
| 0x08070082
| 0x08070082
| GetPlayHistory
| [[PTM:GetPlayHistory|GetPlayHistory]]
|-
|-
| 0x08080000
| 0x08080000
Line 132: Line 132:
|-
|-
| 0x08070082
| 0x08070082
| GetPlayHistory
| [[PTM:GetPlayHistory|GetPlayHistory]]
|-
|-
| 0x08080000
| 0x08080000
Line 156: Line 156:
|-
|-
| 0x080F0000
| 0x080F0000
| IsLegacyPowerOff
| [[PTMSYSM:GetSoftwareClosedFlag|GetSoftwareClosedFlag]]
|-
|-
| 0x08100000
| 0x08100000
| ClearLegacyPowerOff
| [[PTMSYSM:ClearSoftwareClosedFlag|ClearSoftwareClosedFlag]]
|-
|-
| 0x08110000
| 0x08110000
Line 172: Line 172:
| 0x08140000
| 0x08140000
| GetLegacyJumpProhibitedFlag
| GetLegacyJumpProhibitedFlag
|-
| 0x0814...
| unknown
|-  
|-  
| 0x0815...
| 0x08150040
| unknown
| SetPlayHistoryRecordingMode
|-
|-
| 0x0816....
| 0x0816....
| unknown
| Abstraction for mcu::RTC::GetSystemClock
|-
|-
| 0x0817....
| 0x0817....
| unknown
| Abstraction for mcu::RTC::SetSystemClock
|-
|-
| 0x08180040
| 0x08180040
Line 213: Line 210:


=PTM [[System_SaveData]]=
=PTM [[System_SaveData]]=
During system boot PTM attempts to open the PTM savedata, if this fails it will repeatedly keep trying to open the archive. When opening the archive is failing due to savedata corruption, PTM eventually(during system boot) deletes the savedata then creates it again.
''Main article: [[PTM Savegame]]''
 
During system boot PTM attempts to open the [[PTM Savegame|PTM savedata]], if this fails it will repeatedly keep trying to open the archive. When opening the archive is failing due to savedata corruption, PTM eventually (during system boot) deletes the savedata then creates it again.
 
Savedata contents:
* "/Pedometer.dat"
* "/PlayHistory.dat" Filesize is 0xD5DE8.
 
[[Category:Services]]