video: added new system to redraw UI
authorLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 19:17:39 +0000 (21:17 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 19:17:39 +0000 (21:17 +0200)
commit683c9225af6219cf27db1f2d21d696c0d99e6c7f
treea03c24d3f60cb79fc851ad9c451b066f5bb37358
parent031de69bab615222e3d103dcd222fd2d96bf9096
video: added new system to redraw UI

The new system redraws the UI with a request system.
The entire UI tilemap is mirrored in wram where it can be updated
outside of blanks.
src/defs.s
src/map.s
src/strings.s
src/ui.s
src/update.s
src/video.s
src/wram.s