LEV (File Format): Difference between revisions
From Wexos's Wiki
Jump to navigationJump to search
(Imported from avsys wiki) |
(No difference)
|
Revision as of 17:40, 1 May 2024
LEV (LEVel) is a file format from Diddy Kong Racing DS that contains indexes that link to assets.bin.
File Format
The file byte order is always little endian.
Asset Table
The file contains two tables. The first one links all the asset IDs from assets.bin used for the level/scene. The second table links to unknown IDs.
| Offset | Type | Description |
|---|---|---|
| 0x00 | UInt16 | Number of IDs used N. |
| 0x00 + 2 | UInt16[N] | IDs. |
Tools
The following tools can handle LEV files:
- (none)