-
Notifications
You must be signed in to change notification settings - Fork 0
.zncl format
james edited this page Jun 1, 2019
·
1 revision
.zncl 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 JNCL
|
| 0x4 | - | Unknown, always seen as 0x0000
|
| 0x6 | uint16 | Number of entries |
Each entry is 8 bytes long:
| Offset | Type | Details |
|---|---|---|
| 0x0-0x3 | - | Unknown - TODO: research this |
| 0x4-0x7 | - | Always seen as 0? |