Difference between revisions of "Persona 3 and 4/BMD (File Format)"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
|} | |} | ||
− | After the header, there is a table with 2 bytes. | + | After the header, there is a table with each entry being 2 bytes. |
First byte is the size of the text and last byte is the identifier. | First byte is the size of the text and last byte is the identifier. |
Revision as of 04:51, 7 April 2015
The BMD format contains text for Persona 3/4. The format is in Big Endian.
Offset | Size | Description |
---|---|---|
0x00 | 1 byte | Probably an identifier, always 0x7 |
0x04 | 2 bytes | Size of the file |
0x08 | 4 bytes | MSG1 Magic Identifier |
0x18 | 1 byte | Amount of entries |
After the header, there is a table with each entry being 2 bytes.
First byte is the size of the text and last byte is the identifier.