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:
13
gfx/pics/201t/frames.asm
Normal file
13
gfx/pics/201t/frames.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
dw .frame3
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $19, $1a, $1b, $1c, $1d, $1e, $1f
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $20, $21, $22, $23, $24
|
||||
.frame3
|
||||
db $02 ; bitmask
|
||||
db $25, $26, $27, $28
|
||||
; 0xd9bb9
|
||||
Reference in New Issue
Block a user