They are the contents of data analysis of 'Legend of darkness(Dark ages)'. For the moment, only partial analysis is made. -- My English may be wrong. I am not good at English, please allow. ********** .MPF ********** 0x00 : The number of a picture. 0x01-0x02: Width of a picture. 0x03-0x04: Height of a picture. 0x05-0x0a: Unknown. Un-analyzing. 0x0b : If this is FF, it is a new type picture. 0x0c : If this is FF, it is a new type picture. ----- When 0x0b and 0x0C are not 0xFF. 0x0d-0x0f: Unknown. Un-analyzing. 0x11- : The header of each picture. ----- When 0x0b and 0x0C are 0xFF. 0x0d-0x16: Unknown. Un-analyzing. 0x17- : The header of each picture. *** The header of each picture. They are 16Byte, respectively. +0x00-0x01: Left of a picture. +0x02-0x03: Top of a picture. +0x04-0x05: Right of a picture. +0x06-0x07: Bottom of a picture. +0x08-0x0b: Unknown. Un-analyzing. +0x0c-0x0f: The address of a picture. In the case of a new type picture, the last header has a different meaning. If 0x00 to 0x07 is FF, this expresses a palette number. And the number of pictures is reduced by one sheet. +0x10- : Next header. *** The place which the address of a picture shows. +0x00- : Data of a picture. The length to read is as follows. (Right - Left) x (Bottom - Top) x 1byte. Each 1 byte expresses 1 pixel of a picture. ********** .EPF ********** 0x00-0x01: The number of a picture. 0x02-0x03: Width of a picture. 0x04-0x05: Height of a picture. 0x06-0x07: Unknown. (Palette number?) 0x08-0x0b: Probably, it offsets to the header of a picture. It is necessary to add further 12 Bytes. *** The header of each picture. +0x00-0x01: Left of a picture. +0x02-0x03: Top of a picture. +0x04-0x05: Right of a picture. +0x06-0x07: Bottom of a picture. +0x08-0x0b: Unknown. Un-analyzing. +0x0c-0x0f: The address of a picture. +0x10- : Next header. *** The place which the address of a picture shows. +0x00- : Data of a picture. The length to read is as follows. (Right - Left) x (Bottom - Top) x 1byte. Each 1 byte expresses 1 pixel of a picture. ********** .HPF ********** It is un-analyzing altogether. EOF