Prev: 68E9 Up: Map Next: 693B
6927: Render bridge attributes to bottom row
Copies road/bridge attributes to the bottom attribute row and clears the bridge section flag.
render_bridge_attributes 6927 LD DE,$5BDF Copy bridge/road attributes to bottom row.
692A LD HL,$8371
692D LD BC,$0020
6930 LDIR
6932 LD A,$00 Clear bridge section flag and spawn objects for new row.
6934 LD ($5F6C),A
6937 CALL spawn_objects_from_level_slot
693A RET
Prev: 68E9 Up: Map Next: 693B