.zncl format - Flipnote-Collective/flipnote-studio-docs GitHub Wiki
.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.
Header
Offset | Type | Details |
---|---|---|
0x0 | char[4] | File magic JNCL |
0x4 | - | Unknown, always seen as 0x0000 |
0x6 | uint16 | Number of entries |
Entry table
Each entry is 8 bytes long:
Offset | Type | Details |
---|---|---|
0x0-0x3 | - | Unknown - TODO: research this |
0x4-0x7 | - | Always seen as 0? |