load_tile
Prototypes:
Arguments:
- vaddr: Load tiles to this VRAM address
Description:
Load tile graphics data in video memory, at address 'vaddr'. You must first have defined a tile array with set_tile_data() before using this function.
Complete Example:
See Examples: Scrolling
See Also:
set_tile_data | put_tile | map_put_tile