Prev: 900E Up: Map Next: 90D0
909E: New Round
Used by the routines at Game_Over, Demo_Mode and Start_1UP_Game.
New_Round 909E XOR A Write 00 to;
909F LD ($AA01),A
90A2 LD ($AA41),A
90A5 LD ($AA02),A
90A8 LD ($AA42),A
90AB LD DE,$B064 Point to $B064 and call Print_String.
90AE LD HL,$0108
90B1 CALL Print_String
90B4 LD DE,$B064 Point to $B064 and call Print_String.
90B7 LD HL,$0110
90BA CALL Print_String
90BD LD DE,$B064 Point to $B064 and call Print_String.
90C0 LD HL,$1A08
90C3 CALL Print_String
90C6 LD DE,$B064 Point to $B064 and call Print_String.
90C9 LD HL,$1A10
90CC CALL Print_String
90CF RET Return.
Prev: 900E Up: Map Next: 90D0