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

10
gfx/pics/crobat/anim0.asm Normal file
View File

@@ -0,0 +1,10 @@
setrepeat 2
frame 0, 05
frame 1, 05
frame 2, 05
frame 3, 05
frame 4, 05
frame 5, 05
dorepeat 1
endanim
; 0xd125e

View File

@@ -0,0 +1,6 @@
setrepeat 5
frame 0, 07
frame 1, 07
dorepeat 1
endanim
; 0xd1f44

Binary file not shown.

View File

@@ -0,0 +1,41 @@
; 0
db %10001111
db %00000111
db %00000000
db %11000000
db %01111000
db %00111100
db %00000000
; 1
db %00110000
db %00011000
db %00000000
db %00000000
db %00000110
db %00000011
db %00000000
; 2
db %10111111
db %00011111
db %00000000
db %11000000
db %01111110
db %00111111
db %00000000
; 3
db %00110000
db %00011000
db %00000000
db %00000000
db %10000111
db %00000011
db %00000000
; 4
db %10111111
db %00011111
db %00000000
db %11000000
db %11111111
db %00111111
db %00000000
; 0xd3469

View File

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

Binary file not shown.

View File

@@ -0,0 +1,4 @@
RGB 18, 08, 21
RGB 04, 09, 15

View File

@@ -0,0 +1,4 @@
RGB 29, 12, 19
RGB 07, 15, 00