Routines |
Prev: 48389 | Up: Map | Next: 48535 |
Used by the routine at 48389.
|
||||
48518 | CALL 63263 | Advance bitmap virtual text cursor to start of next character row | ||
48521 | LD HL,(63018) | Load HL with address of bitmap virtual text cursor | ||
48524 | LD A,(23408) | Load A with x-coordinate of left edge of window | ||
48527 | ADD A,L | Add this to address in HL to move cursor to left edge of window... | ||
48528 | LD L,A | ... | ||
48529 | LD (63018),HL | ...and place the result back at 63018 | ||
48532 | JP 63286 | Update attribute virtual text cursor based upon current bitmap virtual text cursor and return |
Prev: 48389 | Up: Map | Next: 48535 |