| Prev: 64BC | Up: Map | Next: 64F1 |
64E5: Print bridge number for Player 2
|
Used by the routine at print_bridge.
|
||||
|
Entry point when current player is Player 2. Sets ink color and falls through to common printing logic.
|
||||
| print_bridge_player_2 | 64E5 | LD A,$10 | INK PLAYER_2 | |
| 64E7 | RST $10 | |||
| 64E8 | LD A,$05 | |||
| 64EA | RST $10 | |||
| 64EB | LD DE,$804F | Set up DE=$804F, BC=11 for status text. | ||
| 64EE | LD BC,$000B | |||
| Prev: 64BC | Up: Map | Next: 64F1 |