![]() |
Routines |
| Prev: 36800 | Up: Map | Next: 36830 |
|
Used by the routine at 36725.
|
||||
| 36810 | PUSH HL | Store HL | ||
| 36811 | CALL 37703 | Move virtual text cursor down to start of next text row | ||
| 36814 | LD HL,(36488) | Get position of virtual text cursor | ||
| 36817 | LD A,(23493) | Load A with x-coordinate of left edge of current window (in characters) | ||
| 36820 | ADD A,L | Offset the text cursor based upon left-edge of current window to prepare to print text starting at left edge of this window... | ||
| 36821 | LD L,A | ... | ||
| 36822 | LD (36488),HL | Update virtual text cursor location | ||
| 36825 | CALL 36709 | Update stored location of start of attribute data | ||
| 36828 | JR 36807 | Go to 36807 for next character | ||
| Prev: 36800 | Up: Map | Next: 36830 |