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|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0001|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0002|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0001|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0002|     32|      48|      8|      0|       128|                    ---|
|L0000|     32|      48|     16|     24|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|        64|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|        64|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     40|      48|      0|      0|        64|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0003|     48|      48|      0|      0|        64|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0004|     40|      48|      0|      0|        64|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0005|     40|      48|      0|      0|        64|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0006|     48|      48|      0|      0|        64|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00050002|
|C0008|     48|      48|      0|      0|        16|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    120|      96|    -40|    -48|        48|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0001|    128|      96|    -40|    -48|        64|                    ---|
|L0000|    128|      96|     64|     48|__________|_______________________|
|C0002|    136|      96|    -40|    -48|        32|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0003|    144|      96|    -40|    -48|        64|                    ---|
|L0000|    144|      96|     72|     48|__________|_______________________|
|C0004|    104|      96|    -40|    -48|        64|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0005|    112|      96|    -40|    -48|        64|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0006|    120|      96|    -40|    -48|       128|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00000001|
|C0008|     80|      96|    -40|    -48|       128|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|      72|    -64|    -24|       128|                    ---|
|L0000|    104|      72|     52|     36|__________|_______________________|
|C0001|    104|      80|    -64|    -24|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0002|    104|      80|    -64|    -24|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0003|    120|      80|    -64|    -24|        64|                    ---|
|L0000|    120|      80|     60|     40|__________|_______________________|
|C0004|    128|      72|    -64|    -24|        64|                    ---|
|L0000|    128|      72|     64|     36|__________|_______________________|
|C0005|    120|      72|    -64|    -24|        64|                    ---|
|L0000|    120|      72|     60|     36|__________|_______________________|
|C0006|    144|      80|    -64|    -24|        64|                    ---|
|L0000|    144|      80|     72|     40|__________|_______________________|
|C0007|    152|      80|    -64|    -24|        64|                    ---|
|L0000|    152|      80|     76|     40|__________|_______________________|
|C0008|    144|      80|    -64|    -24|        64|                    ---|
|L0000|    144|      80|     72|     40|__________|_______________________|
|C0009|    104|      80|    -64|    -24|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00000002|
|C0011|    104|      72|    -64|    -24|        64|                    ---|
|L0000|    104|      72|     52|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     32|     104|      8|    -56|       160|                    ---|
|L0000|     32|     104|     16|     52|__________|_______________________|
|C0001|     32|     104|      8|    -56|        96|                    ---|
|L0000|     32|     104|     16|     52|__________|_______________________|
|C0002|     40|      96|      8|    -56|        96|                    ---|
|L0000|     40|      96|     20|     48|__________|_______________________|
|C0003|     32|      96|      8|    -56|        96|                    ---|
|L0000|     32|      96|     16|     48|__________|_______________________|
|C0004|     32|      88|      8|    -56|        96|                    ---|
|L0000|     32|      88|     16|     44|__________|_______________________|
|C0005|     32|      84|      8|    -56|        96|                    ---|
|L0000|     32|      84|     16|     42|__________|_______________________|
|C0006|     40|      72|      8|    -56|        96|                    ---|
|L0000|     40|      72|     20|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       288|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       224|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     50|      48|      0|      0|       192|                    ---|
|L0000|     50|      48|     25|     24|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000002|
|C0004|     48|      48|      0|      0|       128|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     48|      48|     -8|      0|       192|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0001|     40|      48|     -8|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0002|     48|      48|     -8|      0|       160|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0003|     64|      48|     -8|      0|       160|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|     56|      48|     -8|      0|       160|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00010004|
|C0006|     48|      48|     -8|      0|       192|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      88|      0|    -40|       160|                    ---|
|L0000|     40|      88|     20|     44|__________|_______________________|
|C0001|     50|      88|      0|    -40|        96|                    ---|
|L0000|     50|      88|     25|     44|__________|_______________________|
|C0002|     48|      88|      0|    -40|        96|                    ---|
|L0000|     48|      88|     24|     44|__________|_______________________|
|C0003|     48|      88|      0|    -40|        96|                    ---|
|L0000|     48|      88|     24|     44|__________|_______________________|
|C0004|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     20|     44|__________|_______________________|
|C0005|     48|      88|      0|    -40|        96|                    ---|
|L0000|     48|      88|     24|     44|__________|_______________________|
|C0006|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     20|     44|__________|_______________________|
|C0007|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     21|     60|__________|_______________________|
|C0008|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     20|     60|__________|_______________________|
|C0009|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     44|     56|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00070005|
|C0011|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     60|     64|__________|_______________________|
|C0012|     48|      88|      0|    -40|        96|                    ---|
|L0000|     48|      88|     49|     68|__________|_______________________|
|C0013|     40|      88|      0|    -40|        96|                    ---|
|L0000|     40|      88|     20|     60|__________|_______________________|
|C0014|     40|      88|      0|    -40|       160|                    ---|
|L0000|     40|      88|     44|     80|__________|_______________________|
|_____|_______|________|_______|_______|


