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/togepi/anim0.asm
Normal file
8
gfx/pics/togepi/anim0.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
setrepeat 2
|
||||
frame 0, 10
|
||||
frame 1, 12
|
||||
dorepeat 1
|
||||
frame 0, 06
|
||||
frame 2, 06
|
||||
endanim
|
||||
; 0xd12a6
|
||||
6
gfx/pics/togepi/anim1.asm
Normal file
6
gfx/pics/togepi/anim1.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
setrepeat 2
|
||||
frame 0, 06
|
||||
frame 2, 06
|
||||
dorepeat 1
|
||||
endanim
|
||||
; 0xd1f7a
|
||||
BIN
gfx/pics/togepi/back.6x6.2bpp.lz
Normal file
BIN
gfx/pics/togepi/back.6x6.2bpp.lz
Normal file
Binary file not shown.
11
gfx/pics/togepi/bitmask.asm
Normal file
11
gfx/pics/togepi/bitmask.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
; 0
|
||||
db %11000000
|
||||
db %01111011
|
||||
db %11001111
|
||||
db %00000000
|
||||
; 1
|
||||
db %00000000
|
||||
db %00010000
|
||||
db %00000000
|
||||
db %00000000
|
||||
; 0xd34bd
|
||||
10
gfx/pics/togepi/frames.asm
Normal file
10
gfx/pics/togepi/frames.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $19, $1a, $1b, $1c, $1d, $1e, $1f, $20, $21, $22, $23, $24
|
||||
db $25, $26
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $27
|
||||
; 0xd893f
|
||||
BIN
gfx/pics/togepi/front.5x5.2bpp.lz
Normal file
BIN
gfx/pics/togepi/front.5x5.2bpp.lz
Normal file
Binary file not shown.
4
gfx/pics/togepi/normal.pal
Normal file
4
gfx/pics/togepi/normal.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 30, 26, 11
|
||||
RGB 31, 06, 17
|
||||
|
||||
4
gfx/pics/togepi/shiny.pal
Normal file
4
gfx/pics/togepi/shiny.pal
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
RGB 30, 26, 11
|
||||
RGB 08, 15, 31
|
||||
|
||||
Reference in New Issue
Block a user