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

4
gfx/pics/202/anim0.asm Normal file
View File

@@ -0,0 +1,4 @@
frame 1, 07
frame 2, 30
endanim
; 0xd1403

3
gfx/pics/202/anim1.asm Normal file
View File

@@ -0,0 +1,3 @@
frame 0, 30
endanim
; 0xd2069

7
gfx/pics/202/bitmask.asm Normal file
View File

@@ -0,0 +1,7 @@
; 0
db %11011111
db %11110111
db %00111101
db %00001111
db %00000000
; 0xd36b0

11
gfx/pics/202/frames.asm Normal file
View File

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