Binary loop asset list
A binary loop asset list (blal) contains a list of looping audio resource names[check]. It is read by the aal library[1] and queried by XLink[2].
Structure
| Offset | Type | Description |
|---|---|---|
| 0x0 | char[4] | Magic ("BLAL") |
| 0x4 | u16 | Byte-order mark |
| 0x6 | u8 | Unknown (unused) [check] |
| 0x8 | u32 | Number of entries (num_entries)
|
| 0xc | u32[num_entries] | Array of CRC32 hashes of asset names |