This document will give you the information to properly animate sequences from the sprite sheets. First, each row in the sprite sheets is a separate sequence; a separate animation. For each frame of the animation, there are specific transformations and such associated with it. That's what this text file is for. Sequentially, the frames are ordered into a table and separated based on the sequence they appear in. First field is the width of the frame, then the height. Essentially, you copy this much of the frame. Following are the X-Translations and Y-Translations. For these, it is how much the frame needs to be moved along the X and Y axes to be properly positions. Negative for X means left, positive right, and negative for Y means up, positive down. Then is the time in milliseconds. Not too much to say about that, but following are notes; these will mostly be ignored, but some frames are callbacks to code execution, holding for a special effect (usually HP reduction or dialogue). For these, you can set the time to zero, or you can set it as the stopping point of the animation, or whatever. Also, sometimes multiple frames need to be combined. In this situation, you... Combine the noted frames into a single one. Yeah.

Sequence #0
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     112|      0|      0|       464|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0001|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0002|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0003|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0004|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0005|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0006|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0007|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     112|      0|      0|       464|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0001|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0002|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0003|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0004|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0005|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0006|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0007|    112|     112|      0|      0|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      96|      0|     16|        48|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0001|    112|      96|      0|     16|        96|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0002|    112|      96|      0|     16|        96|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0003|    112|      96|      0|     16|        96|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0004|    112|      96|      0|     16|        16|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    136|     160|    -24|    -48|       384|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0001|    136|     160|    -24|    -48|       128|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0002|    136|     160|    -24|    -48|       128|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0003|    136|     160|    -24|    -48|       128|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0004|    136|     160|    -24|    -48|       128|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0005|    152|     160|    -24|    -48|       128|                    ---|
|L0000|    152|     160|     76|     80|__________|_______________________|
|C0006|    160|     160|    -24|    -48|       128|                    ---|
|L0000|    160|     160|     80|     80|__________|_______________________|
|C0007|    160|     160|    -24|    -48|       128|                    ---|
|L0000|    160|     160|     80|     80|__________|_______________________|
|C0008|    160|     160|    -24|    -48|       336|                    ---|
|L0000|    160|     160|     80|     80|__________|_______________________|
|C0009|    160|     152|    -24|    -48|        48|                    ---|
|L0000|    160|     152|     80|     76|__________|_______________________|
|C0010|    168|     152|    -24|    -48|        96|                    ---|
|L0000|    168|     152|     84|     76|__________|_______________________|
|C0011|    160|     152|    -24|    -48|        48|                    ---|
|L0000|    160|     152|     80|     76|__________|_______________________|
|C0012|    160|     160|    -24|    -48|        96|                    ---|
|L0000|    160|     160|     80|     80|__________|_______________________|
|C0013|    160|     160|    -24|    -48|        80|                    ---|
|L0000|    160|     160|     80|     80|__________|_______________________|
|C0014|    136|     160|    -24|    -48|        48|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0015|    136|     160|    -24|    -48|        48|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|C0016|    136|     160|    -24|    -48|       160|                    ---|
|L0000|    136|     160|     68|     80|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    160|     144|    -48|    -32|       384|                    ---|
|L0000|    160|     144|     80|     72|__________|_______________________|
|C0001|    176|     144|    -48|    -32|       128|                    ---|
|L0000|    176|     144|     88|     72|__________|_______________________|
|C0002|    184|     144|    -48|    -32|       128|                    ---|
|L0000|    184|     144|     92|     72|__________|_______________________|
|C0003|    184|     144|    -48|    -32|       464|                    ---|
|L0000|    184|     144|     92|     72|__________|_______________________|
|C0004|    200|     144|    -48|    -32|       224|                    ---|
|L0000|    200|     144|    100|     72|__________|_______________________|
|C0005|    200|     144|    -48|    -32|       512|                    ---|
|L0000|    200|     144|    100|     72|__________|_______________________|
|C0006|    200|     144|    -48|    -32|       128|                    ---|
|L0000|    200|     144|    100|     72|__________|_______________________|
|C0007|    200|     136|    -48|    -32|       128|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0008|    200|     136|    -48|    -32|       128|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0009|    200|     136|    -48|    -32|       128|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0010|    200|     136|    -48|    -32|       128|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0011|    200|     128|    -48|    -32|        80|                    ---|
|L0000|    200|     128|    100|     64|__________|_______________________|
|C0012|    200|     136|    -48|    -32|       768|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0013|    200|     136|    -48|    -32|        96|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0014|    200|     120|    -48|    -32|        96|                    ---|
|L0000|    200|     120|    100|     60|__________|_______________________|
|C0015|    208|     120|    -48|    -32|        96|                    ---|
|L0000|    208|     120|    104|     60|__________|_______________________|
|C0016|    200|     120|    -48|    -32|        96|                    ---|
|L0000|    200|     120|    100|     60|__________|_______________________|
|C0017|    200|     120|    -48|    -32|        96|                    ---|
|L0000|    200|     120|    100|     60|__________|_______________________|
|C0018|    208|     120|    -48|    -32|        32|                    ---|
|L0000|    208|     120|    104|     60|__________|_______________________|
|C0019|    200|     120|    -48|    -32|        32|                    ---|
|L0000|    200|     120|    100|     60|__________|_______________________|
|C0020|    200|     136|    -48|    -32|       208|                    ---|
|L0000|    200|     136|    100|     68|__________|_______________________|
|C0021|    208|     144|    -48|    -32|        32|                    ---|
|L0000|    208|     144|    104|     72|__________|_______________________|
|C0022|    208|     136|    -48|    -32|        80|                    ---|
|L0000|    208|     136|    104|     68|__________|_______________________|
|C0023|    208|     144|    -48|    -32|        80|                    ---|
|L0000|    208|     144|    104|     72|__________|_______________________|
|C0024|    208|     136|    -48|    -32|        80|                    ---|
|L0000|    208|     136|    104|     68|__________|_______________________|
|C0025|    208|     144|    -48|    -32|       160|                    ---|
|L0000|    208|     144|    104|     72|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0001|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0002|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000004|
|C0004|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0001|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0002|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000004|
|C0004|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0001|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0002|    112|     160|      0|    -48|       176|                    ---|
|L0000|    112|     160|     56|     80|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    136|     120|    -24|    -48|        96|                    ---|
|L0000|    136|     120|     68|     60|__________|_______________________|
|C0001|    120|     136|    -24|    -48|        96|                    ---|
|L0000|    120|     136|     60|     68|__________|_______________________|
|C0002|    128|     128|    -24|    -48|        96|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0003|    112|     128|    -24|    -48|        96|                    ---|
|L0000|    112|     128|     56|     64|__________|_______________________|
|C0004|    112|     112|    -24|    -48|        96|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0005|    104|      96|    -24|    -48|        96|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0006|    128|     120|    -24|    -48|        96|                    ---|
|L0000|    128|     120|     64|     60|__________|_______________________|
|C0007|    160|     144|    -24|    -48|        96|                    ---|
|L0000|    160|     144|     80|     72|__________|_______________________|
|C0008|    160|     144|    -24|    -48|       176|                    ---|
|L0000|    160|     144|     80|     72|__________|_______________________|
|C0009|    160|     136|    -24|    -48|       176|                    ---|
|L0000|    160|     136|     80|     68|__________|_______________________|
|C0010|    160|     144|    -24|    -48|       176|                    ---|
|L0000|    160|     144|     80|     72|__________|_______________________|
|C0011|      0|       0|      0|      0|         0|             0x00080000|
|_____|_______|________|_______|_______|


Sequence #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    200|     160|    -48|    -32|        96|                    ---|
|L0000|    200|     160|    100|     80|__________|_______________________|
|C0001|    208|     160|    -48|    -32|        96|                    ---|
|L0000|    208|     160|    104|     80|__________|_______________________|
|C0002|    208|     160|    -48|    -32|        96|                    ---|
|L0000|    208|     160|    104|     80|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


