![]()  | 
Routines | 
| Prev: 52641 | Up: Map | Next: 52815 | 
| 
 
Used by the routine at ExecuteCharacterCommand.
 
 | 
||||
| HandleRoomDisplay | 52795 | LD A,(IX+3) | Get the room display parameter. | |
| 52798 | CALL 52958 | Call 52958. | ||
| 52801 | LD (41012),A | Write the room display parameter to *RoomDisplayParameter. | ||
| 52804 | LD A,(IX+4) | Get the room graphics parameter. | ||
| 52807 | CALL 52958 | Call 52958. | ||
| 52810 | LD (41013),A | Write the room graphics parameter to *RoomGraphicsParameter. | ||
| 52813 | JR ShowRoomDescription | Jump to ShowRoomDescription. | ||
| Prev: 52641 | Up: Map | Next: 52815 |