Prev: AC9A Up: Map Next: ACC2
ACAD: Print Room Description
Used by the routines at Handler_RoomExits and DisplayImage_WoodedVale.
Input
A Line number to begin printing
Print_RoomDescription ACAD LD ($A82E),A Write A to *LineNumber.
ACB0 CALL SetScreenPosition Call SetScreenPosition.
ACB3 LD A,($A7C3) A=*CurrentRoom.
ACB6 LD IX,($A7D2) IX=*Pointer_RoomDescriptions.
ACBA LD E,A Copy the room number into E.
ACBB CALL GetTableEntry Call GetTableEntry.
ACBE CALL PrintStringAndNewline Call PrintStringAndNewline.
ACC1 RET Return.
Prev: AC9A Up: Map Next: ACC2