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

11
gfx/pics/ditto/anim0.asm Normal file
View File

@@ -0,0 +1,11 @@
frame 5, 08
frame 1, 08
frame 2, 08
frame 3, 06
frame 2, 06
frame 0, 12
frame 6, 12
frame 7, 12
frame 8, 12
endanim
; 0xd1029

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

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 07
frame 4, 07
dorepeat 1
endanim
; 0xd1dc9

Binary file not shown.

View File

@@ -0,0 +1,41 @@
; 0
db %11111000
db %10011100
db %10000000
db %00000000
; 1
db %11111000
db %11111110
db %11101000
db %00000001
; 2
db %11100000
db %01111010
db %11001000
db %00000001
; 3
db %10000000
db %00011000
db %00000000
db %00000000
; 4
db %10000000
db %00010000
db %00000000
db %00000000
; 5
db %01111000
db %00000000
db %10000000
db %00000000
; 6
db %00011000
db %11101110
db %11101000
db %00000001
; 7
db %01100000
db %01101010
db %11001000
db %00000001
; 0xd3183

35
gfx/pics/ditto/frames.asm Normal file
View File

@@ -0,0 +1,35 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
dw .frame6
dw .frame7
dw .frame8
.frame1
db $00 ; bitmask
db $19, $00, $1a, $1b, $1c, $1d, $1e, $1f, $20, $21
.frame2
db $01 ; bitmask
db $19, $00, $1a, $1b, $1c, $00, $1d, $1e, $1f, $08, $09, $20
db $0e, $22, $23, $24, $13
.frame3
db $02 ; bitmask
db $1a, $1b, $1c, $00, $1e, $1f, $08, $09, $0e, $23, $24, $13
.frame4
db $03 ; bitmask
db $25, $26, $27
.frame5
db $04 ; bitmask
db $1c, $1f
.frame6
db $05 ; bitmask
db $19, $00, $1a, $1b, $21
.frame7
db $06 ; bitmask
db $19, $00, $00, $1d, $1e, $08, $09, $20, $0e, $22, $23, $24
db $13
.frame8
db $07 ; bitmask
db $1a, $1b, $00, $1e, $08, $09, $0e, $23, $24, $13
; 0xd5df0

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 23, 12, 28
RGB 13, 07, 16

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

@@ -0,0 +1,4 @@
RGB 17, 22, 28
RGB 09, 12, 27