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|     72|      56|      0|      0|        64|                    ---|
|L0000|     72|      56|     36|     28|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010002|
|C0004|     72|      56|      0|      0|        16|                    ---|
|L0000|     72|      56|     36|     28|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|    -16|       192|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0001|     56|      80|      0|    -16|        64|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0002|     56|      72|      0|    -16|       256|                    ---|
|L0000|     56|      72|     28|     36|__________|_______________________|
|C0003|     56|      80|      0|    -16|       128|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0004|     64|      80|      0|    -16|       128|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0005|     64|      88|      0|    -16|       128|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0006|     64|      80|      0|    -16|       128|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0007|     64|      80|      0|    -16|       256|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      72|      0|     -8|       240|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0001|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0002|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0003|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0004|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     37|__________|_______________________|
|C0005|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0006|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0007|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0008|     64|      81|      0|     -8|       128|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0009|     64|      72|      0|     -8|       128|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0010|     64|      72|      0|     -8|        16|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|_____|_______|________|_______|_______|


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


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      56|      0|      8|       256|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|C0001|     64|      56|      0|      8|       128|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|C0002|     64|      56|      0|      8|       128|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|C0003|     64|      56|      0|      8|       128|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|C0004|     64|      56|      0|      8|       128|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00010002|
|C0006|     64|      56|      0|      8|       128|                    ---|
|L0000|     64|      56|     32|     28|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      88|      0|    -24|       256|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0001|     64|      88|      0|    -24|       128|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0002|     64|      88|      0|    -24|        96|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0003|     64|      88|      0|    -24|        64|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020007|
|C0005|     64|      88|      0|    -24|        48|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0006|     64|      88|      0|    -24|        96|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0007|     64|      88|      0|    -24|        64|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0008|     64|      88|      0|    -24|       128|                    ---|
|L0000|     64|      88|     32|     44|__________|_______________________|
|C0009|     64|      92|      0|    -24|       128|                    ---|
|L0000|     64|      92|     32|     46|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|     112|    -48|    -48|       256|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0001|    112|     112|    -48|    -48|       128|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0002|    112|     120|    -48|    -48|       192|                    ---|
|L0000|    112|     120|     56|     60|__________|_______________________|
|C0003|    112|     112|    -48|    -48|       128|                    ---|
|L0000|    112|     112|     56|     56|__________|_______________________|
|C0004|    104|     112|    -48|    -48|       128|                    ---|
|L0000|    104|     112|     52|     56|__________|_______________________|
|C0005|    104|     104|    -48|    -48|        96|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0006|    104|     104|    -48|    -48|        96|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0007|    112|     104|    -48|    -48|        96|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0008|    104|     104|    -48|    -48|        96|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0009|    104|     104|    -48|    -48|        96|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0010|    112|     104|    -48|    -48|        96|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0011|    104|     104|    -48|    -48|        96|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0012|      0|       0|      0|      0|         0|             0x00050002|
|C0013|    106|     104|    -48|    -48|        64|                    ---|
|L0000|    106|     104|     53|     52|__________|_______________________|
|C0014|    104|     104|    -48|    -48|        64|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0015|      0|       0|      0|      0|         0|             0x000d0006|
|C0016|    112|     104|    -48|    -48|        96|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0017|    112|     104|    -48|    -48|        96|                    ---|
|L0000|    112|     104|     56|     52|__________|_______________________|
|C0018|    120|     104|    -48|    -48|        96|                    ---|
|L0000|    120|     104|     60|     52|__________|_______________________|
|C0019|    136|     104|    -48|    -48|        96|                    ---|
|L0000|    136|     104|     68|     52|__________|_______________________|
|C0020|    168|     120|    -48|    -48|       128|                    ---|
|L0000|    168|     120|     84|     60|__________|_______________________|
|C0021|     88|     144|    -48|    -48|       160|                    ---|
|L0000|     88|     144|     44|     72|__________|_______________________|
|C0022|      0|       0|    -48|    -48|       160|                    ---|
|L0000|      0|       0|      0|      0|__________|_______________________|
|_____|_______|________|_______|_______|


