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:
9
gfx/pics/poliwhirl/anim0.asm
Normal file
9
gfx/pics/poliwhirl/anim0.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
frame 1, 07
|
||||
frame 2, 05
|
||||
setrepeat 2
|
||||
frame 3, 10
|
||||
frame 4, 10
|
||||
dorepeat 3
|
||||
frame 2, 16
|
||||
endanim
|
||||
; 0xd0c42
|
||||
6
gfx/pics/poliwhirl/anim1.asm
Normal file
6
gfx/pics/poliwhirl/anim1.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
setrepeat 2
|
||||
frame 0, 05
|
||||
frame 5, 05
|
||||
dorepeat 1
|
||||
endanim
|
||||
; 0xd1b26
|
||||
BIN
gfx/pics/poliwhirl/back.6x6.2bpp.lz
Normal file
BIN
gfx/pics/poliwhirl/back.6x6.2bpp.lz
Normal file
Binary file not shown.
31
gfx/pics/poliwhirl/bitmask.asm
Normal file
31
gfx/pics/poliwhirl/bitmask.asm
Normal file
@@ -0,0 +1,31 @@
|
||||
; 0
|
||||
db %11001111
|
||||
db %00110011
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 1
|
||||
db %11001111
|
||||
db %00110011
|
||||
db %00001000
|
||||
db %10000010
|
||||
db %00000000
|
||||
; 2
|
||||
db %11001111
|
||||
db %00110011
|
||||
db %00001000
|
||||
db %10000010
|
||||
db %00000010
|
||||
; 3
|
||||
db %11001111
|
||||
db %11110011
|
||||
db %01101001
|
||||
db %10011110
|
||||
db %00000010
|
||||
; 4
|
||||
db %00000000
|
||||
db %00100000
|
||||
db %00001000
|
||||
db %10000110
|
||||
db %00000001
|
||||
; 0xd2b57
|
||||
24
gfx/pics/poliwhirl/frames.asm
Normal file
24
gfx/pics/poliwhirl/frames.asm
Normal file
@@ -0,0 +1,24 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
dw .frame3
|
||||
dw .frame4
|
||||
dw .frame5
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $03, $03, $24, $25, $03, $26, $27, $28, $29, $2a
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $03, $03, $24, $25, $03, $26, $27, $28, $29, $2a, $2b, $2c
|
||||
db $2d
|
||||
.frame3
|
||||
db $02 ; bitmask
|
||||
db $03, $03, $24, $25, $03, $2e, $27, $28, $29, $2a, $2b, $2c
|
||||
db $2d, $2f
|
||||
.frame4
|
||||
db $03 ; bitmask
|
||||
db $03, $03, $24, $25, $03, $2e, $27, $28, $29, $2a, $30, $31
|
||||
db $32, $2b, $33, $34, $2c, $35, $36, $37, $2d, $2f
|
||||
.frame5
|
||||
db $04 ; bitmask
|
||||
db $38, $39, $3a, $3b, $3c, $3d
|
||||
; 0xd4eb1
|
||||
BIN
gfx/pics/poliwhirl/front.6x6.2bpp.lz
Normal file
BIN
gfx/pics/poliwhirl/front.6x6.2bpp.lz
Normal file
Binary file not shown.
4
gfx/pics/poliwhirl/normal.pal
Normal file
4
gfx/pics/poliwhirl/normal.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 09, 14, 16
|
||||
RGB 06, 07, 10
|
||||
|
||||
4
gfx/pics/poliwhirl/shiny.pal
Normal file
4
gfx/pics/poliwhirl/shiny.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 09, 16, 26
|
||||
RGB 08, 10, 31
|
||||
|
||||
Reference in New Issue
Block a user