IAT Files - Galaxy1036/AL-Assets-RE GitHub Wiki

.iat files are files who contains all information about sprites from .pvr texture image atlas

Format

IFF representation

<form tag="ROOT">
   <form tag="IMAT">
      <chunk tag="0004"/>
   </form>
</form>

Chunks format

"0004"

0004 chunk contains all informations about the sprites coordinates.

Format

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
⚠️ **GitHub.com Fallback** ⚠️