Changes

Jump to navigation Jump to search
649 bytes added ,  07:05, 12 December 2014
no edit summary
Line 36: Line 36:  
| 0x000D0082
 
| 0x000D0082
 
| [[NEWSS:GetNotificationImage|GetNotificationImage]]
 
| [[NEWSS:GetNotificationImage|GetNotificationImage]]
 +
|}
 +
 +
=News module savedata=
 +
* "news.db": This is the main save-file, the filesize is fixed to 0x2BD0-bytes.
 +
* "newsXXX.txt" This is the [[NEWSS:AddNotification|message]] data for this notification, where XXX is a decimal ID for the notification.
 +
* "newsXXX.mpo" This is the [[NEWSS:AddNotification|MPO]] data for this notification if any, where XXX is a decimal ID for the notification.
 +
 +
==news.db==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0
 +
| 0x10
 +
| Header, normally first byte is value 0x1 and the rest all-zero.
 +
|-
 +
| 0x10
 +
| 0x2BC0 (100 * 0x70)
 +
| Array of [[NEWSS:AddNotification|headers]] for each notification.
 
|}
 
|}

Navigation menu