|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Represents offset boundaries of an individual file in the NDS ROM filesystem. More...
#include <nds_fat.h>
Data Fields | |
| u32 | start |
| u32 | end |
| u32 | size |
Represents offset boundaries of an individual file in the NDS ROM filesystem.
| u32 NdsFatRange::end |
End byte offset inside ROM file.
| u32 NdsFatRange::size |
Size of the file in bytes.
| u32 NdsFatRange::start |
Start byte offset inside ROM file.