diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-23 12:35:38 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-23 12:35:38 -0800 |
commit | d3c87e37f9f7d1d7a3f79bb0960256c3a21f588d (patch) | |
tree | 7d52e6788e2060a7d20751bbb946ff3300c84bcf /gfx/pics/201t/frames.asm | |
parent | b05db023a87e157e7e7442d55b62271ab9906cb3 (diff) | |
parent | 54f3eb847e239dba0386f95d9346889ad312144b (diff) |
Merge pull request #92 from yenatch/master
parse and dump pic animations
Diffstat (limited to 'gfx/pics/201t/frames.asm')
-rw-r--r-- | gfx/pics/201t/frames.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/pics/201t/frames.asm b/gfx/pics/201t/frames.asm new file mode 100644 index 000000000..a2e406f8c --- /dev/null +++ b/gfx/pics/201t/frames.asm @@ -0,0 +1,13 @@ + dw .frame1 + dw .frame2 + dw .frame3 +.frame1 + db $00 ; bitmask + db $19, $1a, $1b, $1c, $1d, $1e, $1f +.frame2 + db $01 ; bitmask + db $20, $21, $22, $23, $24 +.frame3 + db $02 ; bitmask + db $25, $26, $27, $28 +; 0xd9bb9 |