|  | Routines | 
| Prev: A647 | Up: Map | Next: A697 | 
| 
Used by the routines at Demo_Mode and Start_1UP_Game.
 | ||||
| Print_HighScore | A685 | LD B,$03 | Set a counter = 03 digits. | |
| A687 | CALL Populate_Score_Buffer | Call Populate_Score_Buffer. | ||
| A68A | CALL Write_00 | Call Write_00. | ||
| A68D | LD DE,$B024 | Point to Score_Buffer and call Print_String. | ||
| A690 | LD HL,$0A19 | |||
| A693 | CALL Print_String | |||
| A696 | RET | Return. | ||
| Prev: A647 | Up: Map | Next: A697 |