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|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0001|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0002|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0001|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0002|     64|      64|      0|      0|       240|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0001|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0002|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     32|     16|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010002|
|C0004|     64|      64|      0|      0|        16|                    ---|
|L0000|     64|      64|     32|     16|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|      0|       240|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0001|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0002|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0003|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0004|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|    -40|     36|__________|_______________________|
|C0005|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|    -40|     36|__________|_______________________|
|C0006|      0|       0|      0|      0|         0|             0x00020002|
|C0007|     64|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|    -40|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    136|      64|      0|      0|       240|                    ---|
|L0000|    136|      64|     -4|     32|__________|_______________________|
|C0001|    136|      64|      0|      0|       128|                    ---|
|L0000|    136|      64|     -4|     32|__________|_______________________|
|C0002|    128|      64|      0|      0|        80|                    ---|
|L0000|    128|      64|     -8|     32|__________|_______________________|
|C0003|    128|      64|      0|      0|        80|                    ---|
|L0000|    128|      64|     -8|     32|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x0002000a|
|C0005|    136|      64|      0|      0|        80|                    ---|
|L0000|    136|      64|     68|     16|__________|_______________________|
|C0006|    112|      72|      0|      0|        80|                    ---|
|L0000|    112|      72|     56|     20|__________|_______________________|
|C0007|     72|     100|      0|      0|        80|                    ---|
|L0000|     56|     100|     36|     34|__________|_______________________|
|C0008|     80|      88|      0|      0|        80|                    ---|
|L0000|     80|      88|     40|     28|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|      0|       256|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0001|     64|      72|      0|      0|       160|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0002|     64|      72|      0|      0|       160|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0003|     64|      72|      0|      0|       160|                    ---|
|L0000|     64|      72|     32|     20|__________|_______________________|
|C0004|     64|      72|      0|      0|       160|                    ---|
|L0000|     64|      72|      8|     36|__________|_______________________|
|C0005|     64|      72|      0|      0|       160|                    ---|
|L0000|     64|      72|      8|     36|__________|_______________________|
|C0006|      0|       0|      0|      0|         0|             0x00020004|
|C0007|     64|      72|      0|      0|       128|                    ---|
|L0000|     64|      72|      8|     36|__________|_______________________|
|C0008|     64|      80|      0|      0|       256|                    ---|
|L0000|     64|      80|      8|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      64|      0|      0|       240|                    ---|
|L0000|     88|      64|     20|     32|__________|_______________________|
|C0001|     88|      64|      0|      0|       128|                    ---|
|L0000|     88|      64|     20|     32|__________|_______________________|
|C0002|     88|      56|      0|      0|       128|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0003|     92|      60|      0|      0|        64|                    ---|
|L0000|     92|      60|     22|     30|__________|_______________________|
|C0004|     94|      60|      0|      0|        64|                    ---|
|L0000|     94|      60|     23|     30|__________|_______________________|
|C0005|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0006|     90|      56|      0|      0|        64|                    ---|
|L0000|     90|      56|     21|     28|__________|_______________________|
|C0007|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0008|     90|      56|      0|      0|        64|                    ---|
|L0000|     90|      56|     21|     28|__________|_______________________|
|C0009|     88|      56|      0|      0|        80|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0010|     90|      56|      0|      0|        64|                    ---|
|L0000|     90|      56|     21|     28|__________|_______________________|
|C0011|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0012|      0|       0|      0|      0|         0|             0x00030001|
|C0013|     72|      80|      0|      0|       192|                    ---|
|L0000|     72|      80|     12|     40|__________|_______________________|
|C0014|     76|      70|      0|      0|        64|                    ---|
|L0000|     76|      70|     14|     35|__________|_______________________|
|C0015|     80|      68|      0|      0|        64|                    ---|
|L0000|     80|      68|     16|     34|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      64|      0|      0|       240|                    ---|
|L0000|     88|      64|     20|     32|__________|_______________________|
|C0001|     88|      64|      0|      0|        96|                    ---|
|L0000|     88|      64|     20|     32|__________|_______________________|
|C0002|     88|      56|      0|      0|        96|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0003|     92|      60|      0|      0|        64|                    ---|
|L0000|     92|      60|     22|     30|__________|_______________________|
|C0004|     94|      60|      0|      0|        64|                    ---|
|L0000|     94|      60|     23|     30|__________|_______________________|
|C0005|     88|      56|      0|      0|       128|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0006|     90|      56|      0|      0|       576|                    ---|
|L0000|     90|      56|     21|     28|__________|_______________________|
|C0007|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0008|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0009|     88|      56|      0|      0|        80|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0010|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     20|     28|__________|_______________________|
|C0011|     72|      80|      0|      0|        48|                    ---|
|L0000|     72|      80|     12|     40|__________|_______________________|
|C0012|     76|      70|      0|      0|        48|                    ---|
|L0000|     76|      70|     38|     35|__________|_______________________|
|C0013|     80|      68|      0|      0|        48|                    ---|
|L0000|     80|      68|     40|     34|__________|_______________________|
|C0014|      0|       0|      0|      0|         0|             0x00080003|
|C0015|     88|      56|      0|      0|       128|                    ---|
|L0000|     88|      56|     44|     28|__________|_______________________|
|C0016|     90|      56|      0|      0|       128|                    ---|
|L0000|     90|      56|     45|     28|__________|_______________________|
|C0017|      0|       0|      0|      0|         0|             0x000f0006|
|C0018|     88|      56|      0|      0|        64|                    ---|
|L0000|     88|      56|     44|     28|__________|_______________________|
|C0019|     88|      56|      0|      0|        96|                    ---|
|L0000|     88|      56|     44|     28|__________|_______________________|
|C0020|     88|      56|      0|      0|       128|                    ---|
|L0000|     88|      56|     44|     28|__________|_______________________|
|C0021|     88|      56|      0|      0|       160|                    ---|
|L0000|     88|      56|     44|     28|__________|_______________________|
|C0022|     72|      80|      0|      0|        48|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0023|     76|      70|      0|      0|        48|                    ---|
|L0000|     76|      70|     38|     35|__________|_______________________|
|C0024|     80|      68|      0|      0|        48|                    ---|
|L0000|     80|      68|     40|     34|__________|_______________________|
|_____|_______|________|_______|_______|


