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|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     72|      80|      0|      0|       240|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     72|      80|      0|      0|       240|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      72|      0|      8|        64|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0001|     80|      72|      0|      8|        64|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0002|     80|      72|      0|      8|        96|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0003|     80|      72|      0|      8|        80|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0004|     72|      72|      0|      8|        64|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030002|
|C0006|     72|      72|      0|      8|        16|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      88|    -16|     -8|       240|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0001|     96|      88|    -16|     -8|        96|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0002|     96|      88|    -16|     -8|        64|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0003|     96|      88|    -16|     -8|        64|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|C0004|     98|      88|    -16|     -8|       384|                    ---|
|L0000|     98|      88|     49|     44|__________|_______________________|
|C0005|     96|      96|    -16|     -8|        64|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0006|    100|      96|    -16|     -8|        64|                    ---|
|L0000|    100|      96|     50|     48|__________|_______________________|
|C0007|    104|      96|    -16|     -8|        64|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0008|    104|      96|    -16|     -8|        64|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0009|    104|      96|    -16|     -8|        64|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0010|    100|      96|    -16|     -8|       128|                    ---|
|L0000|    100|      96|     50|     48|__________|_______________________|
|C0011|     96|      88|    -16|     -8|       240|                    ---|
|L0000|     96|      88|     48|     44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      80|    -16|      0|       240|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0001|     96|      80|    -16|      0|        64|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0002|     88|      80|    -16|      0|       192|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0003|     96|      80|    -16|      0|       192|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0004|     96|      80|    -16|      0|       192|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030005|
|C0006|     96|      80|    -16|      0|       128|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0007|     96|      80|    -16|      0|       128|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0008|     96|      80|    -16|      0|        96|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0009|     96|      80|    -16|      0|        64|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0010|     98|      80|    -16|      0|       512|                    ---|
|L0000|     98|      80|     49|     40|__________|_______________________|
|C0011|     96|      80|    -16|      0|       128|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0012|    104|      80|    -16|      0|        96|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0013|    104|      80|    -16|      0|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0014|    104|      80|    -16|      0|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0015|    100|      80|    -16|      0|       256|                    ---|
|L0000|    100|      80|     50|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      80|    -16|      0|       240|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0001|     96|      80|    -16|      0|       128|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0002|     96|      80|    -16|      0|       176|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0003|     96|      80|    -16|      0|       288|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020002|
|C0005|     98|      80|    -16|      0|       192|                    ---|
|L0000|     98|      80|     49|     40|__________|_______________________|
|C0006|     96|      80|    -16|      0|        64|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0007|    100|      80|    -16|      0|        64|                    ---|
|L0000|    100|      80|     50|     40|__________|_______________________|
|C0008|    104|      80|    -16|      0|        32|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0009|    104|      80|    -16|      0|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0010|    104|      80|    -16|      0|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0011|    100|      80|    -16|      0|       240|                    ---|
|L0000|    100|      80|     50|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     72|      80|      0|      0|       192|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|     80|      80|      0|      0|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030004|
|C0006|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0007|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      88|     -8|     -8|       240|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0001|     88|      88|     -8|     -8|        64|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0002|     80|      88|     -8|     -8|       192|                    ---|
|L0000|     80|      88|     40|     44|__________|_______________________|
|C0003|     88|      88|     -8|     -8|       192|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0004|     88|      88|     -8|     -8|       192|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030004|
|C0006|     88|      88|     -8|     -8|       128|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0007|     88|      88|     -8|     -8|        64|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0008|     90|      88|     -8|     -8|       320|                    ---|
|L0000|     90|      88|     45|     44|__________|_______________________|
|C0009|     92|      96|     -8|     -8|        64|                    ---|
|L0000|     92|      96|     46|     48|__________|_______________________|
|C0010|     96|      96|     -8|     -8|        64|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0011|     96|      96|     -8|     -8|        64|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0012|     96|      96|     -8|     -8|        64|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0013|     92|      96|     -8|     -8|       240|                    ---|
|L0000|     92|      96|     46|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      96|    -32|    -16|       256|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0001|    112|      96|    -32|    -16|       192|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0002|    104|      96|    -32|    -16|       192|                    ---|
|L0000|    104|      96|     52|     48|__________|_______________________|
|C0003|    112|      96|    -32|    -16|       192|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0004|    112|      96|    -32|    -16|       192|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030006|
|C0006|    112|      96|    -32|    -16|       128|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0007|    112|      96|    -32|    -16|        96|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0008|    120|      96|    -32|    -16|       160|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0009|    128|      88|    -32|    -16|       768|                    ---|
|L0000|    128|      88|     64|     44|__________|_______________________|
|C0010|     88|     112|    -32|    -16|       320|                    ---|
|L0000|     88|     112|     44|     56|__________|_______________________|
|C0011|     96|     112|    -32|    -16|       224|                    ---|
|L0000|     96|     112|     48|     56|__________|_______________________|
|C0012|     96|     120|    -32|    -16|       128|                    ---|
|L0000|     96|     120|     48|     60|__________|_______________________|
|C0013|     96|     120|    -32|    -16|       240|                    ---|
|L0000|     96|     120|     48|     60|__________|_______________________|
|_____|_______|________|_______|_______|


