Re: A89: Thanks! (1 question)
[Prev][Next][Index][Thread]
Re: A89: Thanks! (1 question)
In a message dated 1/1/99 5:01:47 PM Eastern Standard Time, ZeromusMog@aol.com
writes:
> I may be wrong, but sprites might have to have even dimentions. There is
> something wrong with using odd numbers for _something_, but I'm not sure
> what.
> In fact, if someone would please explain this rule, I would greatly
> appreciate
> it! :)
what you're referring to is odd addresses, which definitely won't work
(address error). however, with sprites, there is absolutely no point to a
19x19 sprite. either make it 16x16, or else make it 24x24. with 19, you're
just wasting pixels