BNBL Files
From CW-Games Wiki
First of all, bnbl files are files that define the areas where you can tick with the styles to activate a button:
Header
The header is very simple:
| Offset | Nr of bytes | Description |
|---|---|---|
| 0x00 | 4 | Magic Stamp: 0x4A4E424C(JNBL). |
| 0x04 | 2 | Always 0x00. |
| 0x06 | 2 | Number of overlays. |
Overlay definitions
The overlays are the areas where you can tick with the styles to activate a button:
| Offset | Nr of bytes | Description |
|---|---|---|
| 0x00 | 2 | X position. |
| 0x02 | 2 | Y position |
| 0x04 | 1 | Width |
| 0x05 | 1 | Height |