TXANs are arrays for storing the frames of an animated texture and specifying how fast it loops.
| Offset |
Type |
Raw Hex |
Value |
Description
|
| 0x00 |
res_id |
01 07 02 00 |
519 |
00519-.TXAN
|
| 0x04 |
lev_id |
01 00 00 06 |
3 |
level 3
|
| 0x08 |
char[12] |
AD DE |
dead |
unused
|
| 0x14 |
int16 |
05 00 |
5 |
loop speed
|
| 0x16 |
int16 |
05 00 |
5 |
unused; always equal to loop speed
|
| 0x18 |
int16 |
00 00 |
0 |
unused; always 0
|
| 0x1A |
char[2] |
AD DE |
dead |
unused
|
| 0x1C |
int32 |
0F 00 00 00 |
15 |
array size
|
| First element (black outline)
|
| 0x00 |
link |
00 00 00 00 |
unused |
link to a TXMP file; not used, because 00518-GOO.TXMP initializes this animation
|