![]() |
Routines |
| Prev: 42834 | Up: Map | Next: 42892 |
|
Used by the routines at GameEntryPoint, Handler_StreetIntroduction, Handler_NewsFlash, FinishedStreet, Print_YoureFired, FiredScreen, Print_HighScoreTable and Messaging_GameOver.
|
||||
|
Writes 0 to the middle screen area.
|
||||
| BlankMiddleScreenBuffer | 42878 | LD HL,18432 | HL=18432. | |
| 42881 | LD DE,18433 | DE=18433. | ||
| 42884 | LD BC,2047 | BC=2047. | ||
| 42887 | LD (HL),0 | Write 0 to *HL. | ||
| 42889 | LDIR | Copy HL to DE 2047 more times. | ||
| 42891 | RET | Return. | ||
| Prev: 42834 | Up: Map | Next: 42892 |