Prev: 7170 Up: Map Next: 71CB
71BC: Draw Two Bytes
Used by the routine at 71CB.
DrawTwoBytes 71BC LD A,D Merge the bits from HL with D and write the result back to HL.
71BD OR (HL)
71BE LD (HL),A
71BF INC L Increment L by one.
71C0 LD A,E Merge the bits from HL with E and write the result back to HL.
71C1 OR (HL)
71C2 LD (HL),A
71C3 POP DE Restore DE and HL from the stack.
71C4 POP HL
71C5 CALL ScreenPos1PixelAbove Call ScreenPos1PixelAbove.
This entry point is used by the routine at MaskSprite.
DrawTwoBytes_0 71C8 EXX
71C9 JR MaskSprite Jump to MaskSprite.
Prev: 7170 Up: Map Next: 71CB