dump pic animations

This commit is contained in:
yenatch
2013-01-23 15:25:49 -05:00
parent cd0f717305
commit 3ba86a82eb
1120 changed files with 17240 additions and 0 deletions

5
gfx/pics/114/anim0.asm Normal file
View File

@@ -0,0 +1,5 @@
frame 1, 36
frame 0, 24
frame 2, 10
endanim
; 0xd0f2d

6
gfx/pics/114/anim1.asm Normal file
View File

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 06
frame 2, 06
dorepeat 1
endanim
; 0xd1d1f

13
gfx/pics/114/bitmask.asm Normal file
View File

@@ -0,0 +1,13 @@
; 0
db %11011000
db %11000001
db %11111011
db %11010111
db %00000001
; 1
db %00000000
db %01000001
db %00010000
db %00000000
db %00000000
; 0xd2ffa

10
gfx/pics/114/frames.asm Normal file
View File

@@ -0,0 +1,10 @@
dw .frame1
dw .frame2
.frame1
db $00 ; bitmask
db $24, $00, $25, $26, $27, $28, $29, $2a, $2b, $2c, $2d, $2e
db $2f, $00, $30, $31, $32, $33, $00, $34, $35
.frame2
db $01 ; bitmask
db $36, $37, $38
; 0xd59ea