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|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0003|      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|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


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


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      80|    -32|      0|       240|                    ---|
|L0000|    112|      80|     56|     40|__________|_______________________|
|C0001|    112|      80|    -32|      0|        64|                    ---|
|L0000|    112|      80|     56|     40|__________|_______________________|
|C0002|    116|      80|    -32|      0|       128|                    ---|
|L0000|    116|      80|     58|     40|__________|_______________________|
|C0003|    122|      80|    -32|      0|       512|                    ---|
|L0000|    122|      80|     61|     40|__________|_______________________|
|C0004|    120|      80|    -32|      0|        64|                    ---|
|L0000|    120|      80|     60|     40|__________|_______________________|
|C0005|    104|      80|    -32|      0|       128|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0006|    112|      80|    -32|      0|        32|                    ---|
|L0000|    112|      80|     56|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|      88|    -48|     -8|       256|                    ---|
|L0000|    128|      88|     64|     44|__________|_______________________|
|C0001|    144|      88|    -48|     -8|       128|                    ---|
|L0000|    144|      88|     72|     44|__________|_______________________|
|C0002|    136|      88|    -48|     -8|       224|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|C0003|    144|      88|    -48|     -8|       224|                    ---|
|L0000|    144|      88|     72|     44|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020002|
|C0005|    136|      88|    -48|     -8|        96|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|C0006|    144|      88|    -48|     -8|       192|                    ---|
|L0000|    144|      88|     72|     44|__________|_______________________|
|C0007|    128|      88|    -48|     -8|        64|                    ---|
|L0000|    128|      88|     64|     44|__________|_______________________|
|C0008|    140|      86|    -48|     -8|       128|                    ---|
|L0000|    140|      86|     70|     43|__________|_______________________|
|C0009|    148|      84|    -48|     -8|       768|                    ---|
|L0000|    148|      84|     74|     42|__________|_______________________|
|C0010|    100|      92|    -48|     -8|       128|                    ---|
|L0000|    100|      92|     50|     46|__________|_______________________|
|C0011|    106|      90|    -48|     -8|       320|                    ---|
|L0000|    106|      90|     53|     45|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      96|      0|    -16|       240|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0001|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0002|     88|      96|      0|    -16|       160|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0003|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0004|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0005|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0006|     96|      96|      0|    -16|        96|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00040005|
|C0008|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0009|     96|      96|      0|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0010|     80|      96|      0|    -16|       240|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    160|      96|    -80|    -16|       256|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0001|    160|      96|    -80|    -16|       160|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0002|    160|      96|    -80|    -16|       160|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0003|    160|      96|    -80|    -16|       128|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0004|    176|      96|    -80|    -16|       192|                    ---|
|L0000|    176|      96|     88|     48|__________|_______________________|
|C0005|    184|      96|    -80|    -16|       448|                    ---|
|L0000|    184|      96|     92|     48|__________|_______________________|
|C0006|    160|      96|    -80|    -16|        96|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|C0007|    152|      96|    -80|    -16|       128|                    ---|
|L0000|    152|      96|     76|     48|__________|_______________________|
|C0008|    160|      96|    -80|    -16|       240|                    ---|
|L0000|    160|      96|     80|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    120|      96|    -40|    -16|       256|                    ---|
|L0000|    120|      96|     60|     48|__________|_______________________|
|C0001|    136|      96|    -40|    -16|       128|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0002|    128|      96|    -40|    -16|       192|                    ---|
|L0000|    128|      96|     64|     48|__________|_______________________|
|C0003|    136|      96|    -40|    -16|       192|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x00020003|
|C0005|    144|      96|    -40|    -16|       128|                    ---|
|L0000|    144|      96|     72|     48|__________|_______________________|
|C0006|    136|      96|    -40|    -16|       128|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0007|    144|      96|    -40|    -16|        96|                    ---|
|L0000|    144|      96|     72|     48|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|             0x00050005|
|C0009|    136|      96|    -40|    -16|       384|                    ---|
|L0000|    136|      96| -32693|     48|__________|_______________________|
|C0010|    146|      96|    -40|    -16|       896|                    ---|
|L0000|    146|      96|     73|     48|__________|_______________________|
|C0011|    118|      96|    -40|    -16|        64|                    ---|
|L0000|    118|      96|     59|     48|__________|_______________________|
|C0012|    108|      96|    -40|    -16|       128|                    ---|
|L0000|    108|      96|     54|     48|__________|_______________________|
|C0013|    112|      96|    -40|    -16|       256|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|_____|_______|________|_______|_______|


