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

15
gfx/pics/arbok/anim0.asm Normal file
View File

@@ -0,0 +1,15 @@
frame 0, 04
frame 4, 08
setrepeat 2
frame 5, 08
frame 6, 08
dorepeat 3
frame 4, 08
setrepeat 3
frame 0, 07
frame 1, 07
frame 2, 05
frame 3, 05
dorepeat 8
endanim
; 0xd09ed

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

@@ -0,0 +1,8 @@
frame 0, 08
frame 4, 06
frame 5, 04
frame 6, 04
frame 5, 04
frame 4, 06
endanim
; 0xd19a9

Binary file not shown.

View File

@@ -0,0 +1,41 @@
; 0
db %00000000
db %00000000
db %00000000
db %00000000
db %11010001
db %11111011
db %00000001
; 1
db %00000000
db %00000000
db %00000000
db %00000000
db %11110000
db %11111001
db %00000001
; 2
db %00000000
db %10000010
db %00000001
db %00000000
db %00000000
db %00000000
db %00000000
; 3
db %00000000
db %00000100
db %00000011
db %00000000
db %00000000
db %00000000
db %00000000
; 4
db %00000000
db %00000000
db %00000011
db %00000000
db %00000000
db %00000000
db %00000000
; 0xd288f

25
gfx/pics/arbok/frames.asm Normal file
View File

@@ -0,0 +1,25 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
dw .frame6
.frame1
db $00 ; bitmask
db $31, $00, $32, $33, $34, $35, $36, $37, $38, $00, $39, $3a
.frame2
db $01 ; bitmask
db $00, $3b, $3c, $00, $3d, $00, $00, $3e, $3f, $40, $41
.frame3
db $01 ; bitmask
db $42, $43, $44, $45, $46, $00, $47, $48, $49, $4a, $4b
.frame4
db $02 ; bitmask
db $4c, $4d, $4e
.frame5
db $03 ; bitmask
db $4f, $50, $51
.frame6
db $04 ; bitmask
db $52, $53
; 0xd4698

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 18, 08, 19
RGB 22, 04, 09

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

@@ -0,0 +1,4 @@
RGB 18, 19, 11
RGB 20, 10, 30