Prev: FDB9 Up: Map Next: FDEA
FDD5: Print all static characters in the current room
Used by the routine at 9551.
FDD5 LD HL,$AF00 Starting position, top left.
FDD8 LD IX,$C42A C42A - static characters table
FDDC LD IY,$CF94 Set IY to the second line in the screen attribute buffer (CF54).
FDE0 LD B,$14 Draw 14 lines.
FDE2 PUSH BC Remember this.
FDE3 CALL $FDEA Draw a line.
FDE6 POP BC Restore number of lines.
FDE7 DJNZ $FDE2 Loop if there are more lines to draw.
FDE9 RET Otherwise return.
Prev: FDB9 Up: Map Next: FDEA