|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Functions | |
| int | NdsFat_GetRange (const u8 *rom, size_t rom_size, const NdsHeader *header, int file_id, NdsFatRange *out_range) |
| Reads boundary coordinates of a specific file ID from the NDS ROM FAT. More... | |
| int NdsFat_GetRange | ( | const u8 * | rom, |
| size_t | rom_size, | ||
| const NdsHeader * | header, | ||
| int | file_id, | ||
| NdsFatRange * | out_range | ||
| ) |
Reads boundary coordinates of a specific file ID from the NDS ROM FAT.
| rom | Pointer to loaded NDS ROM buffer. |
| rom_size | ROM size in bytes. |
| header | Pointer to parsed ROM header containing FAT offset configurations. |
| file_id | Target file index identifier. |
| out_range | Destination structure to populate. |