Prev: 42553 Up: Map Next: 42626
42578: Routine at A652
Used by the routine at Handler_FloatingHand.
42578 LD DE,31488 DE=31488.
42581 LD HL,30784 HL=30784.
42584 INC L Increment L by one.
42585 LD B,64 B=64.
42587 LD A,(DE) A=*DE.
42588 AND (HL) Merge the bits from *HL.
42589 LD (HL),A Write A to *HL.
42590 INC L Increment L by one.
42591 INC E Increment E by one.
42592 LD A,(DE) A=*DE.
42593 AND (HL) Merge the bits from *HL.
42594 LD (HL),A Write A to *HL.
42595 INC L Increment L by one.
42596 INC E Increment E by one.
42597 LD A,(DE) A=*DE.
42598 AND (HL) Merge the bits from *HL.
42599 LD (HL),A Write A to *HL.
42600 INC L Increment L by one.
42601 INC E Increment E by one.
42602 LD A,(DE) A=*DE.
42603 AND (HL) Merge the bits from *HL.
42604 LD (HL),A Write A to *HL.
42605 INC L Increment L by one.
42606 INC DE Increment DE by one.
42607 LD A,(DE) A=*DE.
42608 AND (HL) Merge the bits from *HL.
42609 LD (HL),A Write A to *HL.
42610 INC L Increment L by one.
42611 INC E Increment E by one.
42612 LD A,(DE) A=*DE.
42613 AND (HL) Merge the bits from *HL.
42614 LD (HL),A Write A to *HL.
42615 INC L Increment L by one.
42616 INC E Increment E by one.
42617 LD A,(DE) A=*DE.
42618 AND (HL) Merge the bits from *HL.
42619 LD (HL),A Write A to *HL.
42620 INC HL Increment HL by one.
42621 INC L Increment L by one.
42622 INC E Increment E by one.
42623 DJNZ 42587 Decrease counter by one and loop back to 42587 until counter is zero.
42625 RET Return.
Prev: 42553 Up: Map Next: 42626