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/egg/anim0.asm Normal file
View File

@@ -0,0 +1,8 @@
setrepeat 2
frame 1, 04
frame 0, 04
frame 2, 04
frame 0, 04
dorepeat 1
endanim
; 0xd16a3

5
gfx/pics/egg/anim1.asm Normal file
View File

@@ -0,0 +1,5 @@
frame 1, 03
frame 0, 03
frame 2, 03
endanim
; 0xd2229

6
gfx/pics/egg/bitmask.asm Normal file
View File

@@ -0,0 +1,6 @@
; 0
db %11001110
db %00111001
db %00000111
db %00000000
; 0xd3ad3

9
gfx/pics/egg/frames.asm Normal file
View File

@@ -0,0 +1,9 @@
dw .frame1
dw .frame2
.frame1
db $00 ; bitmask
db $00, $19, $1a, $1b, $1c, $1d, $1e, $1f, $20, $21, $22, $23
.frame2
db $00 ; bitmask
db $24, $25, $26, $27, $28, $29, $2a, $2b, $2c, $00, $2d, $2e
; 0xd99a9