Prev: 64E5 Up: Map Next: 6506
64F1: Common bridge printing for Player 2
Used by the routine at setup_overview_status_player_2.
Shared code for printing Player 2's bridge number. Called directly when printing Player 2's status line in two-player mode.
print_bridge_player_2_common 64F1 CALL $203C Print status line text and check if bridge < 10.
64F4 LD A,($5F6B)
64F7 SUB $0A (continued) If so, print leading space.
64F9 CALL M,print_space
64FC LD A,($5F6B) Print bridge count from state_bridge_player_2.
64FF LD B,$00
6501 LD C,A
6502 CALL $1A1B
6505 RET
Prev: 64E5 Up: Map Next: 6506