mainmenu: lcd is now disabled when writing menu
authorLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 03:45:30 +0000 (05:45 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 03:45:30 +0000 (05:45 +0200)
commit842d65760a28a3ebf1b51e3e177afdfb574aa29d
tree2c16520c471b2e2b399ddb345fa79eca79150a8f
parent1998db36d55cd8e095ad36218cf3fe38277680e6
mainmenu: lcd is now disabled when writing menu

Maps kinda want lcd enabled during load.
The menu should not really have the lcd on anyway.
Maybe one day vblank_wait should just return if the lcd is off....
src/defs.s
src/mainmenu.s
src/strings.s
src/video.s