Prev: 49922 Up: Map Next: 49962
49941: Print Room Description
Used by the routines at Handler_RoomExits and DisplayImage_Boat.
Input
A Line number to begin printing
Print_RoomDescription 49941 LD (48496),A Write A to *LineNumber.
49944 CALL SetScreenPosition Call SetScreenPosition.
49947 LD A,(48331) A=*CurrentRoom.
49950 LD IX,(48408) IX=*Pointer_RoomDescriptions.
49954 LD E,A Copy the room number into E.
49955 CALL GetTableEntry Call GetTableEntry.
49958 CALL PrintStringAndNewline Call PrintStringAndNewline.
49961 RET Return.
Prev: 49922 Up: Map Next: 49962