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

8
gfx/pics/022/anim0.asm Normal file
View File

@@ -0,0 +1,8 @@
frame 0, 02
setrepeat 3
frame 1, 08
frame 3, 10
frame 2, 06
dorepeat 2
endanim
; 0xd09c3

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

@@ -0,0 +1,6 @@
setrepeat 3
frame 4, 05
frame 0, 05
dorepeat 1
endanim
; 0xd198f

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

@@ -0,0 +1,33 @@
; 0
db %10001100
db %11011110
db %01000111
db %11110000
db %11111011
db %11111111
db %00000000
; 1
db %00000000
db %00000110
db %00000000
db %00000000
db %00000000
db %00000000
db %00000000
; 2
db %00001100
db %10011110
db %10000111
db %11100001
db %11100011
db %11110011
db %00000000
; 3
db %00000000
db %00000011
db %00000000
db %00000000
db %00000000
db %00000000
db %00000000
; 0xd2860

21
gfx/pics/022/frames.asm Normal file
View File

@@ -0,0 +1,21 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
.frame1
db $00 ; bitmask
db $31, $32, $33, $34, $35, $05, $05, $36, $37, $38, $05, $39
db $3a, $3b, $3c, $3d, $3e, $3f, $05, $40, $41, $42, $43, $44
db $05, $05, $45, $46, $47, $05, $05, $05
.frame2
db $01 ; bitmask
db $34, $48
.frame3
db $02 ; bitmask
db $49, $4a, $4b, $4c, $05, $05, $4d, $4e, $05, $39, $4f, $50
db $51, $52, $53, $54, $05, $55, $56, $44, $05, $05, $57, $58
db $05, $05
.frame4
db $03 ; bitmask
db $59, $5a
; 0xd4626