Re: A82: FIND_PIXEL


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

Re: A82: FIND_PIXEL




you should be able to do the same thing that jimmy mardell does in
PutSprite... add the code (i hope this is right):
 ld a,63
 sub c
 ld c,a
to swap origin between top and bottom.

-mike pearce

On Fri, 18 Sep 1998 04:20:04 PDT, you wrote:

>
>>What sprite routine does Plain Jump use.  for some reason i am
>>thinking that Andreas Ess's sprite routines used the bottom left as
>>the origin.  but i could be wrong.
>>
>>-mike pearce
>
>     Pj uses 2 sprite routines called WhiteSprite and BlackSprite. The 
>sprite routines are easy to adjust though. The real problem is the line 
>drawing and scrolling routines that use FIND_PIXEL.
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>


References: