![]() |
Routines |
Prev: 59330 | Up: Map | Next: 59389 |
The spell's icon is set to flash when a spell has been cast and 'in effect', e.g. MOVE, SERVANT, MISSILE. The flash effect isn't needed for instant effect spells like ENERGIZE.
![]()
Set the top right of the screen scroll screen display attributes to FLASH (2 x 2 character square)
|
||||
59373 | LD HL,23127 | Screen display attribute address - top right of scroll, top left of 2x2 square | ||
59376 | LD (HL),176 | Attribute value for INK 0, PAPER 6 (yellow), FLASH 1 | ||
59378 | INC HL | Move right one square | ||
59379 | LD (HL),176 | Set square to FLASH | ||
59381 | LD HL,23159 | Screen display attribute address - bottom left of 2x2 square | ||
59384 | LD (HL),176 | Set square to FLASH | ||
59386 | INC HL | Move right one square | ||
59387 | LD (HL),176 | Set square to FLASH |
Prev: 59330 | Up: Map | Next: 59389 |