![]()  | 
Routines | 
| Prev: 646C | Up: Map | Next: 6498 | 
| 
 
Used by the routines at GameInitialisation and HandlerCup.
 
 | 
||||
| 
 
Writes the line "BEST TIME TODAY".
 
 | 
||||
| DisplayBestTime | 6483 | LD HL,$9060 | HL=9060 (screen location). | |
| 6486 | LD DE,$63F0 | DE=Message_BestTime. | ||
| 6489 | CALL MenuWriteText | Call MenuWriteText. | ||
| 
 
Set HL to where the time itself will display.
 
 | 
||||
| 648C | LD HL,$A080 | HL=A080 (screen location). | ||
| 648F | CALL ScreenAddress | Call ScreenAddress. | ||
| 
 
Point to Best Time.
 
 | 
||||
| 6492 | LD DE,$5E00 | DE=BestTime_1. | ||
| 6495 | JP PrintBestTime | Jump to PrintBestTime. | ||
| Prev: 646C | Up: Map | Next: 6498 |