![]() |
Routines |
Prev: C302 | Up: Map | Next: C32A |
Used by the routines at Handler_RoomExits and DisplayImage_Boat.
|
||||||||
Print_RoomDescription | C315 | LD ($BD70),A | Write A to *LineNumber. | |||||
C318 | CALL SetScreenPosition | Call SetScreenPosition. | ||||||
C31B | LD A,($BCCB) | A=*CurrentRoom. | ||||||
C31E | LD IX,($BD18) | IX=*Pointer_RoomDescriptions. | ||||||
C322 | LD E,A | Copy the room number into E. | ||||||
C323 | CALL GetTableEntry | Call GetTableEntry. | ||||||
C326 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||||||
C329 | RET | Return. |
Prev: C302 | Up: Map | Next: C32A |