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


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      72|      0|      8|       240|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0001|     80|      72|      0|      8|       240|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0002|     80|      72|      0|      8|       240|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0003|      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|        96|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0002|     80|      72|      0|      8|        64|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0003|     80|      72|      0|      8|        64|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020002|
|C0005|     80|      72|      0|      8|        16|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      72|    -32|      8|       240|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0001|    120|      72|    -32|      8|        80|                    ---|
|L0000|    120|      72|     60|     36|__________|_______________________|
|C0002|     96|      80|    -32|      8|        48|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0003|     90|      82|    -32|      8|       160|                    ---|
|L0000|     90|      82|     45|     41|__________|_______________________|
|C0004|    104|      80|    -32|      8|        96|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0005|    116|      76|    -32|      8|        96|                    ---|
|L0000|    116|      76|     58|     38|__________|_______________________|
|C0006|    114|      72|    -32|      8|        16|                    ---|
|L0000|    114|      72|     57|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    120|      72|    -40|      8|       256|                    ---|
|L0000|    120|      72|     60|     36|__________|_______________________|
|C0001|    146|      66|    -40|      8|       384|                    ---|
|L0000|    146|      66|     73|     33|__________|_______________________|
|C0002|    150|      66|    -40|      8|       864|                    ---|
|L0000|    150|      66|     75|     33|__________|_______________________|
|C0003|     88|      88|    -40|      8|       256|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0004|     98|      82|    -40|      8|       224|                    ---|
|L0000|     98|      82|     49|     41|__________|_______________________|
|C0005|    112|      80|    -40|      8|        64|                    ---|
|L0000|    112|      80|     56|     40|__________|_______________________|
|C0006|    124|      76|    -40|      8|       160|                    ---|
|L0000|    124|      76|     62|     38|__________|_______________________|
|C0007|    122|      72|    -40|      8|        16|                    ---|
|L0000|    122|      72|     61|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      72|    -24|      8|       320|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0001|    112|      72|    -24|      8|       320|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0002|     84|      82|    -24|      8|       128|                    ---|
|L0000|     84|      82|     42|     41|__________|_______________________|
|C0003|     88|      80|    -24|      8|       128|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020005|
|C0005|     88|      80|    -24|      8|        64|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      72|    -24|      8|       256|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0001|    126|      66|    -24|      8|       384|                    ---|
|L0000|    126|      66|     63|     33|__________|_______________________|
|C0002|    130|      66|    -24|      8|       960|                    ---|
|L0000|    130|      66|     65|     33|__________|_______________________|
|C0003|    112|      72|    -24|      8|        64|                    ---|
|L0000|    112|      72|     56|     36|__________|_______________________|
|C0004|     84|      82|    -24|      8|        64|                    ---|
|L0000|     84|      82|     42|     41|__________|_______________________|
|C0005|     88|      80|    -24|      8|        64|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0006|      0|       0|      0|      0|         0|             0x00040008|
|C0007|     96|      72|    -24|      8|       128|                    ---|
|L0000|     96|      72|     48|     36|__________|_______________________|
|C0008|    108|      76|    -24|      8|        96|                    ---|
|L0000|    108|      76|     54|     38|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    164|      92|    -80|     -8|       256|                    ---|
|L0000|    164|      92|     82|     46|__________|_______________________|
|C0001|    176|      82|    -80|     -8|       384|                    ---|
|L0000|    176|      82|     88|     41|__________|_______________________|
|C0002|    190|      82|    -80|     -8|       960|                    ---|
|L0000|    190|      82|     95|     41|__________|_______________________|
|C0003|    152|      88|    -80|     -8|        32|                    ---|
|L0000|    152|      88|     76|     44|__________|_______________________|
|C0004|    112|      88|    -80|     -8|        32|                    ---|
|L0000|    112|      88|     56|     44|__________|_______________________|
|C0005|     88|      88|    -80|     -8|       192|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0006|    120|      88|    -80|     -8|        32|                    ---|
|L0000|    120|      88|     60|     44|__________|_______________________|
|C0007|    140|      88|    -80|     -8|        96|                    ---|
|L0000|    140|      88|     70|     44|__________|_______________________|
|C0008|    160|      92|    -80|     -8|       160|                    ---|
|L0000|    160|      92|     80|     46|__________|_______________________|
|C0009|    168|      88|    -80|     -8|       192|                    ---|
|L0000|    168|      88|     84|     44|__________|_______________________|
|C0010|    168|      88|    -80|     -8|       192|                    ---|
|L0000|    168|      88|     84|     44|__________|_______________________|
|C0011|    162|      88|    -80|     -8|        96|                    ---|
|L0000|    162|      88|     81|     44|__________|_______________________|
|C0012|    160|      88|    -80|     -8|       256|                    ---|
|L0000|    160|      88|     80|     44|__________|_______________________|
|_____|_______|________|_______|_______|


