![]() |
Routines |
| Prev: FBED | Up: Map | Next: FC18 |
|
Used by the routine at 8751.
|
||||||||
| FBFC | LD B,$03 | Three rows. | ||||||
| FBFE | LD A,C | Put the attribute in A. | ||||||
| FBFF | LD DE,$001F | Place to move to in the next row. | ||||||
| FC02 | LD (HL),A | Set the attribute. | ||||||
| FC03 | INC HL | |||||||
| FC04 | LD (HL),A | |||||||
| FC05 | ADD HL,DE | Move to the next row. | ||||||
| FC06 | DJNZ $FC02 | Jump back if there are more rows. | ||||||
| FC08 | RET | |||||||
| Prev: FBED | Up: Map | Next: FC18 |