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|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      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|     80|      80|      0|      0|       240|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      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|        64|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0002|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     16|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010002|
|C0004|     80|      80|      0|      0|        16|                    ---|
|L0000|     80|      80|     16|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|      80|      0|      0|       240|                    ---|
|L0000|    104|      80|     28|     40|__________|_______________________|
|C0001|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     28|     40|__________|_______________________|
|C0002|    112|      80|      0|      0|       160|                    ---|
|L0000|    112|      80|     32|     40|__________|_______________________|
|C0003|    112|      80|      0|      0|       160|                    ---|
|L0000|    112|      80|     32|     40|__________|_______________________|
|C0004|    104|      88|      0|      0|        96|                    ---|
|L0000|    104|      88|     28|     44|__________|_______________________|
|C0005|    104|     104|      0|      0|        64|                    ---|
|L0000|    104|     104|     28|     52|__________|_______________________|
|C0006|    106|      98|      0|      0|        64|                    ---|
|L0000|    106|      98|     29|     49|__________|_______________________|
|C0007|    104|     104|      0|      0|       128|                    ---|
|L0000|    104|     104|     28|     52|__________|_______________________|
|C0008|    112|      88|      0|      0|        96|                    ---|
|L0000|    112|      88|     32|     36|__________|_______________________|
|C0009|    104|     104|      0|      0|        64|                    ---|
|L0000|    104|     104|     28|     44|__________|_______________________|
|C0010|    106|     102|      0|      0|        64|                    ---|
|L0000|    106|     102|     29|     43|__________|_______________________|
|C0011|    104|     104|      0|      0|       128|                    ---|
|L0000|    104|     104|     28|     44|__________|_______________________|
|C0012|    104|      88|      0|      0|       160|                    ---|
|L0000|    104|      88|     28|     36|__________|_______________________|
|C0013|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     28|     32|__________|_______________________|
|C0014|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     28|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|      88|      0|      0|       240|                    ---|
|L0000|    104|      88|     28|     36|__________|_______________________|
|C0001|    104|      88|      0|      0|       160|                    ---|
|L0000|    104|      88|     28|     36|__________|_______________________|
|C0002|    128|      88|      0|      0|       192|                    ---|
|L0000|    128|      88|     40|     36|__________|_______________________|
|C0003|    112|     112|      0|      0|        32|                    ---|
|L0000|    112|     112|     32|     48|__________|_______________________|
|C0004|    114|     110|      0|      0|        32|                    ---|
|L0000|    114|     110|     33|     47|__________|_______________________|
|C0005|    112|     112|      0|      0|        96|                    ---|
|L0000|    112|     112|     32|     48|__________|_______________________|
|C0006|    128|      88|      0|      0|       192|                    ---|
|L0000|    128|      88|     40|     36|__________|_______________________|
|C0007|    112|     112|      0|      0|        32|                    ---|
|L0000|    112|     112|     32|     48|__________|_______________________|
|C0008|    114|     110|      0|      0|        32|                    ---|
|L0000|    114|     110|     57|     47|__________|_______________________|
|C0009|    112|     112|      0|      0|        96|                    ---|
|L0000|    112|     112|     56|     48|__________|_______________________|
|C0010|    120|      88|      0|      0|       192|                    ---|
|L0000|    120|      88|     44|     44|__________|_______________________|
|C0011|    120|     112|      0|      0|        32|                    ---|
|L0000|    120|     112|     44|     56|__________|_______________________|
|C0012|    104|     118|      0|      0|       192|                    ---|
|L0000|    104|     118|     36|     59|__________|_______________________|
|C0013|     96|      96|      0|      0|       160|                    ---|
|L0000|     96|      96|     32|     48|__________|_______________________|
|C0014|    104|      88|      0|      0|       160|                    ---|
|L0000|    104|      88|     36|     44|__________|_______________________|
|C0015|    104|      88|      0|      0|       160|                    ---|
|L0000|    104|      88|     44|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      88|      0|      0|       256|                    ---|
|L0000|     80|      88|     40|     36|__________|_______________________|
|C0001|     88|      88|      0|      0|       192|                    ---|
|L0000|     88|      88|     44|     36|__________|_______________________|
|C0002|     80|      88|      0|      0|       320|                    ---|
|L0000|     80|      88|     24|     44|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000003|
|C0004|     80|      88|      0|      0|       256|                    ---|
|L0000|     80|      88|     24|     44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|      80|      0|      0|       256|                    ---|
|L0000|     96|      80|     32|     40|__________|_______________________|
|C0001|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     36|     40|__________|_______________________|
|C0002|     94|      82|      0|      0|       160|                    ---|
|L0000|     94|      82|     31|     41|__________|_______________________|
|C0003|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     36|     40|__________|_______________________|
|C0004|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     36|     40|__________|_______________________|
|C0005|    104|      80|      0|      0|       160|                    ---|
|L0000|    104|      80|     44|     32|__________|_______________________|
|C0006|      0|       0|      0|      0|         0|             0x00020003|
|C0007|     96|      88|      0|      0|        64|                    ---|
|L0000|     96|      88|     40|     36|__________|_______________________|
|C0008|     80|      88|      0|      0|        96|                    ---|
|L0000|     80|      88|     32|     36|__________|_______________________|
|C0009|     96|      88|      0|      0|       160|                    ---|
|L0000|     96|      88|     40|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      88|      0|      0|       256|                    ---|
|L0000|     88|      88|     36|     36|__________|_______________________|
|C0001|     96|      88|      0|      0|       192|                    ---|
|L0000|     96|      88|     40|     36|__________|_______________________|
|C0002|     88|      88|      0|      0|       320|                    ---|
|L0000|     88|      88|     36|     36|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000001|
|C0004|     88|      88|      0|      0|       384|                    ---|
|L0000|     88|      88|     36|     36|__________|_______________________|
|C0005|     96|      88|      0|      0|       256|                    ---|
|L0000|     96|      88|     40|     36|__________|_______________________|
|C0006|     86|      90|      0|      0|       192|                    ---|
|L0000|     86|      90|     35|     37|__________|_______________________|
|C0007|     96|      88|      0|      0|       192|                    ---|
|L0000|     96|      88|     40|     44|__________|_______________________|
|C0008|     96|      88|      0|      0|       192|                    ---|
|L0000|     96|      88|     40|     44|__________|_______________________|
|C0009|     96|      88|      0|      0|       192|                    ---|
|L0000|     96|      88|     40|     44|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00060002|
|C0011|     88|      96|      0|      0|        64|                    ---|
|L0000|     88|      96|     36|     48|__________|_______________________|
|C0012|     80|      92|      0|      0|        64|                    ---|
|L0000|     80|      92|     32|     46|__________|_______________________|
|C0013|     88|      96|      0|      0|       160|                    ---|
|L0000|     88|      96|     36|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      80|      0|      0|       128|                    ---|
|L0000|     88|      80|     36|     40|__________|_______________________|
|C0001|     90|      78|      0|      0|        64|                    ---|
|L0000|     90|      78|     37|     39|__________|_______________________|
|C0002|     92|      76|      0|      0|        64|                    ---|
|L0000|     92|      76|     38|     38|__________|_______________________|
|C0003|     96|      80|      0|      0|        64|                    ---|
|L0000|     96|      80|     40|     40|__________|_______________________|
|C0004|     88|      76|      0|      0|       160|                    ---|
|L0000|     88|      76|     36|     38|__________|_______________________|
|C0005|     90|      78|      0|      0|        64|                    ---|
|L0000|     90|      78|     37|     39|__________|_______________________|
|C0006|     86|      82|      0|      0|        64|                    ---|
|L0000|     86|      82|     35|     41|__________|_______________________|
|C0007|     86|      82|      0|      0|        64|                    ---|
|L0000|     86|      82|     35|     41|__________|_______________________|
|C0008|     78|      90|      0|      0|        64|                    ---|
|L0000|     78|      90|     31|     45|__________|_______________________|
|C0009|     90|      86|      0|      0|        64|                    ---|
|L0000|     90|      86|     37|     43|__________|_______________________|
|C0010|     82|      86|      0|      0|       160|                    ---|
|L0000|     82|      86|     33|     43|__________|_______________________|
|C0011|     94|      82|      0|      0|       160|                    ---|
|L0000|     94|      82|     39|     41|__________|_______________________|
|C0012|     92|      84|      0|      0|       160|                    ---|
|L0000|     92|      84|     38|     42|__________|_______________________|
|C0013|     94|      82|      0|      0|       160|                    ---|
|L0000|     94|      82|     39|     41|__________|_______________________|
|C0014|     92|      84|      0|      0|        96|                    ---|
|L0000|     92|      84|     38|     42|__________|_______________________|
|C0015|     88|      80|      0|      0|        96|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0016|     94|      82|      0|      0|        96|                    ---|
|L0000|     94|      82|     47|     41|__________|_______________________|
|C0017|     86|      78|      0|      0|        96|                    ---|
|L0000|     86|      78|     43|     39|__________|_______________________|
|C0018|     92|      84|      0|      0|        96|                    ---|
|L0000|     92|      84|     46|     42|__________|_______________________|
|C0019|     84|      80|      0|      0|       160|                    ---|
|L0000|     84|      80|     42|     40|__________|_______________________|
|C0020|     86|      82|      0|      0|        96|                    ---|
|L0000|     86|      82|     43|     41|__________|_______________________|
|C0021|     90|      86|      0|      0|        96|                    ---|
|L0000|     90|      86|     45|     43|__________|_______________________|
|C0022|     82|      86|      0|      0|        96|                    ---|
|L0000|     82|      86|     41|     43|__________|_______________________|
|C0023|     94|      82|      0|      0|        96|                    ---|
|L0000|     94|      82|     47|     41|__________|_______________________|
|C0024|      0|       0|      0|      0|         0|             0x00000001|
|C0025|     88|      80|      0|      0|       160|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0026|     94|      82|      0|      0|       128|                    ---|
|L0000|     94|      82|     47|     41|__________|_______________________|
|C0027|     86|      78|      0|      0|       128|                    ---|
|L0000|     86|      78|     43|     39|__________|_______________________|
|C0028|     92|      84|      0|      0|       128|                    ---|
|L0000|     92|      84|     46|     42|__________|_______________________|
|C0029|     84|      80|      0|      0|       192|                    ---|
|L0000|     84|      80|     42|     40|__________|_______________________|
|_____|_______|________|_______|_______|


