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

3
gfx/pics/207/anim0.asm Normal file
View File

@@ -0,0 +1,3 @@
frame 1, 35
endanim
; 0xd1444

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

@@ -0,0 +1,3 @@
frame 1, 35
endanim
; 0xd208c

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

@@ -0,0 +1,7 @@
; 0
db %11000111
db %11110001
db %00111100
db %11000111
db %00000001
; 0xd3706

6
gfx/pics/207/frames.asm Normal file
View File

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