Re: A86: 3 *5 PutSprite routine
[Prev][Next][Index][Thread]
Re: A86: 3 *5 PutSprite routine
In a message dated 6/28/99 11:50:04 PM !!!First Boot!!!,
rogue_ant@hotmail.com writes:
>
> Hi, I need a putsprite routine that puts 3wide by 5high aligned sprites.
I
> am using Find_Pixel by Clem.
>
> I don't think that this would be too hard, but I don't know how to do it.
>
> Thanks for your time
>
> Josh Cunningham
its this in bytes or pixels? if it is pixels go to www.acz.org and pick the
sprite section. it has a sprite routine that handles x by y sprites where x
is 8 or less and yu has no rational limit.
the sprite is stored like this
sprite:
.db 4,5 ;x the y width in pixels
.db %1111
.db %1111
.db %1111
.db %1111
.db %1111