You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
dump pic animations
This commit is contained in:
3
gfx/pics/207/anim0.asm
Normal file
3
gfx/pics/207/anim0.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
frame 1, 35
|
||||
endanim
|
||||
; 0xd1444
|
||||
3
gfx/pics/207/anim1.asm
Normal file
3
gfx/pics/207/anim1.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
frame 1, 35
|
||||
endanim
|
||||
; 0xd208c
|
||||
7
gfx/pics/207/bitmask.asm
Normal file
7
gfx/pics/207/bitmask.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
; 0
|
||||
db %11000111
|
||||
db %11110001
|
||||
db %00111100
|
||||
db %11000111
|
||||
db %00000001
|
||||
; 0xd3706
|
||||
6
gfx/pics/207/frames.asm
Normal file
6
gfx/pics/207/frames.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
dw .frame1
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $24, $25, $26, $27, $28, $29, $2a, $2b, $2c, $2d, $2e, $2f
|
||||
db $30, $31, $32, $33, $34, $35, $36, $37
|
||||
; 0xd8f83
|
||||
Reference in New Issue
Block a user