From: Lukas Krickl Date: Sun, 5 Oct 2025 15:02:42 +0000 (+0200) Subject: map: Fixed map arrow animation not clearing correctly X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=2290af5a29b487c33d4ef6ed14978d12ac39b8eb;p=gbrg%2F.git map: Fixed map arrow animation not clearing correctly --- diff --git a/src/map.s b/src/map.s index a3cd4e8..f1a609b 100644 --- a/src/map.s +++ b/src/map.s @@ -282,6 +282,7 @@ map_r_enable_scroll_all_enemies_defeated: ld a, [game_flags] and a, ~GPF_NO_SCROLL & 0xFF ld [game_flags], a + call map_clear_routine ret @no_animation: @@ -341,7 +342,7 @@ map_arrow_indicator: ld [hl+], a ret -@end_anim: +@end_anim: call map_clear_routine ret