![]()  | 
Routines | 
| Prev: 25708 | Up: Map | Next: 25752 | 
| 
 
Used by the routines at GameInitialisation and HandlerCup.
 
 | 
||||
| 
 
Writes the line "BEST TIME TODAY".
 
 | 
||||
| DisplayBestTime | 25731 | LD HL,36960 | HL=36960 (screen location). | |
| 25734 | LD DE,25584 | DE=Message_BestTime. | ||
| 25737 | CALL MenuWriteText | Call MenuWriteText. | ||
| 
 
Set HL to where the time itself will display.
 
 | 
||||
| 25740 | LD HL,41088 | HL=41088 (screen location). | ||
| 25743 | CALL ScreenAddress | Call ScreenAddress. | ||
| 
 
Point to Best Time.
 
 | 
||||
| 25746 | LD DE,24064 | DE=BestTime_1. | ||
| 25749 | JP PrintBestTime | Jump to PrintBestTime. | ||
| Prev: 25708 | Up: Map | Next: 25752 |