projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db1eff
)
video: removed call to bg queue process for now
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 13 Jul 2025 10:19:17 +0000
(12:19 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 13 Jul 2025 10:19:17 +0000
(12:19 +0200)
src/video.s
patch
|
blob
|
history
diff --git
a/src/video.s
b/src/video.s
index 5ead42322ccf6a0299b860634aa395d878cba6d5..4dea6999d06aea77ca84a23f2262e708063b4c24 100644
(file)
--- a/
src/video.s
+++ b/
src/video.s
@@
-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]