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|     96|      88|      0|      8|       320|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0001|     96|      88|      0|      8|       160|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0002|     96|      88|      0|      8|       320|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0003|     96|      88|      0|      8|       240|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      88|      0|      8|       320|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0001|     96|      88|      0|      8|       160|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0002|     96|      88|      0|      8|       320|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0003|     96|      88|      0|      8|       240|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     104|      0|     -8|        64|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0001|     96|     104|      0|     -8|        80|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0002|     96|     104|      0|     -8|        64|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0003|     96|     104|      0|     -8|        64|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0004|     96|     104|      0|     -8|        64|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030002|
|C0006|     96|     104|      0|     -8|        16|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|     128|    -32|    -32|       256|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0001|    128|     128|    -32|    -32|       128|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0002|    136|     128|    -32|    -32|       448|                    ---|
|L0000|    136|     128|     68|     64|__________|_______________________|
|C0003|    129|     168|    -32|    -32|       160|                    ---|
|L0000|    128|     168|     64|     84|__________|_______________________|
|C0004|    128|     168|    -32|    -32|       320|                    ---|
|L0000|    128|     168|     64|     84|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|     128|    -32|    -32|       320|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0001|    128|     128|    -32|    -32|       192|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0002|    136|     128|    -32|    -32|       192|                    ---|
|L0000|    136|     128|     68|     64|__________|_______________________|
|C0003|    168|     128|    -32|    -32|       640|                    ---|
|L0000|    168|     128|     84|     64|__________|_______________________|
|C0004|    128|     168|    -32|    -32|       192|                    ---|
|L0000|    128|     168|     64|     84|__________|_______________________|
|C0005|    128|     168|    -32|    -32|       128|                    ---|
|L0000|    128|     168|     64|     84|__________|_______________________|
|C0006|    128|     168|    -32|    -32|       320|                    ---|
|L0000|    128|     168|     64|     84|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      88|      0|      8|       400|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     128|      0|    -32|       448|                    ---|
|L0000|     96|     128|     48|     64|__________|_______________________|
|C0001|     96|     128|      0|    -32|       320|                    ---|
|L0000|     96|     128|     48|     64|__________|_______________________|
|C0002|    104|     128|      0|    -32|       192|                    ---|
|L0000|    104|     128|     52|     64|__________|_______________________|
|C0003|    108|     128|      0|    -32|       192|                    ---|
|L0000|    108|     128|     54|     64|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     152|      0|    -56|       256|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0001|     96|     152|      0|    -56|       512|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0002|     96|     152|      0|    -56|        96|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0003|     96|     152|      0|    -56|        96|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0004|    128|     152|      0|    -56|       128|                    ---|
|L0000|    128|     152|     64|     76|__________|_______________________|
|C0005|    128|     152|      0|    -56|        96|                    ---|
|L0000|    128|     152|     64|     76|__________|_______________________|
|C0006|     96|     152|      0|    -56|        96|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0007|     96|     152|      0|    -56|        64|                    ---|
|L0000|     96|     152|     48|     76|__________|_______________________|
|C0008|     96|     160|      0|    -56|        64|                    ---|
|L0000|     96|     160|     48|     80|__________|_______________________|
|C0009|     96|     150|      0|    -56|        64|                    ---|
|L0000|     96|     150|     48|     75|__________|_______________________|
|C0010|     96|     154|      0|    -56|       240|                    ---|
|L0000|     96|     154|     48|     77|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|     152|     -8|    -56|       256|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0001|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0002|    104|     154|     -8|    -56|       160|                    ---|
|L0000|    104|     154|     52|     77|__________|_______________________|
|C0003|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0004|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0005|    136|     152|     -8|    -56|       160|                    ---|
|L0000|    136|     152|     68|     76|__________|_______________________|
|C0006|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00010002|
|C0008|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0009|    104|     154|     -8|    -56|       160|                    ---|
|L0000|    104|     154|     52|     77|__________|_______________________|
|C0010|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0011|    108|     156|     -8|    -56|       128|                    ---|
|L0000|    108|     156|     54|     78|__________|_______________________|
|C0012|    138|     158|     -8|    -56|       224|                    ---|
|L0000|    138|     158|     69|     80|__________|_______________________|
|C0013|    104|     152|     -8|    -56|       128|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0014|    104|     154|     -8|    -56|       160|                    ---|
|L0000|    104|     154|     52|     77|__________|_______________________|
|C0015|    104|     152|     -8|    -56|       160|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0016|    104|     154|     -8|    -56|       160|                    ---|
|L0000|    104|     154|     52|     77|__________|_______________________|
|C0017|      0|       0|      0|      0|         0|             0x000f0005|
|C0018|    104|     156|     -8|    -56|       384|                    ---|
|L0000|    104|     156|     52|     78|__________|_______________________|
|C0019|    104|     152|     -8|    -56|        96|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0020|    104|     152|     -8|    -56|        96|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0021|    136|     152|     -8|    -56|       128|                    ---|
|L0000|    136|     152|     68|     76|__________|_______________________|
|C0022|    136|     152|     -8|    -56|        96|                    ---|
|L0000|    136|     152|     68|     76|__________|_______________________|
|C0023|    104|     152|     -8|    -56|        96|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0024|    104|     152|     -8|    -56|        64|                    ---|
|L0000|    104|     152|     52|     76|__________|_______________________|
|C0025|    104|     161|     -8|    -56|        64|                    ---|
|L0000|    104|     160|     52|     80|__________|_______________________|
|C0026|    104|     150|     -8|    -56|        64|                    ---|
|L0000|    104|     150|     52|     75|__________|_______________________|
|C0027|    104|     154|     -8|    -56|       256|                    ---|
|L0000|    104|     154|     52|     77|__________|_______________________|
|_____|_______|________|_______|_______|


