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|     96|     104|      0|      0|       208|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0001|     96|     104|      0|      0|       160|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0002|     96|      96|      0|      0|       176|                    ---|
|L0000|     96|      96|     48|     40|__________|_______________________|
|C0003|     96|      96|      0|      0|       192|                    ---|
|L0000|     96|      96|     48|     40|__________|_______________________|
|C0004|     96|      96|      0|      0|       208|                    ---|
|L0000|     96|      96|     48|     40|__________|_______________________|
|C0005|     96|     104|      0|      0|       160|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0006|     96|     104|      0|      0|       192|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     104|      0|      0|       208|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0001|     96|     104|      0|      0|       160|                    ---|
|L0000|     96|     104|     48|     44|__________|_______________________|
|C0002|     96|      96|      0|      0|       176|                    ---|
|L0000|     96|      96|     48|     40|__________|_______________________|
|C0003|     96|      96|      0|      0|       192|                    ---|
|L0000|     96|      96|     48|     40|__________|_______________________|
|C0004|     96|      96|      0|      0|       208|                    ---|
|L0000|     96|      96|     32|     24|__________|_______________________|
|C0005|     96|     104|      0|      0|       160|                    ---|
|L0000|     96|     104|     32|     28|__________|_______________________|
|C0006|     96|     104|      0|      0|       192|                    ---|
|L0000|     96|     104|     32|     28|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     96|     104|     16|     16|        48|                    ---|
|L0000|     96|     104|     32|     28|__________|_______________________|
|C0001|     96|     104|     16|     16|        64|                    ---|
|L0000|     96|     104|     32|     28|__________|_______________________|
|C0002|    104|     104|     16|     16|        64|                    ---|
|L0000|    104|     104|     36|     28|__________|_______________________|
|C0003|     96|     104|     16|     16|        64|                    ---|
|L0000|     96|     104|    -32|    -36|__________|_______________________|
|C0004|    104|     104|     16|     16|        64|                    ---|
|L0000|    104|     104|    -28|    -36|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030002|
|C0006|    104|     104|     16|     16|        16|                    ---|
|L0000|    104|     104|    -28|    -36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    160|     168|     16|     16|       128|                    ---|
|L0000|    160|     168|      0|     -4|__________|_______________________|
|C0001|    160|     168|     16|     16|       128|                    ---|
|L0000|    160|     168|      0|     -4|__________|_______________________|
|C0002|    160|     168|     16|     16|       128|                    ---|
|L0000|    160|     168|      0|     -4|__________|_______________________|
|C0003|    160|     168|     16|     16|       128|                    ---|
|L0000|    160|     168|      0|     -4|__________|_______________________|
|C0004|    160|     168|     16|     16|       128|                    ---|
|L0000|    160|     168|      0|     -4|__________|_______________________|
|C0005|    152|     176|     16|     16|       128|                    ---|
|L0000|    152|     176|     12|     64|__________|_______________________|
|C0006|    144|     200|     16|     16|        80|                    ---|
|L0000|    144|     200|      8|     76|__________|_______________________|
|C0007|    152|     184|     16|     16|        80|                    ---|
|L0000|    152|     184|     12|     68|__________|_______________________|
|C0008|    152|     176|     16|     16|       768|                    ---|
|L0000|    152|     176|     12|     64|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    144|     104|     16|     16|       128|                    ---|
|L0000|    144|     104|      8|     28|__________|_______________________|
|C0001|    144|     104|     16|     16|        80|                    ---|
|L0000|    144|     104|      8|     28|__________|_______________________|
|C0002|    144|     104|     16|     16|        80|                    ---|
|L0000|    144|     104|      8|     28|__________|_______________________|
|C0003|    136|     104|     16|     16|        96|                    ---|
|L0000|    136|     104|      4|     28|__________|_______________________|
|C0004|    144|     104|     16|     16|       128|                    ---|
|L0000|    144|     104|      8|     28|__________|_______________________|
|C0005|    146|     104|     16|     16|       128|                    ---|
|L0000|    146|     104|      9|     28|__________|_______________________|
|C0006|    144|     104|     16|     16|       256|                    ---|
|L0000|    144|     104|     24|     -4|__________|_______________________|
|C0007|    144|     104|     16|     16|       128|                    ---|
|L0000|    144|     104|     24|     -4|__________|_______________________|
|C0008|    168|     128|     16|     16|       128|                    ---|
|L0000|    168|     128|     36|      8|__________|_______________________|
|C0009|    136|     128|     16|     16|        80|                    ---|
|L0000|    136|     128|     20|      8|__________|_______________________|
|C0010|    136|     112|     16|     16|        80|                    ---|
|L0000|    136|     112|     20|      0|__________|_______________________|
|C0011|    136|     112|     16|     16|       768|                    ---|
|L0000|    136|     112|     20|     16|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|     136|     16|     16|       768|                    ---|
|L0000|    128|     136|     16|     12|__________|_______________________|
|C0001|    128|     136|     16|     16|        80|                    ---|
|L0000|    128|     136|     16|     12|__________|_______________________|
|C0002|    128|     136|     16|     16|       128|                    ---|
|L0000|    128|     136|     16|     12|__________|_______________________|
|C0003|    120|     136|     16|     16|        48|                    ---|
|L0000|    120|     136|     12|     12|__________|_______________________|
|C0004|    128|     144|     16|     16|        80|                    ---|
|L0000|    128|     144|     16|     16|__________|_______________________|
|C0005|    136|     152|     16|     16|        96|                    ---|
|L0000|    136|     152|     20|     36|__________|_______________________|
|C0006|    152|     160|     16|     16|       160|                    ---|
|L0000|    152|     160|     28|     40|__________|_______________________|
|C0007|    160|     168|     16|     16|       208|                    ---|
|L0000|    160|     168|     32|     44|__________|_______________________|
|C0008|    120|     136|     16|     16|       208|                    ---|
|L0000|    120|     136|    -20|    -36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|     120|     16|     16|       768|                    ---|
|L0000|    128|     120|     16|     20|__________|_______________________|
|C0001|    128|     120|     16|     16|        80|                    ---|
|L0000|    128|     120|     16|     20|__________|_______________________|
|C0002|    128|     120|     16|     16|       128|                    ---|
|L0000|    128|     120|     16|     20|__________|_______________________|
|C0003|    120|     120|     16|     16|        48|                    ---|
|L0000|    120|     120|    -20|    -44|__________|_______________________|
|C0004|    152|     144|     16|     16|        96|                    ---|
|L0000|    152|     144|     -4|    -32|__________|_______________________|
|C0005|    120|     120|     16|     16|       208|                    ---|
|L0000|    120|     120|    -20|    -44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    152|     192|     16|     16|       192|                    ---|
|L0000|    152|     192|     -4|     -8|__________|_______________________|
|C0001|    152|     200|     16|     16|        80|                    ---|
|L0000|    152|     200|     -4|     -4|__________|_______________________|
|C0002|    160|     200|     16|     16|       128|                    ---|
|L0000|    160|     200|      0|     -4|__________|_______________________|
|C0003|    152|     200|     16|     16|       224|                    ---|
|L0000|    152|     200|     -4|     -4|__________|_______________________|
|C0004|    160|     200|     16|     16|       128|                    ---|
|L0000|    160|     200|      0|     -4|__________|_______________________|
|C0005|    160|     176|     16|     16|       128|                    ---|
|L0000|    160|     176|      0|    -16|__________|_______________________|
|C0006|    160|     184|     16|     16|       128|                    ---|
|L0000|    160|     184|      0|    -12|__________|_______________________|
|C0007|    160|     184|     16|     16|       464|                    ---|
|L0000|    160|     184|      0|    -12|__________|_______________________|
|C0008|    160|     176|     16|     16|        80|                    ---|
|L0000|    160|     176|      0|    -16|__________|_______________________|
|C0009|    168|     176|     16|     16|        80|                    ---|
|L0000|    168|     176|      4|    -16|__________|_______________________|
|C0010|    176|     176|     16|     16|        80|                    ---|
|L0000|    176|     176|      8|    -16|__________|_______________________|
|C0011|    176|     176|     16|     16|        80|                    ---|
|L0000|    176|     176|      8|    -16|__________|_______________________|
|C0012|    176|     184|     16|     16|        80|                    ---|
|L0000|    176|     184|      8|    -12|__________|_______________________|
|C0013|    216|     184|     16|     16|        96|                    ---|
|L0000|    216|     184|     28|    -12|__________|_______________________|
|C0014|    224|     216|     16|     16|        96|                    ---|
|L0000|    224|     216|     32|      4|__________|_______________________|
|C0015|    216|     176|     16|     16|       128|                    ---|
|L0000|    216|     176|     28|    -16|__________|_______________________|
|C0016|    224|     200|     16|     16|       304|                    ---|
|L0000|    224|     200|    112|    100|__________|_______________________|
|C0017|    224|     200|     16|     16|       128|                    ---|
|L0000|    224|     200|    112|    100|__________|_______________________|
|C0018|    216|     208|     16|     16|       160|                    ---|
|L0000|    216|     208|    108|    104|__________|_______________________|
|C0019|    216|     216|     16|     16|       128|                    ---|
|L0000|    216|     216|    108|    108|__________|_______________________|
|C0020|    216|     176|     16|     16|       176|                    ---|
|L0000|    216|     176|    108|     88|__________|_______________________|
|C0021|    216|     176|     16|     16|       128|                    ---|
|L0000|    216|     176| -32646|     88|__________|_______________________|
|C0022|    216|     176|     16|     16|       544|                    ---|
|L0000|    216|     176|    108|     88|__________|_______________________|
|C0023|    216|     176|     16|     16|        96|                    ---|
|L0000|    216|     176|    108|     88|__________|_______________________|
|C0024|    216|     176|     16|     16|       608|                    ---|
|L0000|    216|     176|    108|     88|__________|_______________________|
|C0025|    208|     176|     16|     16|        48|                    ---|
|L0000|    208|     176|    104|     88|__________|_______________________|
|C0026|    200|     216|     16|     16|       208|                    ---|
|L0000|    200|     216|    100|    108|__________|_______________________|
|C0027|    200|     216|     16|     16|       128|                    ---|
|L0000|    200|     216|    100|    108|__________|_______________________|
|C0028|    200|     216|     16|     16|        96|                    ---|
|L0000|    200|     216|    100|    108|__________|_______________________|
|C0029|    216|     216|     16|     16|        80|                    ---|
|L0000|    216|     216|    108|    108|__________|_______________________|
|C0030|    200|     216|     16|     16|       208|                    ---|
|L0000|    200|     216|    100|    108|__________|_______________________|
|_____|_______|________|_______|_______|


