Assembler : Directives : DEFSPR
DEFSPR | - |
Define a sprite cell (16x16 pixels).
Operands are: VRAM address, default palette,
and 16 rows of pixel data, each stored as
2x32-bit values, each nybble representing
a pixel.
The assembler will reorganize
the pixel data to the Example : |
|
|
See also INCSPR.