Crash Bandicoot: Mutant Island Font: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest revision as of 15:00, 3 January 2021
Font
- Game : Crash Bandicoot: Mutant Island
- Format Type : Font
- Endian Order : Little Endian
Format Specifications
//HEADER
3 bytes - "FAC" magic
1 byte - font height
1 byte - TopDec
1 byte - space width
2 bytes - num_of_chars
2 bytes - num_of_special_chars
//CHARACTER TABLE
num_of_chars *
{
2 bytes - character
1 byte - width
1 byte - height
1 byte - position X
1 byte - position Y
1 byte - position base
}
//SPECIAL CHARACTER TABLE (can be optional)
num_of_special_chars *
{
2 bytes - special character
1 byte - width
1 byte - height
1 byte - position base
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs