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:
7
gfx/pics/houndour/anim0.asm
Normal file
7
gfx/pics/houndour/anim0.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
frame 1, 05
|
||||
frame 2, 05
|
||||
frame 1, 05
|
||||
frame 0, 07
|
||||
frame 3, 07
|
||||
endanim
|
||||
; 0xd154f
|
||||
8
gfx/pics/houndour/anim1.asm
Normal file
8
gfx/pics/houndour/anim1.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
frame 0, 08
|
||||
setrepeat 2
|
||||
frame 3, 07
|
||||
frame 4, 07
|
||||
dorepeat 2
|
||||
frame 3, 16
|
||||
endanim
|
||||
; 0xd2145
|
||||
BIN
gfx/pics/houndour/back.6x6.2bpp.lz
Normal file
BIN
gfx/pics/houndour/back.6x6.2bpp.lz
Normal file
Binary file not shown.
25
gfx/pics/houndour/bitmask.asm
Normal file
25
gfx/pics/houndour/bitmask.asm
Normal file
@@ -0,0 +1,25 @@
|
||||
; 0
|
||||
db %11001110
|
||||
db %11100011
|
||||
db %00011000
|
||||
db %00001100
|
||||
db %00000011
|
||||
; 1
|
||||
db %11001110
|
||||
db %11100011
|
||||
db %00001000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 2
|
||||
db %00001000
|
||||
db %00000010
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 3
|
||||
db %00001000
|
||||
db %00000011
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 0xd389c
|
||||
18
gfx/pics/houndour/frames.asm
Normal file
18
gfx/pics/houndour/frames.asm
Normal file
@@ -0,0 +1,18 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
dw .frame3
|
||||
dw .frame4
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $00, $24, $25, $00, $26, $27, $28, $29, $2a, $2b, $2c, $2d
|
||||
db $2e, $2f, $30, $00
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $00, $24, $25, $00, $26, $27, $28, $29, $2a, $2b, $2c
|
||||
.frame3
|
||||
db $02 ; bitmask
|
||||
db $31, $32
|
||||
.frame4
|
||||
db $03 ; bitmask
|
||||
db $31, $33, $32
|
||||
; 0xd9356
|
||||
BIN
gfx/pics/houndour/front.6x6.2bpp.lz
Normal file
BIN
gfx/pics/houndour/front.6x6.2bpp.lz
Normal file
Binary file not shown.
4
gfx/pics/houndour/normal.pal
Normal file
4
gfx/pics/houndour/normal.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 31, 12, 00
|
||||
RGB 06, 08, 10
|
||||
|
||||
4
gfx/pics/houndour/shiny.pal
Normal file
4
gfx/pics/houndour/shiny.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 21, 19, 18
|
||||
RGB 08, 07, 24
|
||||
|
||||
Reference in New Issue
Block a user