mset - winnichenko/BLOB-87 GitHub Wiki

mset

mset x y tile_id

Parameters

  • x : x coordinate on the map
  • y : y coordinate on the map
  • tile_id : The background tile (0-255) to place in map at specified coordinates.

Description

This function will change the tile at the specified MAP coordinates. By default, changes made are only kept while the current game is running. To make permanent changes to the map (persisting them back to the cartridge), see sync.

Related