|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Implementations of Pokemon coordinate mapping functions. More...
Functions | |
| int | Coord_Parse (const u8 *data, size_t size, CoordFile *out) |
| Parses coordinate records from raw binary data. More... | |
| void | Coord_Free (CoordFile *coords) |
| Deallocates all resources held inside a CoordFile structure. More... | |
Implementations of Pokemon coordinate mapping functions.
| void Coord_Free | ( | CoordFile * | coords | ) |
Parses coordinate records from raw binary data.
| data | Pointer to the binary source data buffer. |
| size | Size of the data buffer in bytes. |
| out | Pointer to the CoordFile structure to populate. |