Move monster pics from numbered directories to named ones.

This commit is contained in:
yenatch
2014-04-01 16:30:38 -04:00
parent 1aa75da4d5
commit 48f4314854
2173 changed files with 2222 additions and 2222 deletions

9
gfx/pics/ekans/anim0.asm Normal file
View File

@@ -0,0 +1,9 @@
frame 1, 08
frame 0, 05
setrepeat 7
frame 2, 03
frame 3, 03
dorepeat 3
frame 2, 20
endanim
; 0xd09d2

8
gfx/pics/ekans/anim1.asm Normal file
View File

@@ -0,0 +1,8 @@
setrepeat 5
frame 4, 02
frame 5, 02
frame 4, 02
frame 0, 02
dorepeat 1
endanim
; 0xd199c

Binary file not shown.

View File

@@ -0,0 +1,16 @@
; 0
db %11100111
db %00011100
db %00000000
db %00000000
; 1
db %11101111
db %00011101
db %00000011
db %00000000
; 2
db %00000000
db %00000000
db %01100000
db %00000000
; 0xd286c

23
gfx/pics/ekans/frames.asm Normal file
View File

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

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 20, 08, 21
RGB 21, 00, 07

4
gfx/pics/ekans/shiny.pal Normal file
View File

@@ -0,0 +1,4 @@
RGB 20, 23, 13
RGB 09, 11, 05