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|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0003|     48|      48|      0|      0|       160|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #1
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     16|__________|_______________________|
|C0003|     48|      48|      0|      0|       160|                    ---|
|L0000|     48|      48|     24|     16|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


Sequence #2
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      56|      0|      0|        64|                    ---|
|L0000|     40|      56|     20|     20|__________|_______________________|
|C0001|     40|      56|      0|      0|        64|                    ---|
|L0000|     40|      56|     20|     20|__________|_______________________|
|C0002|     48|      56|      0|      0|        64|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010003|
|C0004|     48|      56|      0|      0|        16|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     48|      56|      0|      0|       128|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|C0003|     40|      56|      0|      0|       160|                    ---|
|L0000|     40|      56|     20|     28|__________|_______________________|
|C0004|     40|      56|      0|      0|       160|                    ---|
|L0000|     40|      56|     20|     28|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00030004|
|C0006|     48|      56|      0|      0|       128|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|C0007|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       128|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       128|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     48|      48|      0|      0|        64|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0003|     48|      46|      0|      0|        64|                    ---|
|L0000|     48|      46|     24|     23|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x0002000a|
|C0005|     48|      46|      0|      0|        64|                    ---|
|L0000|     48|      46|     24|     23|__________|_______________________|
|C0006|     48|      48|      0|      0|       192|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0007|     40|      48|      0|      0|       128|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0002|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0003|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0004|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0005|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0006|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0007|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|             0x00040003|
|C0009|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0010|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0011|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|C0002|     48|      56|      0|      0|       128|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|C0003|     40|      56|      0|      0|       128|                    ---|
|L0000|     40|      56|     20|     28|__________|_______________________|
|C0004|     40|      56|      0|      0|       128|                    ---|
|L0000|     40|      56|     20|     28|__________|_______________________|
|C0005|     48|      56|      0|      0|       128|                    ---|
|L0000|     48|      56|     24|     28|__________|_______________________|
|C0006|     48|      48|      0|      0|       240|                    ---|
|L0000|     48|      48|     24|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0002|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0003|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0004|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0005|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0006|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0007|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|             0x00040002|
|C0009|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     40|      48|      0|      0|       240|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0001|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0002|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0003|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0004|     40|      48|      0|      0|        80|                    ---|
|L0000|     40|      48|     20|     24|__________|_______________________|
|C0005|     40|      48|      0|      0|        80|                    ---|
|L0000|     40|      48|     12|      8|__________|_______________________|
|C0006|     40|      48|      0|      0|        80|                    ---|
|L0000|     40|      48|     12|      8|__________|_______________________|
|C0007|     40|      48|      0|      0|        80|                    ---|
|L0000|     40|      48|     12|      8|__________|_______________________|
|C0008|      0|       0|      0|      0|         0|             0x00040005|
|C0009|     40|      48|      0|      0|       160|                    ---|
|L0000|     40|      48|     12|      8|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     56|      72|      0|      0|       128|                    ---|
|L0000|     56|      72|     20|     20|__________|_______________________|
|C0001|     56|      72|      0|      0|       128|                    ---|
|L0000|     56|      72|     20|     20|__________|_______________________|
|C0002|     56|      72|      0|      0|        64|                    ---|
|L0000|     56|      72|     20|     20|__________|_______________________|
|C0003|     56|      70|      0|      0|        64|                    ---|
|L0000|     56|      70|     20|     19|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|             0x0002000a|
|C0005|     56|      72|      0|      0|        96|                    ---|
|L0000|     56|      72|     20|     20|__________|_______________________|
|C0006|     56|      72|      0|      0|       160|                    ---|
|L0000|     56|      72|     20|     20|__________|_______________________|
|C0007|     64|      64|      0|      0|        80|                    ---|
|L0000|     64|      64|     24|     16|__________|_______________________|
|C0008|     72|      72|      0|      0|        80|                    ---|
|L0000|     72|      72|     20|     20|__________|_______________________|
|C0009|     72|      80|      0|      0|        80|                    ---|
|L0000|     72|      80|     20|     24|__________|_______________________|
|C0010|     72|      80|      0|      0|        96|                    ---|
|L0000|     72|      80|     20|     24|__________|_______________________|
|C0011|     72|      80|      0|      0|       128|                    ---|
|L0000|     72|      80|     20|     24|__________|_______________________|
|C0012|     72|      80|      0|      0|       144|                    ---|
|L0000|     72|      80|     20|     24|__________|_______________________|
|C0013|     72|      72|      0|      0|       112|                    ---|
|L0000|     72|      72|     36|     36|__________|_______________________|
|C0014|     72|      56|      0|      0|        80|                    ---|
|L0000|     72|      56|     36|     28|__________|_______________________|
|C0015|      8|      16|      0|      0|       240|                    ---|
|L0000|      0|       0|      4|      8|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #10
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     66|      66|      0|      0|        80|                    ---|
|L0000|     66|      66|     17|     17|__________|_______________________|
|C0001|     74|      74|      0|      0|        80|                    ---|
|L0000|     74|      74|     21|     21|__________|_______________________|
|C0002|     74|      82|      0|      0|        80|                    ---|
|L0000|     74|      82|     21|     25|__________|_______________________|
|C0003|     74|      82|      0|      0|        96|                    ---|
|L0000|     74|      82|     21|     25|__________|_______________________|
|C0004|     80|      80|      0|      0|       128|                    ---|
|L0000|     80|      80|     24|     24|__________|_______________________|
|C0005|     74|      82|      0|      0|       144|                    ---|
|L0000|     74|      82|     37|     41|__________|_______________________|
|C0006|     74|      74|      0|      0|       112|                    ---|
|L0000|     74|      74|     37|     37|__________|_______________________|
|C0007|     74|      58|      0|      0|        80|                    ---|
|L0000|     74|      58|     37|     29|__________|_______________________|
|C0008|     16|      16|      0|      0|        16|                    ---|
|L0000|      0|       0|      8|      8|__________|_______________________|
|_____|_______|________|_______|_______|


