Prev: 47841 Up: Map Next: 47931
47919: Colour Room Image
Used by the routine at Print_RoomImage.
Input
IX Pointer to the room attribute data
Colour_RoomImage 47919 LD DE,22528 DE=22528 (attribute buffer location).
47922 PUSH IX HL=IX (using the stack).
47924 POP HL
47925 LD BC,512 Copy 0512 of attribute data from HL to DE (into the attribute buffer).
47928 LDIR
47930 RET Return.
Prev: 47841 Up: Map Next: 47931