BASIC TILEMAP Functions - fvdhoef/aquarius-plus GitHub Wiki
TILEMAPX and TILEMAPY
TYPE: plusBASIC graphics functions
FORMAT: TILEMAPX
Action: Returns the tile map x-offset
- Returned value will be in the range 0 through 511.
Examples:
X = TILEMAPX
Sets variable X to the tilemap x-offset.
FORMAT: TILEMAPY
Action: Returns the tile map y-offset
- Returned value will be in the range 0 through 255.
Examples:
Y = TILEMAPY
Sets variable Y to the tilemap y-offset.