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


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      64|    -16|      0|       240|                    ---|
|L0000|     80|      64|     40|     32|__________|_______________________|
|C0001|     80|      64|    -16|      0|        96|                    ---|
|L0000|     80|      64|     40|     32|__________|_______________________|
|C0002|     88|      64|    -16|      0|       128|                    ---|
|L0000|     88|      64|     44|     32|__________|_______________________|
|C0003|     90|      64|    -16|      0|       192|                    ---|
|L0000|     90|      64|     45|     32|__________|_______________________|
|C0004|     80|      64|    -16|      0|        64|                    ---|
|L0000|     80|      64|     40|     32|__________|_______________________|
|C0005|     84|      64|    -16|      0|       160|                    ---|
|L0000|     84|      64|     42|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      64|    -24|      0|       240|                    ---|
|L0000|     88|      64|     44|     32|__________|_______________________|
|C0001|     88|      64|    -24|      0|       128|                    ---|
|L0000|     88|      64|     44|     32|__________|_______________________|
|C0002|     96|      64|    -24|      0|        64|                    ---|
|L0000|     96|      64|     48|     32|__________|_______________________|
|C0003|     98|      64|    -24|      0|       384|                    ---|
|L0000|     98|      64|     49|     32|__________|_______________________|
|C0004|     88|      64|    -24|      0|       160|                    ---|
|L0000|     88|      64|     44|     32|__________|_______________________|
|C0005|     96|      64|    -24|      0|        64|                    ---|
|L0000|     96|      64|     48|     32|__________|_______________________|
|C0006|     96|      64|    -24|      0|       224|                    ---|
|L0000|     96|      64|     48|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      64|      0|      0|       256|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0001|     62|      64|      0|      0|       192|                    ---|
|L0000|     62|      64|     31|     32|__________|_______________________|
|C0002|     48|      64|      0|      0|       192|                    ---|
|L0000|     48|      64|     24|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      72|    -24|     -8|       240|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0001|     96|      72|    -24|     -8|        96|                    ---|
|L0000|     96|      72|     48|     36|__________|_______________________|
|C0002|    112|      72|    -24|     -8|        96|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0003|    112|      72|    -24|     -8|       128|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0004|    112|      72|    -24|     -8|       128|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030002|
|C0006|    112|      72|    -24|     -8|       320|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0007|     88|      72|    -24|     -8|        64|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0008|     88|      72|    -24|     -8|        64|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0009|     88|      72|    -24|     -8|        64|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0010|     88|      72|    -24|     -8|        96|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      96|    -24|    -32|       240|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0001|     88|      96|    -24|    -32|       128|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0002|     96|      96|    -24|    -32|        80|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0003|     98|      96|    -24|    -32|       192|                    ---|
|L0000|     98|      96|     49|     48|__________|_______________________|
|C0004|     90|      96|    -24|    -32|        32|                    ---|
|L0000|     90|      96|     45|     48|__________|_______________________|
|C0005|     86|      96|    -24|    -32|       192|                    ---|
|L0000|     86|      96|     43|     48|__________|_______________________|
|C0006|     88|      96|    -24|    -32|        64|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0007|     88|      96|    -24|    -32|       128|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0008|     96|      96|    -24|    -32|       192|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0009|     96|      96|    -24|    -32|        96|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0010|     96|      96|    -24|    -32|        64|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0011|     96|      96|    -24|    -32|       256|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0012|     96|      96|    -24|    -32|        96|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0013|    120|      96|    -24|    -32|       128|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0014|    120|      96|    -24|    -32|        96|                    ---|
|L0000|    120|      96|     68|     52|__________|_______________________|
|C0015|    120|      96|    -24|    -32|        64|                    ---|
|L0000|    120|      96|     69|     56|__________|_______________________|
|C0016|    108|      96|    -24|    -32|        32|                    ---|
|L0000|    108|      96|     54|     72|__________|_______________________|
|C0017|    104|      96|    -24|    -32|        64|                    ---|
|L0000|    104|      96|     76|     68|__________|_______________________|
|C0018|    104|      96|    -24|    -32|        64|                    ---|
|L0000|    104|      96|     77|     80|__________|_______________________|
|C0019|     88|      96|    -24|    -32|       128|                    ---|
|L0000|     88|      96|     60|     88|__________|_______________________|
|C0020|     88|      96|    -24|    -32|        96|                    ---|
|L0000|     88|      96|     84|     84|__________|_______________________|
|C0021|     88|      96|    -24|    -32|        64|                    ---|
|L0000|     88|      96|     85|     72|__________|_______________________|
|C0022|     88|      96|    -24|    -32|       160|                    ---|
|L0000|     88|      96|     84|     48|__________|_______________________|
|_____|_______|________|_______|_______|


