-
Notifications
You must be signed in to change notification settings - Fork 0
.znbl format
james edited this page Jun 1, 2019
·
1 revision
.znbl files are used in the app's ROM. We're unsure what they're used for, but there seems to be one for nearly every menu in the app.
Offset | Type | Details |
---|---|---|
0x0 | char[4] | File magic JNBL
|
0x4 | - | Unknown, always seen as 0x0000
|
0x6 | uint16 | Number of entries |
Each entry is 5 bytes long:
Offset | Type | Details |
---|---|---|
0x0 | uint16 | Unknown - TODO: research this |
0x2 | uint16 | Unknown - TODO: research this |
0x4-0x5 | - | Unknown, possibly bitflags |