0 Members and 3 Guests are viewing this topic.
Thanks, should make my source slightly smaller if I got many sprites
Repeat getkey(15)End
Start: ld hl, $FD40 call Label1 jr Label2Label1: ld a, h out ($01), a ld h, $00 in a, ($01) and l ld l, h ret nz inc l retLabel2: ld a, h or l jp nz, Label3 jp StartLabel3: ret