mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
10 lines
162 B
NASM
10 lines
162 B
NASM
dw .frame1
|
|
dw .frame2
|
|
.frame1
|
|
db $00 ; bitmask
|
|
db $19, $1a, $1b, $1c, $1d, $1e, $1f, $20, $21, $22, $23, $24
|
|
.frame2
|
|
db $01 ; bitmask
|
|
db $1d, $1f
|
|
; 0xd8bec
|