Prev: 61BB Up: Map Next: 6253
6249: Increment player 2's bridge counter
Used by the routine at check_collision.
next_bridge_player_2 6249 LD HL,$5F6B Increment player 2 bridge counter at state_bridge_player_2 and print.
624C INC (HL)
624D CALL print_bridge
6250 JP finalize_collision Finalize collision.
Prev: 61BB Up: Map Next: 6253