You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Move monster pics from numbered directories to named ones.
This commit is contained in:
8
gfx/pics/dratini/anim0.asm
Normal file
8
gfx/pics/dratini/anim0.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
setrepeat 2
|
||||
frame 0, 07
|
||||
frame 1, 07
|
||||
dorepeat 1
|
||||
frame 2, 09
|
||||
frame 3, 09
|
||||
endanim
|
||||
; 0xd10f0
|
||||
6
gfx/pics/dratini/anim1.asm
Normal file
6
gfx/pics/dratini/anim1.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
setrepeat 2
|
||||
frame 0, 05
|
||||
frame 4, 05
|
||||
dorepeat 1
|
||||
endanim
|
||||
; 0xd1e60
|
||||
BIN
gfx/pics/dratini/back.6x6.2bpp.lz
Normal file
BIN
gfx/pics/dratini/back.6x6.2bpp.lz
Normal file
Binary file not shown.
21
gfx/pics/dratini/bitmask.asm
Normal file
21
gfx/pics/dratini/bitmask.asm
Normal file
@@ -0,0 +1,21 @@
|
||||
; 0
|
||||
db %01000000
|
||||
db %00011000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 1
|
||||
db %11100111
|
||||
db %00000000
|
||||
db %00000001
|
||||
db %00000000
|
||||
; 2
|
||||
db %11100111
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 3
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %00000001
|
||||
db %00000000
|
||||
; 0xd32a1
|
||||
17
gfx/pics/dratini/frames.asm
Normal file
17
gfx/pics/dratini/frames.asm
Normal file
@@ -0,0 +1,17 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
dw .frame3
|
||||
dw .frame4
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $19, $1a, $1b
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $1c, $1d, $1e, $1f, $20, $21, $22
|
||||
.frame3
|
||||
db $02 ; bitmask
|
||||
db $23, $24, $25, $26, $27, $28
|
||||
.frame4
|
||||
db $03 ; bitmask
|
||||
db $22
|
||||
; 0xd612c
|
||||
BIN
gfx/pics/dratini/front.5x5.2bpp.lz
Normal file
BIN
gfx/pics/dratini/front.5x5.2bpp.lz
Normal file
Binary file not shown.
4
gfx/pics/dratini/normal.pal
Normal file
4
gfx/pics/dratini/normal.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 28, 26, 07
|
||||
RGB 08, 14, 24
|
||||
|
||||
4
gfx/pics/dratini/shiny.pal
Normal file
4
gfx/pics/dratini/shiny.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 21, 19, 24
|
||||
RGB 14, 11, 24
|
||||
|
||||
Reference in New Issue
Block a user