|  | Routines | 
| Prev: 36602 | Up: Map | Next: 36749 | 
| 
Used by the routine at 36602.
 | ||||
| 36731 | CALL 54192 | Advance bitmap virtual text cursor to start of next character row | ||
| 36734 | LD HL,(54110) | Load HL with address of bitmap virtual text cursor | ||
| 36737 | LD A,(23493) | Load A with x-coordinate of left edge of window | ||
| 36740 | ADD A,L | Add this to address in HL to move cursor to left edge of window... | ||
| 36741 | LD L,A | ... | ||
| 36742 | LD (54110),HL | ...and place the result back at 54110 | ||
| 36745 | CALL 54215 | Update attribute virtual text cursor based upon current bitmap virtual text cursor | ||
| 36748 | RET | Return | ||
| Prev: 36602 | Up: Map | Next: 36749 |