mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
11 lines
170 B
NASM
11 lines
170 B
NASM
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
|