Prev: BAE1 Up: Map Next: BB3B
BB2F: Colour Room Image
Used by the routine at Print_RoomImage.
Input
IX Pointer to the room attribute data
Colour_RoomImage BB2F LD DE,$5800 DE=5800 (attribute buffer location).
BB32 PUSH IX HL=IX (using the stack).
BB34 POP HL
BB35 LD BC,$0200 Copy 0200 of attribute data from HL to DE (into the attribute buffer).
BB38 LDIR
BB3A RET Return.
Prev: BAE1 Up: Map Next: BB3B