![]() |
Routines |
Prev: A41C | Up: Map | Next: A443 |
Used by the routine at Handler_RoomExits.
|
||||
A42F | LD A,$0D | A=0D. | ||
A431 | CALL PrintCharacter | Call PrintCharacter. | ||
A434 | LD A,($A106) | A=*CurrentRoom. | ||
A437 | LD IX,$AE7D | IX=Table_RoomDescriptions. | ||
A43B | LD E,A | E=A. | ||
A43C | CALL GetTableEntry | Call GetTableEntry. | ||
A43F | CALL PrintCompressedStringAndNewline | Call PrintCompressedStringAndNewline. | ||
A442 | RET | Return. |
Prev: A41C | Up: Map | Next: A443 |