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

6
gfx/pics/natu/anim0.asm Normal file
View File

@@ -0,0 +1,6 @@
frame 1, 10
frame 2, 10
frame 3, 25
frame 2, 10
endanim
; 0xd12bc

3
gfx/pics/natu/anim1.asm Normal file
View File

@@ -0,0 +1,3 @@
frame 4, 35
endanim
; 0xd1f86

Binary file not shown.

11
gfx/pics/natu/bitmask.asm Normal file
View File

@@ -0,0 +1,11 @@
; 0
db %10001100
db %00110001
db %01100011
db %00000000
; 1
db %00000000
db %00000000
db %00000010
db %00000000
; 0xd34e1

17
gfx/pics/natu/frames.asm Normal file
View File

@@ -0,0 +1,17 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
.frame1
db $00 ; bitmask
db $19, $1a, $1b, $1c, $1d, $1e, $00, $1f, $00, $20
.frame2
db $00 ; bitmask
db $19, $1a, $21, $1c, $22, $1e, $00, $1f, $00, $20
.frame3
db $00 ; bitmask
db $19, $1a, $21, $1c, $23, $1e, $00, $1f, $00, $20
.frame4
db $01 ; bitmask
db $24
; 0xd89c7

Binary file not shown.

4
gfx/pics/natu/normal.pal Normal file
View File

@@ -0,0 +1,4 @@
RGB 10, 23, 13
RGB 20, 05, 06

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

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