Animaster Sprite Bank file format

From AtariForumWiki
Jump to navigation Jump to search
Animaster Sprite Bank    *.ASB (low resolution only)

1 word          number of frames - 1
1 word          frame length including 6 byte frame header
1 byte          maximum width, in pixels
1 byte          maximum height, in pixels
16 words        palette
--------
38 bytes        total for header

For each frame {
1 word          width of this frame (in pixels) - 1
1 word          height of this frame (in pixels) - 1
1 word          number of color planes [always 4]
? words         image data (words of screen memory)
}

Back to ST Picture Formats