Prev: C7AE Up: Map Next: C94E
C932: Copy room color attribute buffer to attribute file
Used by the routines at 976E and A939.
C932 LD DE,$5860 Copy attribute buffer for room intro attribute file
C935 LD HL,$E55F
C938 LD BC,$02A0
C93B LDIR
C93D LD HL,$5860 Set color attribute $47 for the first and last column of the room
C940 LD B,$15
C942 LD (HL),$47
C944 LD DE,$001F
C947 ADD HL,DE
C948 LD (HL),$47
C94A INC HL
C94B DJNZ $C942
C94D RET
Prev: C7AE Up: Map Next: C94E