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

8
gfx/pics/magby/anim0.asm Normal file
View File

@@ -0,0 +1,8 @@
frame 1, 14
setrepeat 2
frame 2, 07
frame 3, 07
dorepeat 2
frame 4, 16
endanim
; 0xd15ed

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

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 09
frame 5, 09
dorepeat 1
endanim
; 0xd21af

Binary file not shown.

View File

@@ -0,0 +1,25 @@
; 0
db %00000000
db %11100000
db %01011001
db %00000000
db %00000000
; 1
db %11000100
db %11110111
db %01111101
db %10011111
db %00000111
; 2
db %11000000
db %11110111
db %01111101
db %10011111
db %00000111
; 3
db %00000000
db %00100000
db %00001000
db %00000000
db %00000000
; 0xd39a0

26
gfx/pics/magby/frames.asm Normal file
View File

@@ -0,0 +1,26 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
.frame1
db $00 ; bitmask
db $24, $25, $26, $27, $28, $29, $2a
.frame2
db $01 ; bitmask
db $2b, $0c, $0d, $2c, $2d, $2e, $12, $13, $14, $2f, $30, $18
db $19, $31, $32, $33, $00, $1f, $00, $34, $35, $00, $00, $00
db $00
.frame3
db $01 ; bitmask
db $36, $0c, $0d, $37, $2d, $2e, $12, $13, $14, $2f, $30, $18
db $19, $31, $32, $33, $00, $1f, $00, $34, $35, $00, $00, $00
db $00
.frame4
db $02 ; bitmask
db $0c, $0d, $37, $2d, $2e, $12, $13, $14, $2f, $30, $18, $19
db $31, $32, $33, $00, $1f, $00, $34, $35, $00, $00, $00, $00
.frame5
db $03 ; bitmask
db $38, $39
; 0xd95da

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 31, 18, 09
RGB 23, 02, 11

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

@@ -0,0 +1,4 @@
RGB 30, 26, 09
RGB 31, 16, 00