mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
12 lines
328 B
NASM
12 lines
328 B
NASM
dw .frame1
|
|
dw .frame2
|
|
.frame1
|
|
db $00 ; bitmask
|
|
db $24, $25, $26, $27, $00, $28, $29, $2a, $2b, $2c, $2d, $2e
|
|
db $2f, $30, $31, $32, $33, $34, $35, $00, $36, $00, $00
|
|
.frame2
|
|
db $00 ; bitmask
|
|
db $24, $25, $26, $27, $00, $28, $29, $37, $2b, $2c, $2d, $2e
|
|
db $38, $30, $31, $32, $33, $34, $35, $00, $36, $00, $00
|
|
; 0xd8e92
|