====== Type 15: Images ====== ==== File Format Description ==== === File Structure === * Format Type: Binary Data * Endian Order: Little Endian * File Extension: .dat == FILE == ^ Header ^^^^ | CHAR8 | 0x6 | Identifier | "yeesha" | | INT+32 | 0x1 | Internal file type | 0xf | ^ Label definition ^^^^ | INT+32 | 0x1 | Images count | = aa | | [[en:fileformats:yeesha:type15#IMAGE*]] | [aa] | Image definition | | === User-defined structures === == IMAGE* == ^ Label ^^^^ | INT+8 | 0x1 | Image name length | = ba | | CHAR8 | [ba] | Image name | | | INT+32 | 0x1 | Image data length | = bb | | BINARY8 | [bb] | Image data | |