Prev: D7B7 Up: Map Next: D7E7
D7D6: Colour in a sprite vertically
Used by the routine at D6BF.
Input
IY pointer to sprite attribute data
E current row to draw
D7D6 LD D,(IY+$01) Get the fixed column.
D7D9 CALL $E8E3 Convert this to an attribute address.
D7DC LD A,($D6BC)
D7DF LD B,A
D7E0 LD A,$45
D7E2 LD (DE),A
D7E3 INC E
D7E4 DJNZ $D7E2
D7E6 RET
Prev: D7B7 Up: Map Next: D7E7