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|      72|      0|      0|       320|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0001|     80|      72|      0|      0|       160|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0002|     80|      72|      0|      0|       240|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0003|     80|      72|      0|      0|       160|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0004|      0|       0|      0|      0|         0|                    ---|
|_____|_______|________|_______|_______|


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


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


Sequence #3
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    104|      64|    -24|      8|       160|                    ---|
|L0000|    104|      64|     52|     32|__________|_______________________|
|C0001|    104|      64|    -24|      8|       128|                    ---|
|L0000|    104|      64|     52|     32|__________|_______________________|
|C0002|    108|      64|    -24|      8|       224|                    ---|
|L0000|    108|      64|     54|     32|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00000001|
|C0004|    108|      64|    -24|      8|       288|                    ---|
|L0000|    108|      64|     54|     32|__________|_______________________|
|C0005|    104|      64|    -24|      8|        48|                    ---|
|L0000|    104|      64|     52|     32|__________|_______________________|
|C0006|     88|      72|    -24|      8|        48|                    ---|
|L0000|     88|      72|     44|     36|__________|_______________________|
|C0007|     68|      88|    -24|      8|       128|                    ---|
|L0000|     68|      88|     34|     44|__________|_______________________|
|C0008|     80|      84|    -24|      8|        64|                    ---|
|L0000|     80|      84|     40|     42|__________|_______________________|
|C0009|    104|      72|    -24|      8|        64|                    ---|
|L0000|    104|      72|     52|     36|__________|_______________________|
|C0010|    104|      64|    -24|      8|       240|                    ---|
|L0000|    104|      64|     52|     32|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #4
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    136|      88|    -56|    -16|       160|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|C0001|    144|      82|    -56|    -16|        48|                    ---|
|L0000|    144|      82|     72|     41|__________|_______________________|
|C0002|    160|      70|    -56|    -16|       240|                    ---|
|L0000|    160|      70|     80|     35|__________|_______________________|
|C0003|    160|      70|    -56|    -16|       192|                    ---|
|L0000|    160|      70|     80|     35|__________|_______________________|
|C0004|    162|      68|    -56|    -16|       256|                    ---|
|L0000|    162|      68|     81|     34|__________|_______________________|
|C0005|    164|      66|    -56|    -16|       896|                    ---|
|L0000|    164|      66|     82|     33|__________|_______________________|
|C0006|    132|      88|    -56|    -16|        32|                    ---|
|L0000|    132|      88|     66|     44|__________|_______________________|
|C0007|    120|     100|    -56|    -16|        32|                    ---|
|L0000|    120|     100|     60|     50|__________|_______________________|
|C0008|     96|     118|    -56|    -16|        80|                    ---|
|L0000|     96|     118|     48|     59|__________|_______________________|
|C0009|     68|     136|    -56|    -16|        64|                    ---|
|L0000|     68|     136|     34|     68|__________|_______________________|
|C0010|    128|      94|    -56|    -16|        64|                    ---|
|L0000|    128|      94|     64|     47|__________|_______________________|
|C0011|    136|      96|    -56|    -16|        64|                    ---|
|L0000|    136|      96|     68|     48|__________|_______________________|
|C0012|    136|      88|    -56|    -16|       240|                    ---|
|L0000|    136|      88|     68|     44|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #5
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      72|      0|      0|       240|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0001|     80|      72|      0|      0|       160|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0002|     80|      72|      0|      0|       160|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0003|     84|      78|      0|      0|       160|                    ---|
|L0000|     84|      78|     42|     39|__________|_______________________|
|C0004|     80|      72|      0|      0|       160|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0005|      0|       0|      0|      0|         0|             0x00010002|
|C0006|     80|      72|      0|      0|       128|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #6
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|    112|      64|    -32|      8|       240|                    ---|
|L0000|    112|      64|     56|     32|__________|_______________________|
|C0001|    112|      64|    -32|      8|       160|                    ---|
|L0000|    112|      64|     56|     32|__________|_______________________|
|C0002|    112|      64|    -32|      8|       160|                    ---|
|L0000|    112|      64|     56|     32|__________|_______________________|
|C0003|      0|       0|      0|      0|         0|             0x00010002|
|C0004|    112|      64|    -32|      8|       384|                    ---|
|L0000|    112|      64|     56|     32|__________|_______________________|
|C0005|    112|      64|    -32|      8|        48|                    ---|
|L0000|    112|      64|     56|     32|__________|_______________________|
|C0006|    108|      66|    -32|      8|        48|                    ---|
|L0000|    108|      66|     54|     33|__________|_______________________|
|C0007|    104|      72|    -32|      8|        48|                    ---|
|L0000|    104|      72|     52|     36|__________|_______________________|
|C0008|    104|      72|    -32|      8|        48|                    ---|
|L0000|    104|      72|     52|     36|__________|_______________________|
|C0009|    104|      80|    -32|      8|        64|                    ---|
|L0000|    104|      80|     52|     40|__________|_______________________|
|C0010|    106|      78|    -32|      8|       144|                    ---|
|L0000|    106|      78|     53|     39|__________|_______________________|
|C0011|    112|      64|    -32|      8|        48|                    ---|
|L0000|    112|      64|     56|    104|__________|_______________________|
|C0012|    112|      64|    -32|      8|        48|                    ---|
|L0000|    112|      64|     56|    104|__________|_______________________|
|C0013|      0|       0|      0|      0|         0|             0x00060001|
|C0014|    112|      64|    -32|      8|       240|                    ---|
|L0000|    112|      64|     56|    104|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #7
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|      72|      0|      0|       256|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0001|     82|      76|      0|      0|       640|                    ---|
|L0000|     82|      76|     41|     38|__________|_______________________|
|C0002|     80|      68|      0|      0|        96|                    ---|
|L0000|     80|      68|     40|     34|__________|_______________________|
|C0003|     80|      72|      0|      0|        64|                    ---|
|L0000|     80|      72|     40|     36|__________|_______________________|
|C0004|     80|      68|      0|      0|        64|                    ---|
|L0000|     80|      68|     40|    106|__________|_______________________|
|C0005|     84|      78|      0|      0|        64|                    ---|
|L0000|     84|      78|     42|    111|__________|_______________________|
|C0006|     80|      76|      0|      0|        64|                    ---|
|L0000|     80|      76|     40|    110|__________|_______________________|
|C0007|      0|       0|      0|      0|         0|             0x0003000b|
|C0008|     80|      72|      0|      0|       128|                    ---|
|L0000|     80|      72|     40|    108|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #8
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     72|     208|      8|   -128|       128|                    ---|
|L0000|     72|     136|     36|    176|__________|_______________________|
|C0001|     64|     208|      8|   -128|       128|                    ---|
|L0000|     64|     136|     32|    176|__________|_______________________|
|C0002|     72|     216|      8|   -128|       128|                    ---|
|L0000|     72|     144|     36|    180|__________|_______________________|
|C0003|     64|     216|      8|   -128|       128|                    ---|
|L0000|     64|     144|     32|    180|__________|_______________________|
|C0004|     72|     216|      8|   -128|       128|                    ---|
|L0000|     72|     144|     36|    180|__________|_______________________|
|C0005|     64|     224|      8|   -128|       128|                    ---|
|L0000|     64|     152|     32|    184|__________|_______________________|
|C0006|     72|     224|      8|   -128|       128|                    ---|
|L0000|     72|     152|     36|    184|__________|_______________________|
|C0007|     64|     232|      8|   -128|       128|                    ---|
|L0000|     64|     160|     32|    188|__________|_______________________|
|C0008|     72|     232|      8|   -128|       128|                    ---|
|L0000|     72|     160|     36|    188|__________|_______________________|
|C0009|     64|     232|      8|   -128|       128|                    ---|
|L0000|     64|     160|     32|    188|__________|_______________________|
|C0010|     72|     240|      8|   -128|       128|                    ---|
|L0000|     72|     168|     36|    192|__________|_______________________|
|C0011|     64|     240|      8|   -128|       128|                    ---|
|L0000|     64|     168|     32|    120|__________|_______________________|
|C0012|     72|     240|      8|   -128|       128|                    ---|
|L0000|     72|     168|     36|    120|__________|_______________________|
|C0013|     64|     248|      8|   -128|       128|                    ---|
|L0000|     64|     176|     32|    124|__________|_______________________|
|C0014|     72|     248|      8|   -128|       128|                    ---|
|L0000|     72|     176|     36|    124|__________|_______________________|
|C0015|     64|     256|      8|   -128|        16|                    ---|
|L0000|     64|     184|     32|    128|__________|_______________________|
|_____|_______|________|_______|_______|


Sequence #9
 _________________________________________________________________________
|  #  | Width | Height |   X   |   Y   |   Time   |         Notes         |
|-----|-------|--------|-------|-------|----------|-----------------------|
|C0000|     80|     256|      0|   -128|       640|                    ---|
|L0000|     80|     184|     40|    200|__________|_______________________|
|C0001|     72|     272|      0|   -128|        96|                    ---|
|L0000|     72|     200|     36|    208|__________|_______________________|
|C0002|     72|     316|      0|   -128|        96|                    ---|
|L0000|     72|     244|     36|    230|__________|_______________________|
|C0003|     80|     320|      0|   -128|        96|                    ---|
|L0000|     80|     248|     40|    160|__________|_______________________|
|C0004|     80|     320|      0|   -128|        96|                    ---|
|L0000|     80|     248|     40|    160|__________|_______________________|
|C0005|     80|     320|      0|   -128|        96|                    ---|
|L0000|     80|     248|     40|    160|__________|_______________________|
|_____|_______|________|_______|_______|


