6 lines
66 B
NASM
6 lines
66 B
NASM
|
SECTION "Tiles", ROM0
|
||
|
tiles:
|
||
|
INCBIN "lib/text.2bpp"
|
||
|
tiles_end:
|
||
|
|