Routines |
Prev: 42709 | Up: Map | Next: 42834 |
Used by the routines at GameEntryPoint, Handler_NewsFlash, FinishedStreet, Print_YoureFired, FiredScreen, Print_HighScoreTable and Messaging_GameOver.
|
||||
BlankMiddleAttributeBuffer | 42816 | LD HL,22784 | HL=22784. | |
42819 | LD DE,22785 | DE=22785. | ||
42822 | LD BC,255 | BC=0255. | ||
42825 | LD (HL),48 | Write 48 (INK: BLACK, PAPER: YELLOW ) to *HL. | ||
42827 | LDIR | Copy HL to DE 0255 more times. | ||
42829 | LD A,6 | Set the border to yellow. | ||
42831 | OUT (254),A | |||
42833 | RET | Return. |
Prev: 42709 | Up: Map | Next: 42834 |