projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c5b19
)
map: Fixed map arrow animation not clearing correctly
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 5 Oct 2025 15:02:42 +0000
(17:02 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 5 Oct 2025 15:02:42 +0000
(17:02 +0200)
src/map.s
patch
|
blob
|
history
diff --git
a/src/map.s
b/src/map.s
index a3cd4e8f9cba65163d592b5d5226009a3e46f52f..f1a609b6bf162bae9f434283c06acdb159f0955e 100644
(file)
--- 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