![]() |
Routines |
| Prev: 59616 | Up: Map | Next: 59638 |
|
Used by the routine at InitialiseGame.
|
||||
|
This routine moves the data at Footer_StartScreen to the screen buffer (to draw the start page footer).
|
||||
| DisplayPinkFooter | 59620 | LD DE,20480 | DE=20480 (screen buffer location). | |
| 59623 | LD HL,43264 | HL=Footer_StartScreen. | ||
| 59626 | LD BC,2048 | BC=2048 (counter). | ||
| 59629 | LDIR | Copy the footer graphic data to the screen buffer, decrease the counter, repeat until zero. | ||
| 59631 | LD D,90 | DE=23040 (attribute buffer location). | ||
| 59633 | LD B,1 | B=1 (counter). | ||
| 59635 | LDIR | Copy the footer attribute data to the attribute buffer, decrease the counter, repeat until zero. | ||
| 59637 | RET | Return. | ||
| Prev: 59616 | Up: Map | Next: 59638 |