dice display: Added dice display for units
authorLukas Krickl <lukas@krickl.dev>
Thu, 5 Jun 2025 16:25:12 +0000 (18:25 +0200)
committerLukas Krickl <lukas@krickl.dev>
Thu, 5 Jun 2025 16:25:12 +0000 (18:25 +0200)
commit07606aef96d5d32f43e6409fad3dc7ec27038b47
tree03e73811b6e82a26ac250dfb65b37d61d222cef0
parent4331b0a8cbe6bd56ed8abb2eebf5629ea41ba27d
dice display: Added dice display for units

This change exposed a bug in the UI update code. UI updats need to draw
tiles which should actually happen in vblank.
UI updates where they are now should simply schedule a vblank update in
the future.
src/defs.s
src/rand.s
src/unit.s
src/update.s
tiles/bank8800.inc