From 776566cf1e062d42e1673707ba000188e62ab637 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 23 Sep 2025 22:56:46 +0200 Subject: [PATCH] video: scroll adjust timer now does not depend on scroll adjust step --- src/video.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video.s b/src/video.s index 96456cc..81e75e6 100644 --- 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 -- 2.30.2