projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed8cb9
)
video: scroll adjust timer now does not depend on scroll adjust step
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 23 Sep 2025 20:56:46 +0000
(22:56 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 23 Sep 2025 20:56:46 +0000
(22:56 +0200)
src/video.s
patch
|
blob
|
history
diff --git
a/src/video.s
b/src/video.s
index 96456cceac1c4502d6286e1ee0685c408ae606ac..81e75e657988d2eebe838883fd09715f91df9a18 100644
(file)
--- a/
src/video.s
+++ b/
src/video.s
@@
-48,7
+48,7
@@
video_map_perform_scroll:
and a, ~GPF_SCROLL & 0xFF
ld [game_flags], a
- ld a, MAP_ROW_H
/ SCROLL_ADJUST_STEP
+ ld a, MAP_ROW_H
ld [scroll_timer], a
ret