Routines |
Prev: 28631 | Up: Map | Next: 28716 |
Used by the routine at 28101.
|
||||
28696 | LD A,(23461) | If draw-communicate-window-face flag is reset... | ||
28699 | OR A | ... | ||
28700 | RET Z | ...then return | ||
28701 | LD A,26 | Draw window 26... | ||
28703 | CALL 34990 | ... | ||
28706 | LD C,0 | Load C with zero (mirror options = no mirror) | ||
28708 | LD A,62 | Load A with 62 (index of viewscreen face graphic) | ||
28710 | LD HL,2833 | Load H with 11 and L with 17 (y- and x-coordinates to draw) | ||
28713 | JP 28631 | Draw viewscreen face graphic and return |
Prev: 28631 | Up: Map | Next: 28716 |