Flipnote Files: Difference between revisions

From DSiBrew
Jump to navigation Jump to search
Remark (talk | contribs)
notes
 
Remark (talk | contribs)
No edit summary
Line 1: Line 1:
== *.ppm FILES ==
== *.ppm FILES ==
 
{| class="wikitable"
4: magic: PARA
|- style="background-color: #ddd;"
2: unk
! Start
6: zeroes
! Length
2: num of frames
! Description
4: unk
|-
2: num of frames
| 0x0000
8*2: author name  
| 4
8*2: original author name
| Magic (should be PARA)
8*2: current user name
|-
8: author id
| 0x0004
8: original author id
| 2
12: author date (ASCII)
| Unknown
12: original author date (ASCII)
|-
8: current user id
| 0x0006
8: date (hex)
| 6
1536: preview bitmap (4-bit/pixel)
| Zeroes
|-
| 0x000C
| 2
| # of frames
|-
| 0x000E
| 4
| Unknown
|-
| 0x0010
| 2
| # of frames ??
|-
| 0x0010
| 22
| Original author name (UCS-2)
|-
| 0x0029
| 22
| Author name (UCS-2)
|-
| 0x003F
| 22
| User name (UCS-2)
|-
| 0x0055
| 1
| Unknown
|-
| 0x0056
| 8
| Original author ID
|-
| 0x005D
| 8
| Author ID
|-
| 0x0066
| 16
| Original File-name
|-
| 0x0066
| 16
| File-name
|-
| 0x0066
| XXX
| TODO
|-
| 0x000A
| 1536
| Preview Bitmap
|}

Revision as of 22:31, 14 August 2009

*.ppm FILES

Start Length Description
0x0000 4 Magic (should be PARA)
0x0004 2 Unknown
0x0006 6 Zeroes
0x000C 2 # of frames
0x000E 4 Unknown
0x0010 2 # of frames ??
0x0010 22 Original author name (UCS-2)
0x0029 22 Author name (UCS-2)
0x003F 22 User name (UCS-2)
0x0055 1 Unknown
0x0056 8 Original author ID
0x005D 8 Author ID
0x0066 16 Original File-name
0x0066 16 File-name
0x0066 XXX TODO
0x000A 1536 Preview Bitmap