Routines |
Prev: 28730 | Up: Map | Next: 28766 |
Used by the routine at 27762.
|
||||
28753 | CALL 28833 | Move virtual bitmap cursor to coordinates specified in layout data | ||
28756 | LD A,(HL) | Load UDG code to print into A... | ||
28757 | INC HL | ...and advance HL to next parameter | ||
28758 | PUSH HL | Store HL (current position in room layout data) | ||
28759 | CALL 54097 | Print text/graphic character in A and advance bitmap virtual text cursor | ||
28762 | POP HL | Restore HL (current position in room layout data) | ||
28763 | JP 27894 | Jump back to 27894 for next byte of room layout data |
Prev: 28730 | Up: Map | Next: 28766 |