jetpac | Routines |
Prev: 61a0 | Up: Map | Next: 61ba |
Used by the routine at 737d.
|
||||||||
61ad | call $71d6 | HL=coord to attribute file address (using HL) | ||||||
61b0 | ld b,$03 | Loop counter for 3 characters | ||||||
61b2 | ld a,(hl) | Set FLASH=off on for each attribute | ||||||
61b3 | and $7f | |||||||
61b5 | ld (hl),a | |||||||
61b6 | inc hl | |||||||
61b7 | djnz $61b2 | |||||||
61b9 | ret |
Prev: 61a0 | Up: Map | Next: 61ba |