IAT Files - Galaxy1036/AL-Assets-RE GitHub Wiki
.iat files are files who contains all information about sprites from .pvr texture image atlas
<form tag="ROOT">
<form tag="IMAT">
<chunk tag="0004"/>
</form>
</form>
0004 chunk contains all informations about the sprites coordinates.
Repeated block until no more data:
Data type | Purpose |
---|---|
UINT8 | Unknown |
STRING | Sprite tag |
STRING | Sprite output path |
UINT16 | Unknown |
UINT16 | Unknown |
UINT16 | Unknown |
UINT16 | Unknown |
UINT16 | Sprite upper left x coordinate |
UINT16 | Sprite upper left y coordinate |
UINT16 | Sprite width |
UINT16 | Sprite height |