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

9
gfx/pics/237/anim0.asm Normal file
View File

@@ -0,0 +1,9 @@
frame 1, 12
frame 4, 05
setrepeat 4
frame 2, 08
frame 3, 08
dorepeat 3
frame 4, 25
endanim
; 0xd15c6

7
gfx/pics/237/anim1.asm Normal file
View File

@@ -0,0 +1,7 @@
setrepeat 2
frame 4, 08
frame 0, 08
dorepeat 1
frame 4, 30
endanim
; 0xd2192

33
gfx/pics/237/bitmask.asm Normal file
View File

@@ -0,0 +1,33 @@
; 0
db %00000000
db %00000000
db %00001010
db %10000101
db %01000000
db %00000000
db %00000000
; 1
db %00111110
db %10011111
db %11001111
db %11100111
db %11111011
db %11011001
db %00000000
; 2
db %00000000
db %11000100
db %01101010
db %10000101
db %01000000
db %00001000
db %00000000
; 3
db %00000000
db %00000000
db %00001000
db %00000100
db %00000000
db %00000000
db %00000000
; 0xd396b

19
gfx/pics/237/frames.asm Normal file
View File

@@ -0,0 +1,19 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
.frame1
db $00 ; bitmask
db $31, $32, $33, $34, $35, $00
.frame2
db $01 ; bitmask
db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $36, $37
db $38, $39, $3a, $3b, $3c, $3d, $3e, $3f, $40, $41, $42, $43
db $44, $00, $00, $00, $45, $46, $00, $00, $00, $00, $00
.frame3
db $02 ; bitmask
db $47, $48, $49, $4a, $32, $4b, $4c, $4d, $34, $4e, $00, $4f
.frame4
db $03 ; bitmask
db $32, $34
; 0xd9526