From: Lukas Krickl Date: Tue, 23 Sep 2025 20:56:46 +0000 (+0200) Subject: video: scroll adjust timer now does not depend on scroll adjust step X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=776566cf1e062d42e1673707ba000188e62ab637;p=gbrg%2F.git video: scroll adjust timer now does not depend on scroll adjust step --- 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