Prev: 9264 Up: Map Next: 9283
9277: Player 2 branch of print_lives.
Sets player 2 color and loads player 2 lives count before jumping to common display code.
Output
A Number of lives.
print_lives_player_2 9277 LD A,$10 INK PLAYER_2
9279 RST $10
927A LD A,$05
927C RST $10
927D LD A,($923C) Load player 2 lives count and jump to print_lives_continue.
9280 JP print_lives_continue
Prev: 9264 Up: Map Next: 9283