



































Data File: AnimData.mul
This file has no indexer. Directly after one block ends, another begins.
Block:
Dim header As Integer ' Unknown
Entries...Each block contains eight entries.
Entry:
Dim frameData(64) As Byte (Signed) ' This could be less than 64 bytes, I recall seeing some garbage data near the end.
Dim unknown As Byte
Dim frameCount As Byte
Dim frameInterval As Byte ' Move to the next frame every (frameInterval * 50) milliseconds.
Dim frameStart As Byte ' It is believed this is the delay before the animation starts (frameStart * 50ms).