Prev: 29040 Up: Map Next: 29131
29116: Draw Two Bytes
Used by the routine at 29131.
DrawTwoBytes 29116 LD A,D Merge the bits from HL with D and write the result back to HL.
29117 OR (HL)
29118 LD (HL),A
29119 INC L Increment L by one.
29120 LD A,E Merge the bits from HL with E and write the result back to HL.
29121 OR (HL)
29122 LD (HL),A
29123 POP DE Restore DE and HL from the stack.
29124 POP HL
29125 CALL ScreenPos1PixelAbove Call ScreenPos1PixelAbove.
This entry point is used by the routine at MaskSprite.
DrawTwoBytes_0 29128 EXX
29129 JR MaskSprite Jump to MaskSprite.
Prev: 29040 Up: Map Next: 29131