Prev: 26860 Up: Map Next: 26896
26870: Draw Sprite
Used by the routines at 26924 and 28072.
DrawSprite 26870 LD A,(HL) A=*HL.
26871 EXX Switch to the shadow registers.
26872 LD (HL),A Write A to *HL'.
26873 INC HL Increment HL' by one.
26874 EXX Switch back to the normal registers.
26875 LD A,(BC) A=*BC.
26876 LD (HL),A Write A to *HL.
26877 INC BC Increment BC by one.
26878 INC H Increment H by one.
26879 LD A,(BC) A=*BC.
26880 LD (HL),A Write A to *HL.
26881 INC BC Increment BC by one.
26882 INC H Increment H by one.
26883 LD A,(HL) A=*HL.
26884 EXX Switch to the shadow registers.
26885 LD (HL),A Write A to *HL'.
26886 INC HL Increment HL' by one.
26887 EXX Switch back to the normal registers.
26888 LD A,(BC) A=*BC.
26889 LD (HL),A Write A to *HL.
26890 INC BC Increment BC by one.
26891 INC H Increment H by one.
26892 LD A,(BC) A=*BC.
26893 LD (HL),A Write A to *HL.
26894 INC BC Increment BC by one.
26895 RET Return.
Prev: 26860 Up: Map Next: 26896