|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Functions | |
| NitroFileType | NitroGuess_Detect (const u8 *data, size_t size, int block_offset) |
| Auto-detects the Nitro file format of a data stream by inspecting its magic signature. More... | |
| const char * | NitroGuess_Name (NitroFileType type) |
| Returns a human-readable name string for a NitroFileType. More... | |
| const char * | NitroGuess_Extension (NitroFileType type) |
| Returns the standard file extension string for a NitroFileType. More... | |
| NitroFileType NitroGuess_Detect | ( | const u8 * | data, |
| size_t | size, | ||
| int | block_offset | ||
| ) |
Auto-detects the Nitro file format of a data stream by inspecting its magic signature.
| data | Pointer to binary data buffer. |
| size | Data size in bytes. |
| block_offset | Byte index offset to begin inspection (often 0 or 4). |
| const char* NitroGuess_Extension | ( | NitroFileType | type | ) |
Returns the standard file extension string for a NitroFileType.
| type | Nitro format identifier. |
| const char* NitroGuess_Name | ( | NitroFileType | type | ) |
Returns a human-readable name string for a NitroFileType.
| type | Nitro format identifier. |