|  | Routines | 
| Prev: 45601 | Up: Map | Next: 45625 | 
| 
 
 | ||||||||||||||
| 45617 | LD A,(HL) | Load height data into C... | ||||||||||||
| 45618 | LD C,A | ... | ||||||||||||
| 45619 | LD A,(DE) | Load y-coordinate in characters of window of interest into A | ||||||||||||
| 45620 | ADD A,C | Add height to window's top y-coordinate to get required bottom y-coordinate | ||||||||||||
| 45621 | INC DE | Advance DE to y-coordinate of bottom edge of window... | ||||||||||||
| 45622 | LD (DE),A | ...and load calculated bottom y-coordinate into address in DE | ||||||||||||
| 45623 | INC HL | Advance HL to first byte of actual text data | ||||||||||||
| 45624 | RET | Return | ||||||||||||
| Prev: 45601 | Up: Map | Next: 45625 |