|  | Unused | 
| Prev: 40729 | Up: Map | Next: 40765 | 
| 
This is a room drawing routine. It reads start coordinates and UDG code and prints the UDG.
 | ||||
| 40752 | CALL 40832 | Move virtual bitmap cursor to coordinates specified in layout data | ||
| 40755 | LD A,(HL) | Load UDG code to print into A... | ||
| 40756 | INC HL | ...and advance HL to next parameter | ||
| 40757 | PUSH HL | Store HL (current position in room layout data) | ||
| 40758 | CALL 63005 | Print text/graphic character in A and advance bitmap virtual text cursor | ||
| 40761 | POP HL | Restore HL (current position in room layout data) | ||
| 40762 | JP 38977 | Jump back to 38977 for next byte of room layout data | ||
| Prev: 40729 | Up: Map | Next: 40765 |