Prev: 693B Up: Map Next: 6947
693C: Initialize bridge approach state
Called when terrain profile byte is $03, indicating the start of a bridge approach section. Sets up the bridge Y position counter and fragment counter for the upcoming bridge.
init_bridge_approach 693C LD A,$01 Mark bridge approaching (Y position = 1).
693E LD ($5F6E),A
6941 LD A,$06 Start 6-fragment countdown to bridge.
6943 LD ($5EEE),A
6946 RET
Prev: 693B Up: Map Next: 6947