Re: A89: Re: Survey for the next version of PlusShell
[Prev][Next][Index][Thread]
Re: A89: Re: Survey for the next version of PlusShell
There probably is a putsprite function in the ROM (BASIC function: RestorePic
or something like that.) Of course, it's designed to read the TI format
sprites. However, I agree that huffman isn't in the ROM. It would be nice
for the next version of huffman to have a compression function, not only
decompression.
Daniel Imfeld
In a message dated 11/17/1998 12:07:36 PM Pacific Standard Time,
ComAsYuAre@aol.com writes:
> i agree with you in every case except two: putsprite (including grayscale)
> and huffman. neither of these are likely to be in the rom, and they are
> used
> commonly in games. there's no need to waste space in every program when
> they
> all use the same routine. if the routine is in the rom (util comes to
> mind...), then the library shouldn't be used.