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


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


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


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


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    120|      88|    -64|    -24|       128|                    ---|
|L0000|    120|      88|     60|     44|__________|_______________________|
|C0001|    120|      96|    -64|    -24|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0002|    120|      96|    -64|    -24|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0003|    136|      96|    -64|    -24|        64|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0004|    144|      88|    -64|    -24|        64|                    ---|
|L0000|    144|      88|     72|     44|__________|_______________________|
|C0005|    136|      88|    -64|    -24|        64|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|C0006|    160|      96|    -64|    -24|        64|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0007|    168|      96|    -64|    -24|        64|                    ---|
|L0000|    168|      96|     84|     48|__________|_______________________|
|C0008|    160|      96|    -64|    -24|        64|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0009|    120|      96|    -64|    -24|        64|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00000002|
|C0011|    120|      88|    -64|    -24|        64|                    ---|
|L0000|    120|      88|     60|     44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     48|     128|      8|    -64|       160|                    ---|
|L0000|     48|     128|     24|     64|__________|_______________________|
|C0001|     48|     128|      8|    -64|        96|                    ---|
|L0000|     48|     128|     24|     64|__________|_______________________|
|C0002|     48|     120|      8|    -64|        96|                    ---|
|L0000|     48|     120|     24|     60|__________|_______________________|
|C0003|     48|     120|      8|    -64|        96|                    ---|
|L0000|     48|     120|     24|     60|__________|_______________________|
|C0004|     48|     112|      8|    -64|        96|                    ---|
|L0000|     48|     112|     24|     56|__________|_______________________|
|C0005|     48|     108|      8|    -64|        96|                    ---|
|L0000|     48|     108|     24|     54|__________|_______________________|
|C0006|     48|      96|      8|    -64|        96|                    ---|
|L0000|     48|      96|     24|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      64|      0|      0|       288|                    ---|
|L0000|     56|      64|     28|     32|__________|_______________________|
|C0001|     64|      64|      0|      0|       224|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0002|     66|      64|      0|      0|       192|                    ---|
|L0000|     66|      64|     33|     32|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000002|
|C0004|     64|      64|      0|      0|       128|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|_____|_______|________|_______|_______|


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


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|     112|      0|    -48|       160|                    ---|
|L0000|     56|     112|     28|     56|__________|_______________________|
|C0001|     66|     112|      0|    -48|        96|                    ---|
|L0000|     66|     112|     33|     56|__________|_______________________|
|C0002|     64|     112|      0|    -48|        96|                    ---|
|L0000|     64|     112|     32|     56|__________|_______________________|
|C0003|     64|     112|      0|    -48|        96|                    ---|
|L0000|     64|     112|     32|     56|__________|_______________________|
|C0004|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     28|     56|__________|_______________________|
|C0005|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     28|     56|__________|_______________________|
|C0006|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     28|     56|__________|_______________________|
|C0007|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     29|     80|__________|_______________________|
|C0008|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     60|     64|__________|_______________________|
|C0009|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     44|     68|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00070005|
|C0011|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     60|     76|__________|_______________________|
|C0012|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     53|     72|__________|_______________________|
|C0013|     56|     112|      0|    -48|        96|                    ---|
|L0000|     56|     112|     36|    104|__________|_______________________|
|C0014|     56|     112|      0|    -48|       160|                    ---|
|L0000|     56|     112|     84|     92|__________|_______________________|
|_____|_______|________|_______|_______|


