A89: Re: Faster map routine, addon..


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

A89: Re: Faster map routine, addon..




Real quick question concerning your sprite routine, what would be in Level
and the 2 GBplanes?  I know what they're supposed to be, I just want to know
what should be in them.  Thanks.

 Eric Greening
-----Original Message-----
From: Olle Hedman <oh@hem.passagen.se>
To: asm89 <assembly-89@lists.ticalc.org>
Date: Wednesday, October 20, 1999 1:33 AM
Subject: A89: Faster map routine, addon..


>
>Yea.. one more thing to understand my code..  I use my own sprite format in
this
>routine.
>It looks like this: (use fixed with font)
>
>;               plane1   |plane0
> dc.b %00000000,%00000000
> dc.b %11111110,%11111110
> dc.b %01000100,%00101000
> dc.b %01000100,%00101000
> dc.b %01000100,%00101000
> dc.b %01000100,%00101000
> dc.b %01000100,%00101000
> dc.b %11111110,%11111110
>
>
>
>that is, the sprite are mixed.  first one line of the first plane, then one
line
>of the second, and so on.
>
>//Olle
>
>



Follow-Ups: