[A83] Re: Faster way of displying text?
[Prev][Next][Index][Thread]
[A83] Re: Faster way of displying text?
If your just going to display numbers i would suggest doing a thing something
where you get each number(that would be the tough/slow part) then just
multiply by 8, and add the starting point for a group of sprites that are
right in a row(0-9) and then use a fast copy routine to put it on the screen,
but even then, the main thing that would slow it down is the getting of all
the values. Thats probably where vputs is going so slow(that is if you are
using a num which i read from your second email