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|     48|      80|     16|      0|       128|                    ---|
|L0000|     48|      80|     24|     40|__________|_______________________|
|C0001|     56|      80|     16|      0|       128|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0002|     56|      80|     16|      0|       128|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     48|      80|     16|      0|       128|                    ---|
|L0000|     48|      80|     24|     40|__________|_______________________|
|C0001|     56|      80|     16|      0|       128|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0002|     56|      80|     16|      0|       128|                    ---|
|L0000|     56|      80|     28|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


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


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    147|     128|    -48|    -48|        64|                    ---|
|L0000|    120|     128|    100|     64|__________|_______________________|
|C0001|    128|     128|    -48|    -48|        64|                    ---|
|L0000|    128|     128|     64|     64|__________|_______________________|
|C0002|    136|     128|    -48|    -48|        32|                    ---|
|L0000|    136|     128|     68|     64|__________|_______________________|
|C0003|    144|     128|    -48|    -48|        64|                    ---|
|L0000|    144|     128|     72|     64|__________|_______________________|
|C0004|    120|     128|    -48|    -48|        64|                    ---|
|L0000|    120|     128|     60|     64|__________|_______________________|
|C0005|    120|     128|    -48|    -48|        64|                    ---|
|L0000|    120|     128|     60|     64|__________|_______________________|
|C0006|    120|     128|    -48|    -48|       128|                    ---|
|L0000|    120|     128|     60|     64|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x00000001|
|C0008|    104|     128|    -48|    -48|       128|                    ---|
|L0000|    104|     128|     52|     64|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    128|     104|    -64|    -24|       128|                    ---|
|L0000|    128|     104|     64|     52|__________|_______________________|
|C0001|    136|     112|    -64|    -24|        64|                    ---|
|L0000|    136|     112|     68|     56|__________|_______________________|
|C0002|    136|     112|    -64|    -24|        64|                    ---|
|L0000|    136|     112|     68|     56|__________|_______________________|
|C0003|    152|     112|    -64|    -24|        64|                    ---|
|L0000|    152|     112|     76|     56|__________|_______________________|
|C0004|    160|     104|    -64|    -24|        64|                    ---|
|L0000|    160|     104|     80|     52|__________|_______________________|
|C0005|    160|     104|    -64|    -24|        64|                    ---|
|L0000|    160|     104|     80|     52|__________|_______________________|
|C0006|    176|     112|    -64|    -24|        64|                    ---|
|L0000|    176|     112|     88|     56|__________|_______________________|
|C0007|    184|     112|    -64|    -24|        64|                    ---|
|L0000|    184|     112|     92|     56|__________|_______________________|
|C0008|    184|     112|    -64|    -24|        64|                    ---|
|L0000|    184|     112|     92|     56|__________|_______________________|
|C0009|    136|     112|    -64|    -24|        64|                    ---|
|L0000|    136|     112|     68|     56|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00000002|
|C0011|    136|     104|    -64|    -24|        64|                    ---|
|L0000|    136|     104|     68|     52|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     48|     160|     16|    -80|       160|                    ---|
|L0000|     48|     160|     24|     80|__________|_______________________|
|C0001|     48|     152|     16|    -80|        96|                    ---|
|L0000|     48|     152|     24|     76|__________|_______________________|
|C0002|     56|     152|     16|    -80|        96|                    ---|
|L0000|     56|     152|     28|     76|__________|_______________________|
|C0003|     48|     144|     16|    -80|        96|                    ---|
|L0000|     48|     144|     24|     72|__________|_______________________|
|C0004|     48|     144|     16|    -80|        96|                    ---|
|L0000|     48|     144|     24|     72|__________|_______________________|
|C0005|     48|     132|     16|    -80|        96|                    ---|
|L0000|     48|     132|     24|     66|__________|_______________________|
|C0006|     56|     128|     16|    -80|        96|                    ---|
|L0000|     56|     128|     28|     64|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|      80|      0|      0|       288|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0001|     80|      80|      0|      0|       224|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|C0002|     82|      80|      0|      0|       192|                    ---|
|L0000|     82|      80|     41|     40|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000002|
|C0004|     80|      80|      0|      0|       128|                    ---|
|L0000|     80|      80|     40|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|      80|     -8|      0|       192|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0001|     64|      80|     -8|      0|       160|                    ---|
|L0000|     64|      80|     32|     40|__________|_______________________|
|C0002|     72|      80|     -8|      0|       160|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|C0003|     96|      80|     -8|      0|       160|                    ---|
|L0000|     96|      80|     48|     40|__________|_______________________|
|C0004|     88|      80|     -8|      0|       160|                    ---|
|L0000|     88|      80|     44|     40|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00010004|
|C0006|     72|      80|     -8|      0|       192|                    ---|
|L0000|     72|      80|     36|     40|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     64|     144|      0|    -64|       160|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0001|     82|     144|      0|    -64|        96|                    ---|
|L0000|     82|     144|     41|     72|__________|_______________________|
|C0002|     80|     144|      0|    -64|        96|                    ---|
|L0000|     80|     144|     40|     72|__________|_______________________|
|C0003|     80|     144|      0|    -64|        96|                    ---|
|L0000|     80|     144|     40|     72|__________|_______________________|
|C0004|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0005|     72|     144|      0|    -64|        96|                    ---|
|L0000|     72|     144|     36|     72|__________|_______________________|
|C0006|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0007|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0008|     72|     144|      0|    -64|        96|                    ---|
|L0000|     72|     144| -32726|     72|__________|_______________________|
|C0009|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0010|      0|       0|      0|      0|         0|             0x00070005|
|C0011|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0012|     72|     144|      0|    -64|        96|                    ---|
|L0000|     72|     144|     36|     72|__________|_______________________|
|C0013|     64|     144|      0|    -64|        96|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|C0014|     64|     144|      0|    -64|       160|                    ---|
|L0000|     64|     144|     32|     72|__________|_______________________|
|_____|_______|________|_______|_______|


