ChronosMM | Routines |
Prev: 27360 | Up: Map | Next: 27401 |
Used by the routine at MAIN_MENU_STARTGAME_SELECTED.
|
||||
COLOUR_STATUS_AREA | 27368 | LD HL,23040 | Prepare to copy from attribute space | |
27371 | LD DE,23041 | Prepare to copy to attribute space | ||
27374 | LD BC,128 | Prepare to copy 128 bytes | ||
27377 | LD (HL),69 | |||
27379 | LDIR | Set 128 bytes of attribute space to 69 | ||
27381 | LD BC,31 | |||
27384 | LD (HL),70 | |||
27386 | LDIR | Set another 31 bytes of attribute space to 70 | ||
27388 | LD DE,20487 | |||
27391 | CALL DRAW_STATUS_BAR_LOGO | |||
27394 | CALL PROCESS_TEXT_STRING | This won't return here! | ||
27397 | LD D,21 | |||
27399 | JR 27417 |
Prev: 27360 | Up: Map | Next: 27401 |