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

12
gfx/pics/gloom/anim0.asm Normal file
View File

@@ -0,0 +1,12 @@
frame 0, 04
frame 1, 10
frame 2, 14
frame 3, 20
frame 2, 10
frame 3, 08
frame 4, 07
frame 5, 07
frame 0, 06
frame 5, 06
endanim
; 0xd0b35

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

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 10
frame 5, 10
dorepeat 1
endanim
; 0xd1a75

Binary file not shown.

View File

@@ -0,0 +1,19 @@
; 0
db %00000000
db %10000000
db %01100001
db %00000000
db %00000000
; 1
db %00000000
db %00000011
db %01000001
db %00001000
db %00000010
; 2
db %00000000
db %00000100
db %00000000
db %00010000
db %00000100
; 0xd29fb

21
gfx/pics/gloom/frames.asm Normal file
View File

@@ -0,0 +1,21 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
.frame1
db $00 ; bitmask
db $24, $25, $26, $27
.frame2
db $00 ; bitmask
db $24, $28, $26, $29
.frame3
db $00 ; bitmask
db $24, $2a, $26, $2b
.frame4
db $01 ; bitmask
db $2c, $2d, $2e, $2f, $30, $31
.frame5
db $02 ; bitmask
db $32, $33, $34
; 0xd4b0a

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 31, 12, 00
RGB 08, 09, 13

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

@@ -0,0 +1,4 @@
RGB 31, 21, 05
RGB 13, 17, 12