Prev: 62715 Up: Map Next: 62830
62773: Routine at F535
Used by the routines at 62277 and NewHighScore.
62773 LD A,B A=B.
62774 SUB 8
62776 NEG
62778 LD (24183),A
62781 CALL CreateWindow Call CreateWindow.
62784 LD HL,22784 HL=22784.
62787 LD C,2 C=2.
62789 LD A,70 A=70.
62791 LD B,0 B=0 (counter).
62793 LD (HL),A Write A to HL.
62794 INC HL Increment HL by one.
62795 DJNZ 62793 Decrease counter by one and loop back to 62793 until counter is zero.
62797 DEC C Decrease C by one.
62798 JR NZ,62791 Jump back to 62791 until C is zero.
62800 CALL HighScoreMessaging Call HighScoreMessaging.
62803 LD HL,4096 Write 4096 to 24173.
62806 LD (24173),HL
62809 LD HL,20653 Write 20653 to 24181.
62812 LD (24181),HL
62815 XOR A Write 0 to 24175.
62816 LD (24175),A
62819 LD HL,24184 HL=24184.
62822 LD B,3 B=3 (counter).
62824 LD (HL),65 Write 65 to HL.
62826 INC HL Increment HL by one.
62827 DJNZ 62824 Decrease counter by one and loop back to 62824 until counter is zero.
62829 RET Return.
Prev: 62715 Up: Map Next: 62830