A83: controlling sprites


[Prev][Next][Index][Thread]

A83: controlling sprites




How can I control many sprites in a background like scolling routine? To
paste them do I just to 

ld hl,5*256+5
ld (pencol),hl
call putspr

ld hl,13*256+5
ld (pencol),hl
call putspr

a million times?
There must be a better way.

From: Chris
mecad@scv.net