Prev: C629 Up: Map Next: C641
C62A: Copy the room graphic buffer to screen so it is visible
Used by the routines at 9551 and CD41.
C62A LD HL,$CF54 Copy attribute address to attribute buffer.
C62D LD DE,$5800
C630 LD BC,$0300
C633 LDIR
C635 LD HL,$D260 Copy screen address to screen buffer.
C638 LD DE,$4000
C63B LD BC,$1800
C63E LDIR
C640 RET
Prev: C629 Up: Map Next: C641