video: removed call to bg queue process for now
authorLukas Krickl <lukas@krickl.dev>
Sun, 13 Jul 2025 10:19:17 +0000 (12:19 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 13 Jul 2025 10:19:17 +0000 (12:19 +0200)
src/video.s

index 5ead42322ccf6a0299b860634aa395d878cba6d5..4dea6999d06aea77ca84a23f2262e708063b4c24 100644 (file)
@@ -18,7 +18,7 @@ vblank:
   call poll_inputs
 
   call scroll_write
-  call bg_update_queue_process
+  call bg_update_queue_process
 
   ; cycle bg tiles for animations
   ld a, [frame_count]