Prev: 6AAE Up: Map Next: 6B94
6B6C: initialise the right hand column
Used by the routines at GameScreenDisplay and Start.
Init_RightHandCol 6B6C PUSH AF
6B6D PUSH BC
6B6E PUSH DE
6B6F PUSH HL
6B70 LD HL,BgMap_RightColBottom
6B73 LD DE,AttrMap_RightColBottom
6B76 LD C,$91
6B78 LD A,$03
6B7A LD (HL),C
6B7B LD (DE),A
6B7C INC HL
6B7D INC DE
6B7E LD (HL),C
6B7F LD (DE),A
6B80 LD C,$20
6B82 XOR A
6B83 LD B,$14
Init_RightHandCol_0 6B85 INC HL
6B86 INC DE
6B87 LD (HL),C
6B88 LD (DE),A
6B89 DJNZ Init_RightHandCol_0
6B8B POP HL
6B8C POP DE
6B8D POP BC
6B8E POP AF
6B8F RET
6B90 NOP
6B91 NOP
6B92 NOP
6B93 NOP
Prev: 6AAE Up: Map Next: 6B94