Prev: CDA1 Up: Map Next: CE4F
CE3B: HandleRoomDisplay
Used by the routine at ExecuteCharacterCommand.
HandleRoomDisplay CE3B LD A,(IX+$03) Get the room display parameter.
CE3E CALL $CEDE Call CEDE.
CE41 LD ($A034),A Write the room display parameter to *RoomDisplayParameter.
CE44 LD A,(IX+$04) Get the room graphics parameter.
CE47 CALL $CEDE Call CEDE.
CE4A LD ($A035),A Write the room graphics parameter to *RoomGraphicsParameter.
CE4D JR ShowRoomDescription Jump to ShowRoomDescription.
Prev: CDA1 Up: Map Next: CE4F