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|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     72|      80|      0|      0|       256|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|       128|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       192|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     72|      80|      0|      0|       256|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|       128|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010002|
|C0004|     80|      80|      0|      0|        16|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      80|     -8|      0|       208|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0001|     80|      80|     -8|      0|       304|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     88|      88|     -8|      0|        48|                    ---|
|L0000|     88|      88|     44|     44|__________|_______________________|
|C0003|     94|      82|     -8|      0|        80|                    ---|
|L0000|     94|      82|     47|     41|__________|_______________________|
|C0004|     90|      86|     -8|      0|        96|                    ---|
|L0000|     90|      86|     45|     43|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|      96|     -8|    -16|       128|                    ---|
|L0000|     88|      96|     44|     48|__________|_______________________|
|C0001|     80|      96|     -8|    -16|        96|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0002|     96|      96|     -8|    -16|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0003|    112|      96|     -8|    -16|       288|                    ---|
|L0000|    112|      96|     56|     48|__________|_______________________|
|C0004|     88|     104|     -8|    -16|        48|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|C0005|     94|      98|     -8|    -16|        48|                    ---|
|L0000|     94|      98|     47|     49|__________|_______________________|
|C0006|     90|     102|     -8|    -16|        96|                    ---|
|L0000|     90|     102|     45|     51|__________|_______________________|
|C0007|     80|      96|     -8|    -16|        96|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0008|     96|      96|     -8|    -16|        96|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0009|     88|     104|     -8|    -16|        48|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|C0010|     94|      98|     -8|    -16|        48|                    ---|
|L0000|     94|      98|     47|     49|__________|_______________________|
|C0011|     90|     102|     -8|    -16|        96|                    ---|
|L0000|     90|     102|     45|     51|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|      0|       0|      0|      0|         0|             0x00000001|
|C0003|     80|      80|      0|      0|       304|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0005|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0006|     72|      80|      0|      0|        32|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0007|     72|      80|      0|      0|        64|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0008|     72|      80|      0|      0|        48|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0009|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00040002|
|C0011|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0012|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0013|     72|      80|      0|      0|        32|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0014|     72|      80|      0|      0|        64|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|     152|     -8|    -72|       176|                    ---|
|L0000|     88|     152|     44|     76|__________|_______________________|
|C0001|     80|     152|     -8|    -72|        96|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0002|     80|     152|     -8|    -72|       144|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0003|     88|     152|     -8|    -72|       176|                    ---|
|L0000|     88|     152|     44|     76|__________|_______________________|
|C0004|     80|     152|     -8|    -72|        96|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0005|     80|     152|     -8|    -72|       144|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0006|     88|     152|     -8|    -72|       176|                    ---|
|L0000|     88|     152|     44|     76|__________|_______________________|
|C0007|     80|     152|     -8|    -72|        96|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0008|     80|     152|     -8|    -72|       144|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0009|     88|     152|     -8|    -72|       176|                    ---|
|L0000|     88|     152|     44|     76|__________|_______________________|
|C0010|     80|     112|     -8|    -72|        96|                    ---|
|L0000|     80|     112|     40|     56|__________|_______________________|
|C0011|     80|      96|     -8|    -72|       144|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0012|     96|      96|     -8|    -72|       128|                    ---|
|L0000|     96|      96|     48|     48|__________|_______________________|
|C0013|    104|      88|     -8|    -72|       192|                    ---|
|L0000|    104|      88|     52|     44|__________|_______________________|
|C0014|     88|     104|     -8|    -72|        48|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|C0015|     88|     104|     -8|    -72|        48|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|C0016|      0|       0|      0|      0|         0|             0x000e0008|
|C0017|     88|     104|     -8|    -72|        96|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     88|     104|     -8|    -24|        96|                    ---|
|L0000|     88|     104|     44|     52|__________|_______________________|
|C0001|     78|     106|     -8|    -24|        96|                    ---|
|L0000|     78|     106|     39|     53|__________|_______________________|
|C0002|     80|     104|     -8|    -24|        96|                    ---|
|L0000|     80|     104|     40|     52|__________|_______________________|
|C0003|     96|     104|     -8|    -24|       160|                    ---|
|L0000|     96|     104|     48|     52|__________|_______________________|
|C0004|    104|     104|     -8|    -24|       256|                    ---|
|L0000|    104|     104|     52|     52|__________|_______________________|
|C0005|     88|     112|     -8|    -24|        48|                    ---|
|L0000|     88|     112|     44|     56|__________|_______________________|
|C0006|     88|     112|     -8|    -24|        48|                    ---|
|L0000|     88|     112|     44|     56|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00050003|
|C0008|     88|     112|     -8|    -24|        96|                    ---|
|L0000|     88|     112|     44|     56|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|     152|      0|    -72|       176|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0001|     72|     150|      0|    -72|        96|                    ---|
|L0000|     72|     150|     36|     75|__________|_______________________|
|C0002|     72|     150|      0|    -72|       144|                    ---|
|L0000|     72|     150|     36|     75|__________|_______________________|
|C0003|     80|     152|      0|    -72|       176|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0004|     72|     148|      0|    -72|        96|                    ---|
|L0000|     72|     148|     36|     74|__________|_______________________|
|C0005|     72|     152|      0|    -72|       144|                    ---|
|L0000|     72|     152|     36|     76|__________|_______________________|
|C0006|     80|     152|      0|    -72|       176|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0007|     72|     152|      0|    -72|        96|                    ---|
|L0000|     72|     152|     36|     76|__________|_______________________|
|C0008|     72|     152|      0|    -72|       144|                    ---|
|L0000|     72|     152|     36|     76|__________|_______________________|
|C0009|     80|     152|      0|    -72|       176|                    ---|
|L0000|     80|     152|     40|     76|__________|_______________________|
|C0010|     72|     102|      0|    -72|        96|                    ---|
|L0000|     72|     102|     36|     51|__________|_______________________|
|C0011|     72|      84|      0|    -72|       128|                    ---|
|L0000|     72|      84|     36|     42|__________|_______________________|
|C0012|     88|      84|      0|    -72|       208|                    ---|
|L0000|     88|      84|     44|     42|__________|_______________________|
|C0013|     80|      96|      0|    -72|        48|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0014|     80|      88|      0|    -72|        48|                    ---|
|L0000|     80|      88|     40|     44|__________|_______________________|
|C0015|     72|      88|      0|    -72|        48|                    ---|
|L0000|     72|      88|     36|     44|__________|_______________________|
|C0016|     72|      78|      0|    -72|        96|                    ---|
|L0000|     72|      78|     36|     39|__________|_______________________|
|C0017|      0|       0|      0|      0|         0|             0x000d0001|
|C0018|     80|     100|      0|    -72|        48|                    ---|
|L0000|     80|     100|     40|     50|__________|_______________________|
|C0019|     80|      96|      0|    -72|        64|                    ---|
|L0000|     80|      96|     40|     48|__________|_______________________|
|C0020|     72|     100|      0|    -72|        80|                    ---|
|L0000|     72|     100|     36|     50|__________|_______________________|
|C0021|     72|      94|      0|    -72|        96|                    ---|
|L0000|     72|      94|     36|     47|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|        64|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     80|      80|      0|      0|       112|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0003|     80|      80|      0|      0|        48|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


