BASIC GETTILE$ Function - fvdhoef/aquarius-plus GitHub Wiki
GETTILE$
TYPE: plusBASIC graphics function
FORMAT: GETTILE$ ( tile )
Action: Returns the pixel date of the specified tile.
- tile is a tile number in the range 0 through 155.
- Returns a 32 character binary string containing the tile pixels.
Examples:
T$ = GETTILE$(13)
Populates string variable T$ with the pixel data from tile 13.