DrawTilesInc |
Previous Next |
DrawTilesInc <Address>, <X>, <Y>, <Width>, <Height>
|
Part
|
Description
|
<Address>
|
Required. This is the location in VRAM where the tile resides.
|
<X>
|
Required. The x-coordinate to draw the tile.
|
<Y>
|
Required. The y-coordinate to draw the tile.
|
<Width>
|
Required. The width of the pattern to be drawn.
|
<Height>
|
Required. The height of the pattern to be drawn.
|
DrawTilesInc 65, 0, 0, 1, 26
|