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


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


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


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      96|    -16|      0|       240|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0001|    120|      96|    -16|      0|       160|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0002|    120|      88|    -16|      0|       240|                    ---|
|L0000|    120|      88|     60|     44|__________|_______________________|
|C0003|    112|     104|    -16|      0|        64|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0004|    106|     110|    -16|      0|        64|                    ---|
|L0000|    106|     110|     53|     55|__________|_______________________|
|C0005|    112|     112|    -16|      0|        64|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0006|    120|     104|    -16|      0|        64|                    ---|
|L0000|    120|     104|     60|     52|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      96|    -16|      0|       256|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0001|    120|      96|    -16|      0|       160|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0002|    120|      88|    -16|      0|       256|                    ---|
|L0000|    120|      88|     60|     44|__________|_______________________|
|C0003|    112|     104|    -16|      0|       128|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0004|    106|     110|    -16|      0|        64|                    ---|
|L0000|    106|     110|     53|     55|__________|_______________________|
|C0005|    112|     112|    -16|      0|        64|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0006|    118|     106|    -16|      0|       128|                    ---|
|L0000|    118|     106|     59|     53|__________|_______________________|
|C0007|    128|      96|    -16|      0|       512|                    ---|
|L0000|    128|      96|     64|     48|__________|_______________________|
|C0008|    112|     112|    -16|      0|        64|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0009|    136|      96|    -16|      0|       128|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0010|    132|      92|    -16|      0|       128|                    ---|
|L0000|    132|      92|     66|     46|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    120|      94|    -16|      8|        64|                    ---|
|L0000|    120|      94|     60|     47|__________|_______________________|
|C0001|    128|      88|    -16|      8|       192|                    ---|
|L0000|    128|      88|     64|     44|__________|_______________________|
|C0002|    134|      84|    -16|      8|       512|                    ---|
|L0000|    134|      84|     67|     42|__________|_______________________|
|C0003|    124|      92|    -16|      8|       128|                    ---|
|L0000|    124|      92|     62|     46|__________|_______________________|
|C0004|    110|      96|    -16|      8|       256|                    ---|
|L0000|    110|      96|     55|     48|__________|_______________________|
|C0005|    120|      94|    -16|      8|        64|                    ---|
|L0000|    120|      94|     60|     47|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|      96|     -8|      0|       256|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0001|    110|     100|     -8|      0|       128|                    ---|
|L0000|    110|     100|     55|     50|__________|_______________________|
|C0002|    120|      96|     -8|      0|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0003|    120|      96|     -8|      0|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0004|    128|      96|     -8|      0|        96|                    ---|
|L0000|    128|      96|     64|     48|__________|_______________________|
|C0005|    132|      94|     -8|      0|       512|                    ---|
|L0000|    132|      94|     66|     47|__________|_______________________|
|C0006|    110|      96|     -8|      0|       128|                    ---|
|L0000|    110|      96|     55|     48|__________|_______________________|
|C0007|    112|      96|     -8|      0|       128|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0008|    120|      96|     -8|      0|       128|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0009|    128|      96|     -8|      0|        64|                    ---|
|L0000|    128|      96|     64|     48|__________|_______________________|
|C0010|    120|      96|     -8|      0|       128|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0011|      0|       0|      0|      0|         0|             0x00070004|
|C0012|    120|      96|     -8|      0|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     112|      0|    -16|       240|                    ---|
|L0000|     96|     112|     48|     56|__________|_______________________|
|C0001|     96|     112|      0|    -16|       128|                    ---|
|L0000|     96|     112|     48|     56|__________|_______________________|
|C0002|     96|     112|      0|    -16|       160|                    ---|
|L0000|     96|     112|     48|     56|__________|_______________________|
|C0003|    104|     112|      0|    -16|       128|                    ---|
|L0000|    104|     112|     52|     56|__________|_______________________|
|C0004|    112|     112|      0|    -16|       128|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0005|    128|     112|      0|    -16|       128|                    ---|
|L0000|    128|     112|     64|     56|__________|_______________________|
|C0006|    128|     112|      0|    -16|       128|                    ---|
|L0000|    128|     112|     64|     56|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00040004|
|C0008|    112|     112|      0|    -16|       128|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|_____|_______|________|_______|_______|


