0 Members and 1 Guest are viewing this topic.
bit 7,a jr z,TGetPixel xor aTGetPixel:
ld a, (temp) bit 7, a jr nz, TNoCarry ;instead of TEndPlot
;Initialize variables for the scanline ld hl, (tu1) ld (tmpu), hl ld hl, (tv1) ld (tmpv), hl ld hl, (tu2) ld (temp2), hl ld hl, (tv2) ld (temp3), hl ld a, (tx2+1) ld (temp+1), a add a,128 ;!added! ld b, a ld a, (tx1+1) ld (temp), a add a,128 ;!added! cp b jr c, TOrdered ;jp po, TOrdered ld hl, (tu2) ld (tmpu), hl ld hl, (tv2) ld (tmpv), hl ld hl, (tu1) ld (temp2), hl ld hl, (tv1) ld (temp3), hl ld a, (tx2+1) ld (temp), a ld a, (tx1+1) ld (temp+1), aTOrdered:
Wow, good eye on catching those bugs so quickly! =)
I think there is a reason why jacobly has an average of more than 1 uprate per 2 posts Good eye.
Now, I'll just use this threat as a project thread.
Quote from: Art_of_camelot on December 11, 2011, 08:48:22 pmWow, good eye on catching those bugs so quickly! =)I wouldn't exactly call it quick. I've been wondering about this since November. Quote from: Xeda112358 on December 11, 2011, 08:57:53 pmI think there is a reason why jacobly has an average of more than 1 uprate per 2 posts Good eye.Yeah, I tried posting more, but then I just ended up with more uprates.