Prev: 6BBF Up: Map Next: 6BDB
6BD2: Reset to control selection screen.
Resets the scrolling text pointer and jumps back to the title screen.
select_controls 6BD2 LD HL,$8182 Reset text pointer to msg_credits (credits text start).
6BD5 LD ($5F7E),HL
6BD8 JP return_to_control_selection Jump to title screen initialization.
Prev: 6BBF Up: Map Next: 6BDB