Prev: 6D49 Up: Map Next: 6DA8
6D96: Routine at 6D96
Used by the routine at 6DA8.
6D96 LD A,(HL) A=*HL.
6D97 LD (HL),$00 Write 00 to *HL.
6D99 EXX Switch to the shadow registers.
6D9A LD (HL),A Write A to *HL'.
6D9B INC HL Increment HL' by one.
6D9C EXX Switch back to the normal registers.
6D9D INC H Increment H by two.
6D9E INC H
6D9F LD A,(HL) A=*HL.
6DA0 LD (HL),$00 Write 00 to *HL.
6DA2 EXX Switch to the shadow registers.
6DA3 LD (HL),A Write A to *HL'.
6DA4 INC HL Increment HL' by one.
6DA5 EXX Switch back to the normal registers.
6DA6 INC H Increment H by one.
6DA7 RET Return.
Prev: 6D49 Up: Map Next: 6DA8