Prev: B203 Up: Map Next: B2C9
B2B6: Copy task box attributes into all the screen buffers
Used by the routine at B2D2.
Input
HL Offset of first box
B2B6 LD BC,$001F Offset of second relative to first
B2B9 EX DE,HL Swap DE and HL
B2BA LD HL,$A200 Point to attributes 2
B2BD CALL $B2C9 Copy attributes
B2C0 LD HL,$A000 Point to attributes 1
B2C3 CALL $B2C9 Copy attributes
B2C6 LD HL,$5800 Point to screen, continue to B2C9
Prev: B203 Up: Map Next: B2C9