Prev: 27977 Up: Map Next: 28072
28054: Routine at 6D96
Used by the routine at 28072.
28054 LD A,(HL) A=*HL.
28055 LD (HL),0 Write 0 to *HL.
28057 EXX Switch to the shadow registers.
28058 LD (HL),A Write A to *HL'.
28059 INC HL Increment HL' by one.
28060 EXX Switch back to the normal registers.
28061 INC H Increment H by two.
28062 INC H
28063 LD A,(HL) A=*HL.
28064 LD (HL),0 Write 0 to *HL.
28066 EXX Switch to the shadow registers.
28067 LD (HL),A Write A to *HL'.
28068 INC HL Increment HL' by one.
28069 EXX Switch back to the normal registers.
28070 INC H Increment H by one.
28071 RET Return.
Prev: 27977 Up: Map Next: 28072