Prev: 44186 Up: Map Next: 44226
44205: Print Room Description
Used by the routines at Handler_RoomExits and DisplayImage_WoodedVale.
Input
A Line number to begin printing
Print_RoomDescription 44205 LD (43054),A Write A to *LineNumber.
44208 CALL SetScreenPosition Call SetScreenPosition.
44211 LD A,(42947) A=*CurrentRoom.
44214 LD IX,(42962) IX=*Pointer_RoomDescriptions.
44218 LD E,A Copy the room number into E.
44219 CALL GetTableEntry Call GetTableEntry.
44222 CALL PrintStringAndNewline Call PrintStringAndNewline.
44225 RET Return.
Prev: 44186 Up: Map Next: 44226