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

13
gfx/pics/080/anim0.asm Normal file
View File

@@ -0,0 +1,13 @@
frame 0, 04
frame 1, 08
frame 0, 28
frame 1, 12
setrepeat 2
frame 2, 10
frame 3, 10
dorepeat 5
frame 2, 24
frame 0, 10
frame 4, 10
endanim
; 0xd0d4f

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

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 08
frame 4, 08
dorepeat 1
endanim
; 0xd1bd9

25
gfx/pics/080/bitmask.asm Normal file
View File

@@ -0,0 +1,25 @@
; 0
db %00000000
db %00000100
db %00000010
db %00000000
db %00000000
db %00000000
db %00000000
; 1
db %00111110
db %11000111
db %11000111
db %11100011
db %01000001
db %00000000
db %00000000
; 2
db %00000000
db %00000001
db %11000001
db %00000000
db %00000000
db %00000000
db %00000000
; 0xd2cf4

19
gfx/pics/080/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
.frame2
db $01 ; bitmask
db $33, $34, $35, $36, $37, $38, $39, $3a, $3b, $3c, $3d, $3e
db $3f, $40, $41, $42, $43, $44, $45, $46, $47, $48
.frame3
db $01 ; bitmask
db $33, $34, $35, $36, $37, $49, $4a, $3a, $3b, $4b, $3d, $3e
db $3f, $4c, $41, $42, $43, $44, $45, $46, $47, $4d
.frame4
db $02 ; bitmask
db $4e, $4f, $50, $51
; 0xd529c