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|      72|      0|      0|        96|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0002|     56|      72|      0|      0|        64|                    ---|
|L0000|     56|      72|     28|     36|__________|_______________________|
|C0003|     64|      64|      0|      0|        64|                    ---|
|L0000|     64|      64|     24|     32|__________|_______________________|
|C0004|     68|      62|      0|      0|        64|                    ---|
|L0000|     68|      62|     26|     31|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030002|
|C0006|     64|      64|      0|      0|        16|                    ---|
|L0000|     64|      64|     24|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      64|      0|      0|       256|                    ---|
|L0000|     72|      64|     28|     32|__________|_______________________|
|C0001|     72|      72|      0|      0|        64|                    ---|
|L0000|     72|      72|     28|     36|__________|_______________________|
|C0002|     72|      72|      0|      0|        64|                    ---|
|L0000|     72|      72|     28|     36|__________|_______________________|
|C0003|     80|      64|      0|      0|       128|                    ---|
|L0000|     80|      64|     32|     32|__________|_______________________|
|C0004|     84|      64|      0|      0|       320|                    ---|
|L0000|     84|      64|     42|     32|__________|_______________________|
|C0005|     72|      72|      0|      0|        64|                    ---|
|L0000|     72|      72|     36|    -60|__________|_______________________|
|C0006|     66|      72|      0|      0|        64|                    ---|
|L0000|     66|      72|     33|    -60|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      64|      0|      0|       384|                    ---|
|L0000|     64|      64|     32|     32|__________|_______________________|
|C0001|     64|      72|      0|      0|       256|                    ---|
|L0000|     64|      72|     32|     36|__________|_______________________|
|C0002|     64|      72|      0|      0|       256|                    ---|
|L0000|     64|      72|     32|    -60|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|     160|      0|      0|       240|                    ---|
|L0000|     64|     160|     32|    -16|__________|_______________________|
|C0001|     64|     168|      0|      0|        80|                    ---|
|L0000|     64|     168|     32|    -12|__________|_______________________|
|C0002|     64|     168|      0|      0|        80|                    ---|
|L0000|     64|     168|     32|    -12|__________|_______________________|
|C0003|     72|     160|      0|      0|        48|                    ---|
|L0000|     72|     160|     36|    -16|__________|_______________________|
|C0004|     72|     152|      0|      0|       160|                    ---|
|L0000|     72|     152|     36|     60|__________|_______________________|
|C0005|     72|     102|      0|      0|        32|                    ---|
|L0000|     72|     102|     36|     35|__________|_______________________|
|C0006|     72|      96|      0|      0|        16|                    ---|
|L0000|     72|      72|     28|     48|__________|_______________________|
|C0007|      0|      96|      0|      0|        16|                    ---|
|L0000|      0|       0|     -8|     48|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|      0|       320|                    ---|
|L0000|     64|      80|     32|     24|__________|_______________________|
|C0001|     64|      88|      0|      0|       160|                    ---|
|L0000|     64|      88|     32|     28|__________|_______________________|
|C0002|     68|      86|      0|      0|       160|                    ---|
|L0000|     68|      86|     26|     43|__________|_______________________|
|C0003|     80|      80|      0|      0|       160|                    ---|
|L0000|     80|      80|     32|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      64|      0|      0|       240|                    ---|
|L0000|     72|      64|     28|     32|__________|_______________________|
|C0001|     88|      72|      0|      0|        96|                    ---|
|L0000|     88|      72|     36|     36|__________|_______________________|
|C0002|     88|      64|      0|      0|        96|                    ---|
|L0000|     88|      64|     36|     32|__________|_______________________|
|C0003|     80|      64|      0|      0|       128|                    ---|
|L0000|     80|      64|     32|     32|__________|_______________________|
|C0004|     82|      62|      0|      0|       512|                    ---|
|L0000|     82|      62|     33|     31|__________|_______________________|
|C0005|     90|      72|      0|      0|        64|                    ---|
|L0000|     90|      72|     45|     36|__________|_______________________|
|C0006|     72|      72|      0|      0|       224|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0007|     72|      72|      0|      0|       128|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0008|     72|      72|      0|      0|        64|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0009|     72|      72|      0|      0|       160|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      70|      0|      0|       240|                    ---|
|L0000|     64|      70|     32|     35|__________|_______________________|
|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 #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|      0|       0|      0|    -88|       240|                    ---|
|L0000|      0|       0|      0|      0|__________|_______________________|
|C0001|     72|      72|      0|    -88|        32|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0002|     72|     102|      0|    -88|        16|                    ---|
|L0000|     72|     102|     36|     51|__________|_______________________|
|C0003|     72|     152|      0|    -88|        32|                    ---|
|L0000|     72|     152|     36|     76|__________|_______________________|
|C0004|     72|     160|      0|    -88|       192|                    ---|
|L0000|     72|     160|     20|     32|__________|_______________________|
|C0005|     72|     160|      0|    -88|        64|                    ---|
|L0000|     72|     160|     20|     32|__________|_______________________|
|C0006|     66|     160|      0|    -88|       192|                    ---|
|L0000|     66|     160|     17|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #10
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|     112|      0|      0|       240|                    ---|
|L0000|     80|     112|     24|      8|__________|_______________________|
|C0001|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     24|     12|__________|_______________________|
|C0002|     86|     112|      0|      0|        64|                    ---|
|L0000|     86|     112|     27|      8|__________|_______________________|
|C0003|     90|     112|      0|      0|        64|                    ---|
|L0000|     90|     112|     29|      8|__________|_______________________|
|C0004|    100|     120|      0|      0|       128|                    ---|
|L0000|    100|     120|     34|     12|__________|_______________________|
|C0005|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     24|     12|__________|_______________________|
|C0006|     72|     120|      0|      0|        80|                    ---|
|L0000|     72|     120|     20|     12|__________|_______________________|
|C0007|     72|     120|      0|      0|        48|                    ---|
|L0000|     72|     120|     20|     12|__________|_______________________|
|C0008|     72|     120|      0|      0|        32|                    ---|
|L0000|     72|     120|     20|     12|__________|_______________________|
|C0009|     72|     120|      0|      0|        16|                    ---|
|L0000|     72|     120|     20|     12|__________|_______________________|
|C0010|     88|     120|      0|      0|        16|                    ---|
|L0000|     88|     120|     28|     12|__________|_______________________|
|C0011|     88|     110|      0|      0|        32|                    ---|
|L0000|     88|     110|     28|      7|__________|_______________________|
|C0012|     80|     110|      0|      0|        64|                    ---|
|L0000|     80|     110|     24|      7|__________|_______________________|
|C0013|     82|     108|      0|      0|       128|                    ---|
|L0000|     82|     108|     25|      6|__________|_______________________|
|C0014|     88|     120|      0|      0|        64|                    ---|
|L0000|     88|     120|     44|     60|__________|_______________________|
|C0015|     80|     120|      0|      0|        96|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0016|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0017|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0018|     80|     120|      0|      0|       128|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0019|     86|     112|      0|      0|        64|                    ---|
|L0000|     86|     112|     43|     56|__________|_______________________|
|C0020|     88|     112|      0|      0|        48|                    ---|
|L0000|     88|     112|     44|     56|__________|_______________________|
|C0021|     88|      72|      0|      0|       160|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0022|     80|     120|      0|      0|        96|                    ---|
|L0000|     80|     120| -32723|     60|__________|_______________________|
|C0023|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0024|     80|     120|      0|      0|        64|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0025|     80|     120|      0|      0|       128|                    ---|
|L0000|     80|     120|     40|     60|__________|_______________________|
|C0026|     80|     112|      0|      0|       240|                    ---|
|L0000|     80|     112|     40|     56|__________|_______________________|
|_____|_______|________|_______|_______|


