Plugin for partialy copying a scene to the overlay or background
Also added events to set background/overlay tiles individualy
Changes to tiles using this method will reset if gone offscreen (except for changes to the overlay or using the "Copy scene submap to background tileset" event)
"Copy scene submap to background" will copy a section of the tilemap at a specified scene into the active scene background. You can submap from the same scene as the active scene. Submapping from a different scene require both scene to have a matching common tileset.
"Copy scene submap to background with tile offset" will copy a section of the tilemap at a specified scene into the active scene background but will add an offset to all the tile ids copied. This is useful if you are preloading the tileset used by the specified scene at a specified index in the current tileset and then submap the tilemap data of the specified scene to match the index diff. The "Replace tileset Tiles" event is from the plugin https://github.com/Mico27/gbs-replaceTilesetTilesPlugin but you can also use GBVM and the operation VM_REPLACE_TILE instead.
"Copy scene submap to overlay" is the same as "Copy scene submap to background" but will copy to the active scene overlay.
"Copy scene submap to overlay with tile offset" is the same as "Copy scene submap to background with tile offset" but will copy to the active scene overlay.
"Copy scene submap to background tileset" will make each unique tiles in the active scene background within the section specified to be replaced by tile data from a specified scene's section. Changes to tiles using this method will not get reset if going offscreen.
"Set background tile" will replace a tile on the background to the specified tileset id. Unlike the "Replace tile at position" event, this will not replace all instances of the same tile.
"Set overlay tile" is the same as "Set background tile" except it will affect the overlay.