Prev: C745 Up: Map Next: C8DB
C8BF: Copy room color attribute buffer to attribute file
Used by the routines at 9786, A89D and D871.
C8BF LD DE,$5860 Copy attribute buffer for room intro attribute file
C8C2 LD HL,$E55F
C8C5 LD BC,$02A0
C8C8 LDIR
C8CA LD HL,$5860 Set color attribute $47 for the first and last column of the room
C8CD LD B,$15
C8CF LD (HL),$47
C8D1 LD DE,$001F
C8D4 ADD HL,DE
C8D5 LD (HL),$47
C8D7 INC HL
C8D8 DJNZ $C8CF
C8DA RET
Prev: C745 Up: Map Next: C8DB