Routines |
Prev: A6D5 | Up: Map | Next: A752 |
Used by the routines at GameEntryPoint, Handler_NewsFlash, FinishedStreet, Print_YoureFired, FiredScreen, Print_HighScoreTable and Messaging_GameOver.
|
||||
BlankMiddleAttributeBuffer | A740 | LD HL,$5900 | HL=5900. | |
A743 | LD DE,$5901 | DE=5901. | ||
A746 | LD BC,$00FF | BC=00FF. | ||
A749 | LD (HL),$30 | Write 30 (INK: BLACK, PAPER: YELLOW ) to *HL. | ||
A74B | LDIR | Copy HL to DE 00FF more times. | ||
A74D | LD A,$06 | Set the border to yellow. | ||
A74F | OUT ($FE),A | |||
A751 | RET | Return. |
Prev: A6D5 | Up: Map | Next: A752 |