I hope there's more memory for sprites (like in 8-bit NES), because almost all virtual console not have so much memory for graphics.
(Tic-80, Pico-8, Liko-12 not good for artist who wanna to make Pokemon, Shin Megami Tensei or Dragon Quest games with many monsters)
Hi. LowRes NX has a limited video RAM for 256 characters. This is what you can show on screen at the same time. BUT: You can store several character sets in one cartridge/program and copy them dynamically to VRAM. So different scenes in a game can use different character sets. You can even combine them, e.g. 128 fix characters for the whole game and 128 for the current level.