|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Structure containing offsets and metadata representing an active .NARC archive file. More...
#include <narc.h>
Data Fields | |
| const u8 * | data |
| size_t | size |
| u32 | btaf_offset |
| u32 | btnf_offset |
| u32 | gmif_offset |
| u32 | gmif_data_offset |
| u32 | file_count |
Structure containing offsets and metadata representing an active .NARC archive file.
| u32 NarcArchive::btaf_offset |
Start address of Block File Allocation Table (BTAF) block.
| u32 NarcArchive::btnf_offset |
Start address of Block File Name Table (BTNF) block.
| const u8* NarcArchive::data |
Pointer to raw binary source file data.
| u32 NarcArchive::file_count |
Number of individual files archived inside.
| u32 NarcArchive::gmif_data_offset |
Start address of actual file payload contents.
| u32 NarcArchive::gmif_offset |
Start address of File Images (GMIF) block.
| size_t NarcArchive::size |
Size of source data in bytes.