Might as well put these here so that I can notify people when there are new ones or update / fixes
scene to overlay/background submapping
https://github.com/Mico27/GBS-copyBkgSubWinPlugin
single screen scene scrolling (Link's awakening style)
https://github.com/Mico27/GBS-scrollScenePlugin
Copy banked data to variables
https://github.com/Mico27/gbs-copyRomDataToRamPlugin
Set the colors of a palette
https://github.com/Mico27/gbs-setPaletteColorPlugin
Alternative way of displaying text to use the VRAM tileset as the "font" instead of writing the text in it
https://github.com/Mico27/gbs-uiAltDisplayTextPlugin
Load a tileset to the VRAM tileset (Similar to VM_LOAD_TILESET but you can specify a tileset instead of a background and has a few more parameters)
https://github.com/Mico27/gbs-loadTilesetExPlugin
Reload the current scene tileset
https://github.com/Mico27/gbs-reloadSceneTilesetPlugin
Simulate inputs
https://github.com/Mico27/GBS-simulateInputPlugin
Metatile plugin (old, only VRAM sized and loaded on scroll)
https://github.com/Mico27/GBS-DynamicMapPlugin-alpha
Example use of the Simulate inputs and metatile plugin
https://github.com/Mico27/SuperMarioBrosMini
Attaching scripts to when tiles (columns, rows or whole screen) is rendered
https://github.com/Mico27/GBS-TileRenderEventPlugin
Metatile plugin (16px and 8px) large map version and single screen scrolling version
map is loaded in memory on scene load
https://github.com/Mico27/gbs-MetatilePlugin
Configurable Save Data Structure
https://github.com/Mico27/gbs-ConfigLoadSavePlugin
Allow to specify an on hold and an on release input script inside an attach script to input event
https://github.com/Mico27/gbs-AttachScriptToInputExPlugin
Allows to reorder an actor in the active list, which is used for rendering/OAM ordering (color only)
https://github.com/Mico27/gbs-EditActorActiveIndexPlugin
Flicker actors when sprite limit is reached, either from horizontal scanline limit or from OAM limit
https://github.com/Mico27/gbs-flickerActorPlugin
Plugin for partialy copying a scene to the overlay or background - Mico27/GBS-SubmappingExPlugin
Single Scene Screen Scroll plugin for GBS. Contribute to Mico27/GBS-scrollScenePlugin development by creating an account on GitHub.
Custom event to read banked data into variables. Contribute to Mico27/gbs-copyRomDataToRamPlugin development by creating an account on GitHub.
Event to set the color of a palette. Contribute to Mico27/gbs-setPaletteColorPlugin development by creating an account on GitHub.



