Prev: 6D17 Up: Map Next: 6DEB
6DDD: Reset scrolling title text
Resets the scrolling text pointer to the beginning of the title text at msg_credits and continues the overview loop.
reset_scroll_text 6DDD LD HL,$8182 Reset text pointer ptr_scroller to msg_credits (start of title text).
6DE0 LD ($5F7E),HL
6DE3 LD A,$00
6DE5 LD ($5F6D),A Clear state_bridge_destroyed and jump back to overview_loop.
6DE8 JP overview_loop
Prev: 6D17 Up: Map Next: 6DEB