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|        96|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0002|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0003|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     24|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020002|
|C0005|     64|      64|      0|      0|        16|                    ---|
|L0000|     64|      64|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      72|      0|      0|        96|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0001|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0002|     80|      72|      0|      0|       512|                    ---|
|L0000|     80|      72|     32|     28|__________|_______________________|
|C0003|     72|      72|      0|      0|        64|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      72|      0|      0|       192|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0001|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0002|     80|      72|      0|      0|       512|                    ---|
|L0000|     80|      72|     32|     28|__________|_______________________|
|C0003|     72|      72|      0|      0|        48|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0004|     72|      80|      0|      0|        96|                    ---|
|L0000|     72|      80|     28|     32|__________|_______________________|
|C0005|     64|      80|      0|      0|       320|                    ---|
|L0000|     64|      80|     24|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      72|      0|      0|       240|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0001|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0002|     72|      72|      0|      0|       192|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0003|     80|      72|      0|      0|       800|                    ---|
|L0000|     80|      72|     32|     28|__________|_______________________|
|C0004|     64|      80|      0|      0|        96|                    ---|
|L0000|     64|      80|     24|     32|__________|_______________________|
|C0005|     64|      80|      0|      0|        64|                    ---|
|L0000|     64|      80|     24|     32|__________|_______________________|
|C0006|     62|      82|      0|      0|        64|                    ---|
|L0000|     62|      82|     23|     33|__________|_______________________|
|C0007|     64|      80|      0|      0|       240|                    ---|
|L0000|     64|      80|     24|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      72|      0|      0|       240|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0001|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0002|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0003|     80|      72|      0|      0|       128|                    ---|
|L0000|     80|      72|     32|     28|__________|_______________________|
|C0004|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     28|     28|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00010004|
|C0006|     80|      72|      0|      0|       480|                    ---|
|L0000|     80|      72|     40|     20|__________|_______________________|
|C0007|     64|      80|      0|      0|       192|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0008|     64|      80|      0|      0|       128|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0009|     62|      82|      0|      0|        64|                    ---|
|L0000|     62|      82|      7|     17|__________|_______________________|
|C0010|     64|      80|      0|      0|       240|                    ---|
|L0000|     64|      80|      8|     16|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|      0|        64|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0001|     66|      80|      0|      0|       240|                    ---|
|L0000|     66|      80|     33|     24|__________|_______________________|
|C0002|    104|      80|      0|      0|        80|                    ---|
|L0000|    104|      80|     52|     24|__________|_______________________|
|C0003|    104|      80|      0|      0|       128|                    ---|
|L0000|    104|      80|     28|     16|__________|_______________________|
|C0004|    104|      80|      0|      0|        64|                    ---|
|L0000|    104|      80|     28|     16|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00020006|
|C0006|    104|      80|      0|      0|       128|                    ---|
|L0000|    104|      80|     28|     16|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      88|      0|      0|       240|                    ---|
|L0000|     88|      88|     20|     20|__________|_______________________|
|C0001|     90|      88|      0|      0|        80|                    ---|
|L0000|     90|      88|     21|     20|__________|_______________________|
|C0002|    128|      88|      0|      0|       128|                    ---|
|L0000|    128|      88|     40|     20|__________|_______________________|
|C0003|    128|      88|      0|      0|       128|                    ---|
|L0000|    128|      88|     40|     20|__________|_______________________|
|C0004|    128|      88|      0|      0|       128|                    ---|
|L0000|    128|      88|     40|     20|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00020004|
|C0006|    136|      88|      0|      0|       128|                    ---|
|L0000|    136|      88|     44|     20|__________|_______________________|
|C0007|    136|      88|      0|      0|       288|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|C0008|    128|      88|      0|      0|        64|                    ---|
|L0000|    128|      88|     64|     44|__________|_______________________|
|C0009|     82|     100|      0|      0|        48|                    ---|
|L0000|     82|     100|     41|     50|__________|_______________________|
|C0010|     72|     104|      0|      0|       128|                    ---|
|L0000|     72|     104|     37|     76|__________|_______________________|
|C0011|     72|     104|      0|      0|       224|                    ---|
|L0000|     72|     104|     60|     60|__________|_______________________|
|C0012|     72|     104|      0|      0|       256|                    ---|
|L0000|     72|     104|     52|     64|__________|_______________________|
|_____|_______|________|_______|_______|


