Display text using tiles from VRAM tileset instead of writing to it
The interface is the same as the default one.
You can configure the mapping between Ascci characters and VRAM tileset tile ids in
uiAltDisplayTextPlugin\engine\src\data\char_tileset_mapping.c
You must load your "fonts" in VRAM tileset manualy before so that your mapping match the tiles you want to display.
Alternatively you can just have the font part of the common tilset.
(this event if from the plugin https://github.com/Mico27/gbs-loadTilesetExPlugin)
