jetpac | Routines |
Prev: 6197 | Up: Map | Next: 61ad |
Used by the routine at 61ba.
|
||||||||
61a0 | call $71d6 | HL=coord to attribute file address (using HL) | ||||||
61a3 | ld b,$03 | Loop counter for 3 characters | ||||||
61a5 | ld a,(hl) | Set FLASH on for each attribute | ||||||
61a6 | or $80 | |||||||
61a8 | ld (hl),a | |||||||
61a9 | inc hl | |||||||
61aa | djnz $61a5 | |||||||
61ac | ret |
Prev: 6197 | Up: Map | Next: 61ad |