Routines |
Prev: 42567 | Up: Map | Next: 42647 |
Used by the routines at Demo_Mode and Start_1UP_Game.
|
||||
Print_HighScore | 42629 | LD B,3 | Set a counter = 3 digits. | |
42631 | CALL Populate_Score_Buffer | Call Populate_Score_Buffer. | ||
42634 | CALL Write_00 | Call Write_00. | ||
42637 | LD DE,45092 | Point to Score_Buffer and call Print_String. | ||
42640 | LD HL,2585 | |||
42643 | CALL Print_String | |||
42646 | RET | Return. |
Prev: 42567 | Up: Map | Next: 42647 |