mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
10 lines
157 B
NASM
10 lines
157 B
NASM
dw .frame1
|
|
dw .frame2
|
|
.frame1
|
|
db $00 ; bitmask
|
|
db $19, $1a, $1b, $1c
|
|
.frame2
|
|
db $01 ; bitmask
|
|
db $1d, $1e, $1f, $20, $21, $22, $23, $24, $25
|
|
; 0xd4d08
|