-
Notifications
You must be signed in to change notification settings - Fork 0
File Format: LBL
SalsaGal edited this page Jul 21, 2024
·
1 revision
A custom format for exporting labels from SND and MUS files.
The magic number should be "LBLa".
Name | Type | Endianness |
---|---|---|
Magic number | ASCII character x4 | N/A |
Label count | Unsigned 32 bit integer | Little |
There are as many labels as specified in the header. Each offset specifies the beginning index of the label.
Name | Type | Endianness |
---|---|---|
Labels | Unsigned 32 bit integer array | Little |