mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
12 lines
273 B
NASM
12 lines
273 B
NASM
dw .frame1
|
|
dw .frame2
|
|
.frame1
|
|
db $00 ; bitmask
|
|
db $06, $06, $06, $06, $31, $32, $33, $34, $35, $36, $37, $38
|
|
db $39, $3a, $3b, $3c, $3d, $3e, $3f, $40, $41, $42, $43, $44
|
|
db $45, $06, $06, $46, $47, $06, $06, $06, $06
|
|
.frame2
|
|
db $01 ; bitmask
|
|
db $48, $49
|
|
; 0xd4be5
|