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


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0002|     56|      40|      0|      8|       240|                    ---|
|L0000|     56|      40|     28|     20|__________|_______________________|
|C0003|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


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


Sequence #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      48|      0|      8|       240|                    ---|
|L0000|     56|      48|     28|     24|__________|_______________________|
|C0001|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|     32|     24|__________|_______________________|
|C0002|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|    -16|     24|__________|_______________________|
|C0003|     64|      48|      0|      8|       240|                    ---|
|L0000|     64|      48|    -16|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #10
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    296|     184|   -128|   -120|       128|                    ---|
|L0000|    296|     184|    100|     92|__________|_______________________|
|C0001|    288|     160|   -128|   -120|       128|                    ---|
|L0000|    288|     160|     96|     80|__________|_______________________|
|C0002|    272|     184|   -128|   -120|       128|                    ---|
|L0000|    272|     184|     88|     92|__________|_______________________|
|C0003|    288|     208|   -128|   -120|       128|                    ---|
|L0000|    288|     208|     96|    104|__________|_______________________|
|C0004|    296|     208|   -128|   -120|       192|                    ---|
|L0000|    296|     208|    100|    104|__________|_______________________|
|C0005|    304|     208|   -128|   -120|       192|                    ---|
|L0000|    304|     208|    152|    104|__________|_______________________|
|C0006|    304|     200|   -128|   -120|       192|                    ---|
|L0000|    304|     200|    152|    100|__________|_______________________|
|C0007|    304|     208|   -128|   -120|       192|                    ---|
|L0000|    304|     208|    152|    104|__________|_______________________|
|C0008|    296|     208|   -128|   -120|       192|                    ---|
|L0000|    296|     208|    148|    104|__________|_______________________|
|C0009|    304|     208|   -128|   -120|       192|                    ---|
|L0000|    304|     208|    152|    104|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00000002|
|_____|_______|________|_______|_______|


Unused set of frames.

